pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-packaging



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 22 09:46:58 UTC 2021

Modified Files:
        pkgsrc/devel/py-packaging: Makefile distinfo
Removed Files:
        pkgsrc/devel/py-packaging/patches: patch-setup.py

Log Message:
py-packaging: updated to 21.3

21.3
* Add a ``pp3-none-any`` tag
* Replace the blank pyparsing 3 exclusion with a 3.0.5 exclusion
* Fix a spelling mistake


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-packaging/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-packaging/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-packaging/patches/patch-setup.py

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-packaging/Makefile
diff -u pkgsrc/devel/py-packaging/Makefile:1.14 pkgsrc/devel/py-packaging/Makefile:1.15
--- pkgsrc/devel/py-packaging/Makefile:1.14     Tue Nov  9 20:35:14 2021
+++ pkgsrc/devel/py-packaging/Makefile  Mon Nov 22 09:46:58 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2021/11/09 20:35:14 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2021/11/22 09:46:58 adam Exp $
 
-DISTNAME=      packaging-21.2
+DISTNAME=      packaging-21.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/packaging/}
@@ -10,10 +10,11 @@ HOMEPAGE=   https://github.com/pypa/packag
 COMMENT=       Core utilities for Python packages
 LICENSE=       modified-bsd OR apache-2.0
 
+DEPENDS+=      ${PYPKGPREFIX}-pyparsing>=2.0.2:../../devel/py-pyparsing
 TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
-PYTHON_VERSIONED_DEPENDENCIES= test:test pyparsing
 
 USE_LANGUAGES= # none
 
@@ -23,5 +24,4 @@ do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-packaging/distinfo
diff -u pkgsrc/devel/py-packaging/distinfo:1.12 pkgsrc/devel/py-packaging/distinfo:1.13
--- pkgsrc/devel/py-packaging/distinfo:1.12     Tue Nov  9 20:35:14 2021
+++ pkgsrc/devel/py-packaging/distinfo  Mon Nov 22 09:46:58 2021
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/11/09 20:35:14 wiz Exp $
+$NetBSD: distinfo,v 1.13 2021/11/22 09:46:58 adam Exp $
 
-BLAKE2s (packaging-21.2.tar.gz) = 61b776ca8ca98489cd6377033e1e5d17c4cd11976c82d31ebafc074c2557e81e
-SHA512 (packaging-21.2.tar.gz) = 21bdab5e529ee47a9a16d2863650120062011469e035e869fb6526ebaf61a6e8167e6a2278b74db8c15fcb9a8bc70a11c3ebe1e7ab1d677dc09ee67456d0aa1a
-Size (packaging-21.2.tar.gz) = 84403 bytes
-SHA1 (patch-setup.py) = 52cc64b89aeb9f10b64c60f84cedd3d546b63e26
+BLAKE2s (packaging-21.3.tar.gz) = 3b174e17f0f21375a7b36ae330f1daba6f5cc35fc79ff51b504c1a1091f34ed8
+SHA512 (packaging-21.3.tar.gz) = 2e3aa276a4229ac7dc0654d586799473ced9761a83aa4159660d37ae1a2a8f30e987248dd0e260e2834106b589f259a57ce9936eef0dcc3c430a99ac6b663e05
+Size (packaging-21.3.tar.gz) = 84848 bytes



Home | Main Index | Thread Index | Old Index