pkgsrc/geography/py-country/Makefile
adam 3e86616ce1 py-country: updated to 18.5.26
18.5.26:
Fix 13394: incorrect KeyError shadowing in Subdivisions.get()
Fix 13398: make lazy loading thread-safe.

18.5.20:
Update to iso-codes 3.79.
2018-07-05 11:39:10 +00:00

21 lines
613 B
Makefile

# $NetBSD: Makefile,v 1.4 2018/07/05 11:39:10 adam Exp $
DISTNAME= pycountry-18.5.26
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycountry/}
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= https://bitbucket.org/flyingcircus/pycountry
COMMENT= ISO country, subdivision, language, currency and script
LICENSE= gnu-lgpl-v2.1
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
do-test:
cd ${WRKSRC}/src/pycountry/tests && pytest-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"