diff options
-rw-r--r-- | www/py-rfc3986/Makefile | 11 | ||||
-rw-r--r-- | www/py-rfc3986/distinfo | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/www/py-rfc3986/Makefile b/www/py-rfc3986/Makefile index f96e9378344..0f9af47653f 100644 --- a/www/py-rfc3986/Makefile +++ b/www/py-rfc3986/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:34 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/10/25 13:14:16 adam Exp $ -DISTNAME= rfc3986-1.5.0 +DISTNAME= rfc3986-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rfc3986/} @@ -12,14 +11,14 @@ COMMENT= Validating URI References per RFC 3986 LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna - -PYTHON_VERSIONED_DEPENDENCIES= test:test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests .include "../../lang/python/egg.mk" -.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-rfc3986/distinfo b/www/py-rfc3986/distinfo index a6c459f8496..47fef1b5c46 100644 --- a/www/py-rfc3986/distinfo +++ b/www/py-rfc3986/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:30:47 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/10/25 13:14:16 adam Exp $ -BLAKE2s (rfc3986-1.5.0.tar.gz) = 5fe71ee013b7d978c12a583c7701cc44b5690725b3579f6a7a10b6bcb09f93ee -SHA512 (rfc3986-1.5.0.tar.gz) = b291b88b6890f8c9fcfc353e05d1b8c0435be62f22768568ecf714af083b3c51d7a9b301fc9196d37ad4e6eeb8c6a237ba40914098e755b4ccdf36b7df7906c2 -Size (rfc3986-1.5.0.tar.gz) = 49378 bytes +BLAKE2s (rfc3986-2.0.0.tar.gz) = 7cc1a27e9ae08e9ece69f1db5a7869b49aed14e50aab961b2846e63456afbfd0 +SHA512 (rfc3986-2.0.0.tar.gz) = 5c8370cb1e21811eaab91269b9a30972b8fbcbe1fa1d806fd3ceabe0e1937de856d757146137fee470fbdbcc7e948b236f72a42306da41a6d03807e7333983df +Size (rfc3986-2.0.0.tar.gz) = 49026 bytes |