pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-wheel py-wheel: updated to 0.30.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad894ca768d6
branches:  trunk
changeset: 373771:ad894ca768d6
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 10 09:13:57 2018 +0000

description:
py-wheel: updated to 0.30.0

0.30.0:
Added py-limited-api {cp32|cp33|cp34|?} flag to produce cpNN.abi3.{arch} tags on CPython 3.
Documented the license_file metadata key
Improved Python, abi tagging for wheel convert. Thanks Ales Erjavec.
Fixed > being prepended to lines starting with ?From? in the long description
Added support for specifying a build number (as per PEP 427). Thanks Ian Cordasco.
Made the order of files in generated ZIP files deterministic. Thanks Matthias Bach.
Made the order of requirements in metadata deterministic. Thanks Chris Lamb.
Fixed wheel install clobbering existing files
Improved the error message when trying to verify an unsigned wheel file
Removed support for Python 2.6, 3.2 and 3.3.

diffstat:

 devel/py-wheel/Makefile |   7 ++---
 devel/py-wheel/PLIST    |  54 +------------------------------------------------
 devel/py-wheel/distinfo |  10 ++++----
 3 files changed, 9 insertions(+), 62 deletions(-)

diffs (112 lines):

diff -r 20ed4a391bbe -r ad894ca768d6 devel/py-wheel/Makefile
--- a/devel/py-wheel/Makefile   Wed Jan 10 09:13:49 2018 +0000
+++ b/devel/py-wheel/Makefile   Wed Jan 10 09:13:57 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/09/04 18:08:22 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2018/01/10 09:13:57 adam Exp $
 
-DISTNAME=      wheel-0.29.0
+DISTNAME=      wheel-0.30.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wheel/}
@@ -13,8 +13,7 @@
 USE_LANGUAGES= # none
 
 post-install:
-       ${MV} ${DESTDIR}${PREFIX}/bin/wheel \
-             ${DESTDIR}${PREFIX}/bin/wheel-${PYVERSSUFFIX} || ${TRUE}
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} wheel wheel-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 20ed4a391bbe -r ad894ca768d6 devel/py-wheel/PLIST
--- a/devel/py-wheel/PLIST      Wed Jan 10 09:13:49 2018 +0000
+++ b/devel/py-wheel/PLIST      Wed Jan 10 09:13:57 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/05/16 07:53:02 nils Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/01/10 09:13:57 adam Exp $
 bin/wheel-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -25,7 +25,6 @@
 ${PYSITELIB}/wheel/egg2wheel.py
 ${PYSITELIB}/wheel/egg2wheel.pyc
 ${PYSITELIB}/wheel/egg2wheel.pyo
-${PYSITELIB}/wheel/eggnames.txt
 ${PYSITELIB}/wheel/install.py
 ${PYSITELIB}/wheel/install.pyc
 ${PYSITELIB}/wheel/install.pyo
@@ -53,57 +52,6 @@
 ${PYSITELIB}/wheel/signatures/keys.py
 ${PYSITELIB}/wheel/signatures/keys.pyc
 ${PYSITELIB}/wheel/signatures/keys.pyo
-${PYSITELIB}/wheel/test/__init__.py
-${PYSITELIB}/wheel/test/__init__.pyc
-${PYSITELIB}/wheel/test/__init__.pyo
-${PYSITELIB}/wheel/test/complex-dist/complexdist/__init__.py
-${PYSITELIB}/wheel/test/complex-dist/complexdist/__init__.pyc
-${PYSITELIB}/wheel/test/complex-dist/complexdist/__init__.pyo
-${PYSITELIB}/wheel/test/complex-dist/setup.py
-${PYSITELIB}/wheel/test/complex-dist/setup.pyc
-${PYSITELIB}/wheel/test/complex-dist/setup.pyo
-${PYSITELIB}/wheel/test/headers.dist/header.h
-${PYSITELIB}/wheel/test/headers.dist/headersdist.py
-${PYSITELIB}/wheel/test/headers.dist/headersdist.pyc
-${PYSITELIB}/wheel/test/headers.dist/headersdist.pyo
-${PYSITELIB}/wheel/test/headers.dist/setup.py
-${PYSITELIB}/wheel/test/headers.dist/setup.pyc
-${PYSITELIB}/wheel/test/headers.dist/setup.pyo
-${PYSITELIB}/wheel/test/pydist-schema.json
-${PYSITELIB}/wheel/test/simple.dist/setup.py
-${PYSITELIB}/wheel/test/simple.dist/setup.pyc
-${PYSITELIB}/wheel/test/simple.dist/setup.pyo
-${PYSITELIB}/wheel/test/simple.dist/simpledist/__init__.py
-${PYSITELIB}/wheel/test/simple.dist/simpledist/__init__.pyc
-${PYSITELIB}/wheel/test/simple.dist/simpledist/__init__.pyo
-${PYSITELIB}/wheel/test/test-1.0-py2.py3-none-win32.whl
-${PYSITELIB}/wheel/test/test_basic.py
-${PYSITELIB}/wheel/test/test_basic.pyc
-${PYSITELIB}/wheel/test/test_basic.pyo
-${PYSITELIB}/wheel/test/test_install.py
-${PYSITELIB}/wheel/test/test_install.pyc
-${PYSITELIB}/wheel/test/test_install.pyo
-${PYSITELIB}/wheel/test/test_keys.py
-${PYSITELIB}/wheel/test/test_keys.pyc
-${PYSITELIB}/wheel/test/test_keys.pyo
-${PYSITELIB}/wheel/test/test_paths.py
-${PYSITELIB}/wheel/test/test_paths.pyc
-${PYSITELIB}/wheel/test/test_paths.pyo
-${PYSITELIB}/wheel/test/test_ranking.py
-${PYSITELIB}/wheel/test/test_ranking.pyc
-${PYSITELIB}/wheel/test/test_ranking.pyo
-${PYSITELIB}/wheel/test/test_signatures.py
-${PYSITELIB}/wheel/test/test_signatures.pyc
-${PYSITELIB}/wheel/test/test_signatures.pyo
-${PYSITELIB}/wheel/test/test_tagopt.py
-${PYSITELIB}/wheel/test/test_tagopt.pyc
-${PYSITELIB}/wheel/test/test_tagopt.pyo
-${PYSITELIB}/wheel/test/test_tool.py
-${PYSITELIB}/wheel/test/test_tool.pyc
-${PYSITELIB}/wheel/test/test_tool.pyo
-${PYSITELIB}/wheel/test/test_wheelfile.py
-${PYSITELIB}/wheel/test/test_wheelfile.pyc
-${PYSITELIB}/wheel/test/test_wheelfile.pyo
 ${PYSITELIB}/wheel/tool/__init__.py
 ${PYSITELIB}/wheel/tool/__init__.pyc
 ${PYSITELIB}/wheel/tool/__init__.pyo
diff -r 20ed4a391bbe -r ad894ca768d6 devel/py-wheel/distinfo
--- a/devel/py-wheel/distinfo   Wed Jan 10 09:13:49 2018 +0000
+++ b/devel/py-wheel/distinfo   Wed Jan 10 09:13:57 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/04/08 07:27:33 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/01/10 09:13:57 adam Exp $
 
-SHA1 (wheel-0.29.0.tar.gz) = 92e9bd1f716aa5bcd1655dd72d8b858d01a2bf70
-RMD160 (wheel-0.29.0.tar.gz) = 3edd5f4cd0b1c2dee16c116d38307c3630c8bade
-SHA512 (wheel-0.29.0.tar.gz) = b72dec3cf71e3d87c611ff41f1381ed7f2c654edb50c808fb4fd0f552bab3572434495bf18c36d2ecc7cb8b355782054d3d6dedd5589ffda15027e72cff24602
-Size (wheel-0.29.0.tar.gz) = 54143 bytes
+SHA1 (wheel-0.30.0.tar.gz) = 947ed0617298824d94e523b35f72d406fa78ba4b
+RMD160 (wheel-0.30.0.tar.gz) = d20aec3dccbe9c8994466cd677c0fec125f956ab
+SHA512 (wheel-0.30.0.tar.gz) = d39fb683ca2937745b057464ec17f5fab0475c2b1225cc4c84f1b0e8cd61a4bb039730dafdaa687f7b054ce080c4b7acbd3196045db14e015585536fcf498f84
+Size (wheel-0.30.0.tar.gz) = 43087 bytes



Home | Main Index | Thread Index | Old Index