# $NetBSD: Makefile,v 1.11 2022/07/25 16:27:11 adam Exp $ DISTNAME= iso3166-2.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/iso3166/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/deactivated/python-iso3166 COMMENT= Self-contained ISO 3166-1 country definitions LICENSE= mit 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/egg.mk" .include "../../mk/bsd.pkg.mk"