pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-iso3166



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 16 10:08:31 UTC 2020

Modified Files:
        pkgsrc/devel/py-iso3166: Makefile distinfo

Log Message:
py-iso3166: updated to 1.0.1

1.0.1:
* Include test files in source distribution
* Added all Python 3 versions to tox.ini and supported list


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-iso3166/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-iso3166/distinfo

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

Modified files:

Index: pkgsrc/devel/py-iso3166/Makefile
diff -u pkgsrc/devel/py-iso3166/Makefile:1.4 pkgsrc/devel/py-iso3166/Makefile:1.5
--- pkgsrc/devel/py-iso3166/Makefile:1.4        Wed Jul  3 07:19:03 2019
+++ pkgsrc/devel/py-iso3166/Makefile    Thu Jan 16 10:08:31 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/07/03 07:19:03 nia Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/16 10:08:31 adam Exp $
 
-DISTNAME=      iso3166-1.0
+DISTNAME=      iso3166-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/iso3166/}
@@ -10,7 +10,12 @@ HOMEPAGE=    https://github.com/deactivated
 COMMENT=       Self-contained ISO 3166-1 country definitions
 LICENSE=       mit
 
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
 USE_LANGUAGES= # none
 
+do-test:
+       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-iso3166/distinfo
diff -u pkgsrc/devel/py-iso3166/distinfo:1.3 pkgsrc/devel/py-iso3166/distinfo:1.4
--- pkgsrc/devel/py-iso3166/distinfo:1.3        Thu Apr 11 08:29:45 2019
+++ pkgsrc/devel/py-iso3166/distinfo    Thu Jan 16 10:08:31 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/04/11 08:29:45 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/01/16 10:08:31 adam Exp $
 
-SHA1 (iso3166-1.0.tar.gz) = 7eb9f7c28a6d4b6b398a8b9f871c0261b89f3803
-RMD160 (iso3166-1.0.tar.gz) = 0ef64b17e57d3a90579a9cb35006755decc40cdc
-SHA512 (iso3166-1.0.tar.gz) = 8e864708c58716221925855297ef8eed9836ce119029df3cdee40adc4bc3bbb71dbec2d886db9b8d671dfcea1a3372cd7551a06fdaa5d285faffbf4a76263b75
-Size (iso3166-1.0.tar.gz) = 9162 bytes
+SHA1 (iso3166-1.0.1.tar.gz) = 556b877791cc7a1968a562ab4fd0604b3cf6965f
+RMD160 (iso3166-1.0.1.tar.gz) = 039173f3a626294db4537dbf387e1c81c2d89b29
+SHA512 (iso3166-1.0.1.tar.gz) = 44da1b987f01494fc7874b044fa6b0ed8a888bd159f73ab239f9db35e26c4fd310444164e538166c3804d796c0ab212bb1b1eee02eb3b9b70883d5d2d7ccccc0
+Size (iso3166-1.0.1.tar.gz) = 10052 bytes



Home | Main Index | Thread Index | Old Index