pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py-six py-six: updated to 1.16.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72f2186708d1
branches:  trunk
changeset: 452203:72f2186708d1
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 06 20:17:28 2021 +0000

description:
py-six: updated to 1.16.0

1.16.0
- Port _SixMetaPathImporter to Python 3.10.

diffstat:

 lang/py-six/Makefile |  10 ++++------
 lang/py-six/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 11 deletions(-)

diffs (43 lines):

diff -r 03c4ceb2b1a8 -r 72f2186708d1 lang/py-six/Makefile
--- a/lang/py-six/Makefile      Thu May 06 18:01:31 2021 +0000
+++ b/lang/py-six/Makefile      Thu May 06 20:17:28 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/05/27 12:14:31 adam Exp $
+# $NetBSD: Makefile,v 1.19 2021/05/06 20:17:28 adam Exp $
 
-DISTNAME=      six-1.15.0
+DISTNAME=      six-1.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/six/}
@@ -10,13 +10,11 @@
 COMMENT=       Python 2 and 3 compatibility utilities
 LICENSE=       mit
 
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none
 
-do-test:
-       cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
+PYSETUPTESTTARGET=     pytest
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 03c4ceb2b1a8 -r 72f2186708d1 lang/py-six/distinfo
--- a/lang/py-six/distinfo      Thu May 06 18:01:31 2021 +0000
+++ b/lang/py-six/distinfo      Thu May 06 20:17:28 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/05/27 12:14:31 adam Exp $
+$NetBSD: distinfo,v 1.15 2021/05/06 20:17:28 adam Exp $
 
-SHA1 (six-1.15.0.tar.gz) = a785c20658b3676333c749436f088394c12b0c26
-RMD160 (six-1.15.0.tar.gz) = cee285cfd4f91cff80a7b6fd3f3eb0e544f038fc
-SHA512 (six-1.15.0.tar.gz) = eb840ac17f433f1fc4af56de75cfbfe0b54e6a737bb23c453bf09a4a13d768d153e46064880dc763f4c5cc2785b78ea6d3d3b4a41fed181cb9064837e3f699a9
-Size (six-1.15.0.tar.gz) = 33917 bytes
+SHA1 (six-1.16.0.tar.gz) = 06fa0bb50f2a4e2917fd14c21e9d2d5508ce0163
+RMD160 (six-1.16.0.tar.gz) = ad79fa25e141856d4a384c4b2476f7e41a91ba98
+SHA512 (six-1.16.0.tar.gz) = 076fe31c8f03b0b52ff44346759c7dc8317da0972403b84dfe5898179f55acdba6c78827e0f8a53ff20afe8b76432c6fe0d655a75c24259d9acbaa4d9e8015c0
+Size (six-1.16.0.tar.gz) = 34041 bytes



Home | Main Index | Thread Index | Old Index