pkgsrc/devel/py-frozendict/Makefile
adam 50c9ca7e95 py-frozendict: updated to 2.3.2
2.3.2:
Unknown changes
2022-04-21 07:34:54 +00:00

22 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.9 2022/04/21 07:34:54 adam Exp $
DISTNAME= frozendict-2.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/frozendict/}
MAINTAINER= kethzer.dr@gmail.com
HOMEPAGE= https://github.com/slezica/python-frozendict
COMMENT= Immutable wrapper around dictionaries
LICENSE= mit
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
PYTHON_VERSIONS_INCOMPATIBLE= 27
DISTUTILS_BUILDDIR_IN_TEST_ENV= yes
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"