py-six: updated to 1.16.0
1.16.0 - Port _SixMetaPathImporter to Python 3.10.
This commit is contained in:
parent
b5b00b1ee7
commit
b1b1e4ccdc
2 changed files with 9 additions and 11 deletions
|
@ -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 @@ HOMEPAGE= https://github.com/benjaminp/six
|
|||
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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue