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:           Thu Sep 19 16:49:33 UTC 2019

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

Log Message:
py-packaging: updated to 19.2

19.2:
* Remove dependency on ``attrs``
* Use appropriate fallbacks for CPython ABI tag
* Add manylinux2014 support
* Improve ABI detection
* Properly handle debug wheels for Python 3.8
* Improve detection of debug builds on Windows


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-packaging/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-packaging/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-packaging/Makefile
diff -u pkgsrc/devel/py-packaging/Makefile:1.7 pkgsrc/devel/py-packaging/Makefile:1.8
--- pkgsrc/devel/py-packaging/Makefile:1.7      Wed Aug 14 07:16:53 2019
+++ pkgsrc/devel/py-packaging/Makefile  Thu Sep 19 16:49:32 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2019/08/14 07:16:53 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2019/09/19 16:49:32 adam Exp $
 
-DISTNAME=      packaging-19.1
+DISTNAME=      packaging-19.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/packaging/}
 
@@ -11,7 +10,6 @@ HOMEPAGE=     https://github.com/pypa/packag
 COMMENT=       Core utilities for Python packages
 LICENSE=       modified-bsd OR apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-pyparsing>=2.0.2:../../devel/py-pyparsing
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend

Index: pkgsrc/devel/py-packaging/distinfo
diff -u pkgsrc/devel/py-packaging/distinfo:1.5 pkgsrc/devel/py-packaging/distinfo:1.6
--- pkgsrc/devel/py-packaging/distinfo:1.5      Fri Aug  9 07:42:59 2019
+++ pkgsrc/devel/py-packaging/distinfo  Thu Sep 19 16:49:32 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/08/09 07:42:59 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/09/19 16:49:32 adam Exp $
 
-SHA1 (packaging-19.1.tar.gz) = abfb69ab3cf04d4fff8a3390e2f160ba50cda959
-RMD160 (packaging-19.1.tar.gz) = 4132cfc998b383bbbbe9902b2458cc934758533a
-SHA512 (packaging-19.1.tar.gz) = 1dec7f49c325801eb85b11432f8a316d228bb1881a04ac546f5556d60f5fa33f8085d0e91bbd5abfeb30bfcb05ec0532ed75a977dc996e256b4dc8c27c10e79b
-Size (packaging-19.1.tar.gz) = 57886 bytes
+SHA1 (packaging-19.2.tar.gz) = ae4aeb07c330d623c3d8fa8414c6080d2c9a4192
+RMD160 (packaging-19.2.tar.gz) = 30b0253aea8753bc2c3ce664fe839fe26dc8f27e
+SHA512 (packaging-19.2.tar.gz) = af7312a85292f577d3e6e57154f10fb380bbdee749344ba4b226a09f22bf5ca664ed63c62cd5b4dea0be5eb5cff5c17ad04415aab8c925fa90dcae2e1c6dee5a
+Size (packaging-19.2.tar.gz) = 59110 bytes



Home | Main Index | Thread Index | Old Index