22 lines
617 B
Makefile
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"
|