# $NetBSD: Makefile,v 1.9 2023/10/28 19:57:01 wiz Exp $ DISTNAME= immutabledict-2.2.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/immutabledict/} MAINTAINER= khorben@defora.org HOMEPAGE= https://github.com/corenting/immutabledict COMMENT= Immutable wrapper around dictionaries for Python 3 LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"