pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/py-country



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep 28 05:04:35 UTC 2017

Modified Files:
        pkgsrc/geography/py-country: Makefile distinfo

Log Message:
py-country: update to 17.9.23

17.9.23:
- Update to iso-codes 3.76


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/py-country/Makefile \
    pkgsrc/geography/py-country/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/py-country/Makefile
diff -u pkgsrc/geography/py-country/Makefile:1.1 pkgsrc/geography/py-country/Makefile:1.2
--- pkgsrc/geography/py-country/Makefile:1.1    Sun Aug 27 12:27:13 2017
+++ pkgsrc/geography/py-country/Makefile        Thu Sep 28 05:04:35 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/08/27 12:27:13 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/28 05:04:35 adam Exp $
 
-DISTNAME=      pycountry-17.5.14
+DISTNAME=      pycountry-17.9.23
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycountry/}
@@ -10,10 +10,12 @@ HOMEPAGE=   https://pypi.python.org/pypi/p
 COMMENT=       ISO country, subdivision, language, currency and script
 LICENSE=       gnu-lgpl-v2.1
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
 USE_LANGUAGES=         # none
 
 do-test:
-       cd ${WRKSRC}/src/pycountry/tests && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_general.py
+       cd ${WRKSRC}/src/pycountry/tests && pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/py-country/distinfo
diff -u pkgsrc/geography/py-country/distinfo:1.1 pkgsrc/geography/py-country/distinfo:1.2
--- pkgsrc/geography/py-country/distinfo:1.1    Sun Aug 27 12:27:13 2017
+++ pkgsrc/geography/py-country/distinfo        Thu Sep 28 05:04:35 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/08/27 12:27:13 adam Exp $
+$NetBSD: distinfo,v 1.2 2017/09/28 05:04:35 adam Exp $
 
-SHA1 (pycountry-17.5.14.tar.gz) = 3c4dc1eabb09c771a5193ac18fb7256ef030c215
-RMD160 (pycountry-17.5.14.tar.gz) = a915f898d99f4f871ddde7c77f8ff4b7eba6bc59
-SHA512 (pycountry-17.5.14.tar.gz) = bf5a13ce128f9512287f09c3edb565a3493bf490e420a01c8a45bbb96cfb2482674e8c81cf4db909a92db647f4ba71d03f4aca51995f6c64e4eb59f5c617bcea
-Size (pycountry-17.5.14.tar.gz) = 9203433 bytes
+SHA1 (pycountry-17.9.23.tar.gz) = ca133fb1d438451ac0f197b079c0c297a604a7a5
+RMD160 (pycountry-17.9.23.tar.gz) = 37aa188a36288e13a65330eee91551fa6659f8de
+SHA512 (pycountry-17.9.23.tar.gz) = 168e2d2693629a39a85a4c6aa7187323693ca73d6af0cc947d3536ae373eca602e7e3add91ba114966db4ebf52118ef3d6a3dbf8339734ec68682bab559beeb5
+Size (pycountry-17.9.23.tar.gz) = 9208478 bytes



Home | Main Index | Thread Index | Old Index