Wed Jan 10 09:13:57 2018 UTC ()
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.


(adam)
diff -r1.5 -r1.6 pkgsrc/devel/py-wheel/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/py-wheel/PLIST
diff -r1.2 -r1.3 pkgsrc/devel/py-wheel/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/devel/py-wheel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-wheel/Makefile 2017/09/04 18:08:22 1.5
+++ pkgsrc/devel/py-wheel/Makefile 2018/01/10 09:13:57 1.6
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.5 2017/09/04 18:08:22 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2018/01/10 09:13:57 adam Exp $
2 2
3DISTNAME= wheel-0.29.0 3DISTNAME= wheel-0.30.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=w/wheel/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=w/wheel/}
7 7
8MAINTAINER= kamelderouiche@yahoo.com 8MAINTAINER= kamelderouiche@yahoo.com
9HOMEPAGE= https://bitbucket.org/pypa/wheel/ 9HOMEPAGE= https://bitbucket.org/pypa/wheel/
10COMMENT= Built-package format for Python 10COMMENT= Built-package format for Python
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15post-install: 15post-install:
16 ${MV} ${DESTDIR}${PREFIX}/bin/wheel \ 16 cd ${DESTDIR}${PREFIX}/bin && ${MV} wheel wheel-${PYVERSSUFFIX} || ${TRUE}
17 ${DESTDIR}${PREFIX}/bin/wheel-${PYVERSSUFFIX} || ${TRUE} 
18 17
19.include "../../lang/python/egg.mk" 18.include "../../lang/python/egg.mk"
20.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-wheel/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-wheel/PLIST 2016/05/16 07:53:02 1.1
+++ pkgsrc/devel/py-wheel/PLIST 2018/01/10 09:13:57 1.2
@@ -1,41 +1,40 @@ @@ -1,41 +1,40 @@
1@comment $NetBSD: PLIST,v 1.1 2016/05/16 07:53:02 nils Exp $ 1@comment $NetBSD: PLIST,v 1.2 2018/01/10 09:13:57 adam Exp $
2bin/wheel-${PYVERSSUFFIX} 2bin/wheel-${PYVERSSUFFIX}
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
8${PYSITELIB}/${EGG_INFODIR}/requires.txt 8${PYSITELIB}/${EGG_INFODIR}/requires.txt
9${PYSITELIB}/${EGG_INFODIR}/top_level.txt 9${PYSITELIB}/${EGG_INFODIR}/top_level.txt
10${PYSITELIB}/wheel/__init__.py 10${PYSITELIB}/wheel/__init__.py
11${PYSITELIB}/wheel/__init__.pyc 11${PYSITELIB}/wheel/__init__.pyc
12${PYSITELIB}/wheel/__init__.pyo 12${PYSITELIB}/wheel/__init__.pyo
13${PYSITELIB}/wheel/__main__.py 13${PYSITELIB}/wheel/__main__.py
14${PYSITELIB}/wheel/__main__.pyc 14${PYSITELIB}/wheel/__main__.pyc
15${PYSITELIB}/wheel/__main__.pyo 15${PYSITELIB}/wheel/__main__.pyo
16${PYSITELIB}/wheel/archive.py 16${PYSITELIB}/wheel/archive.py
17${PYSITELIB}/wheel/archive.pyc 17${PYSITELIB}/wheel/archive.pyc
18${PYSITELIB}/wheel/archive.pyo 18${PYSITELIB}/wheel/archive.pyo
19${PYSITELIB}/wheel/bdist_wheel.py 19${PYSITELIB}/wheel/bdist_wheel.py
20${PYSITELIB}/wheel/bdist_wheel.pyc 20${PYSITELIB}/wheel/bdist_wheel.pyc
21${PYSITELIB}/wheel/bdist_wheel.pyo 21${PYSITELIB}/wheel/bdist_wheel.pyo
22${PYSITELIB}/wheel/decorator.py 22${PYSITELIB}/wheel/decorator.py
23${PYSITELIB}/wheel/decorator.pyc 23${PYSITELIB}/wheel/decorator.pyc
24${PYSITELIB}/wheel/decorator.pyo 24${PYSITELIB}/wheel/decorator.pyo
25${PYSITELIB}/wheel/egg2wheel.py 25${PYSITELIB}/wheel/egg2wheel.py
26${PYSITELIB}/wheel/egg2wheel.pyc 26${PYSITELIB}/wheel/egg2wheel.pyc
27${PYSITELIB}/wheel/egg2wheel.pyo 27${PYSITELIB}/wheel/egg2wheel.pyo
28${PYSITELIB}/wheel/eggnames.txt 
29${PYSITELIB}/wheel/install.py 28${PYSITELIB}/wheel/install.py
30${PYSITELIB}/wheel/install.pyc 29${PYSITELIB}/wheel/install.pyc
31${PYSITELIB}/wheel/install.pyo 30${PYSITELIB}/wheel/install.pyo
32${PYSITELIB}/wheel/metadata.py 31${PYSITELIB}/wheel/metadata.py
33${PYSITELIB}/wheel/metadata.pyc 32${PYSITELIB}/wheel/metadata.pyc
34${PYSITELIB}/wheel/metadata.pyo 33${PYSITELIB}/wheel/metadata.pyo
35${PYSITELIB}/wheel/paths.py 34${PYSITELIB}/wheel/paths.py
36${PYSITELIB}/wheel/paths.pyc 35${PYSITELIB}/wheel/paths.pyc
37${PYSITELIB}/wheel/paths.pyo 36${PYSITELIB}/wheel/paths.pyo
38${PYSITELIB}/wheel/pep425tags.py 37${PYSITELIB}/wheel/pep425tags.py
39${PYSITELIB}/wheel/pep425tags.pyc 38${PYSITELIB}/wheel/pep425tags.pyc
40${PYSITELIB}/wheel/pep425tags.pyo 39${PYSITELIB}/wheel/pep425tags.pyo
41${PYSITELIB}/wheel/pkginfo.py 40${PYSITELIB}/wheel/pkginfo.py
@@ -43,73 +42,22 @@ ${PYSITELIB}/wheel/pkginfo.pyc @@ -43,73 +42,22 @@ ${PYSITELIB}/wheel/pkginfo.pyc
43${PYSITELIB}/wheel/pkginfo.pyo 42${PYSITELIB}/wheel/pkginfo.pyo
44${PYSITELIB}/wheel/signatures/__init__.py 43${PYSITELIB}/wheel/signatures/__init__.py
45${PYSITELIB}/wheel/signatures/__init__.pyc 44${PYSITELIB}/wheel/signatures/__init__.pyc
46${PYSITELIB}/wheel/signatures/__init__.pyo 45${PYSITELIB}/wheel/signatures/__init__.pyo
47${PYSITELIB}/wheel/signatures/djbec.py 46${PYSITELIB}/wheel/signatures/djbec.py
48${PYSITELIB}/wheel/signatures/djbec.pyc 47${PYSITELIB}/wheel/signatures/djbec.pyc
49${PYSITELIB}/wheel/signatures/djbec.pyo 48${PYSITELIB}/wheel/signatures/djbec.pyo
50${PYSITELIB}/wheel/signatures/ed25519py.py 49${PYSITELIB}/wheel/signatures/ed25519py.py
51${PYSITELIB}/wheel/signatures/ed25519py.pyc 50${PYSITELIB}/wheel/signatures/ed25519py.pyc
52${PYSITELIB}/wheel/signatures/ed25519py.pyo 51${PYSITELIB}/wheel/signatures/ed25519py.pyo
53${PYSITELIB}/wheel/signatures/keys.py 52${PYSITELIB}/wheel/signatures/keys.py
54${PYSITELIB}/wheel/signatures/keys.pyc 53${PYSITELIB}/wheel/signatures/keys.pyc
55${PYSITELIB}/wheel/signatures/keys.pyo 54${PYSITELIB}/wheel/signatures/keys.pyo
56${PYSITELIB}/wheel/test/__init__.py 
57${PYSITELIB}/wheel/test/__init__.pyc 
58${PYSITELIB}/wheel/test/__init__.pyo 
59${PYSITELIB}/wheel/test/complex-dist/complexdist/__init__.py 
60${PYSITELIB}/wheel/test/complex-dist/complexdist/__init__.pyc 
61${PYSITELIB}/wheel/test/complex-dist/complexdist/__init__.pyo 
62${PYSITELIB}/wheel/test/complex-dist/setup.py 
63${PYSITELIB}/wheel/test/complex-dist/setup.pyc 
64${PYSITELIB}/wheel/test/complex-dist/setup.pyo 
65${PYSITELIB}/wheel/test/headers.dist/header.h 
66${PYSITELIB}/wheel/test/headers.dist/headersdist.py 
67${PYSITELIB}/wheel/test/headers.dist/headersdist.pyc 
68${PYSITELIB}/wheel/test/headers.dist/headersdist.pyo 
69${PYSITELIB}/wheel/test/headers.dist/setup.py 
70${PYSITELIB}/wheel/test/headers.dist/setup.pyc 
71${PYSITELIB}/wheel/test/headers.dist/setup.pyo 
72${PYSITELIB}/wheel/test/pydist-schema.json 
73${PYSITELIB}/wheel/test/simple.dist/setup.py 
74${PYSITELIB}/wheel/test/simple.dist/setup.pyc 
75${PYSITELIB}/wheel/test/simple.dist/setup.pyo 
76${PYSITELIB}/wheel/test/simple.dist/simpledist/__init__.py 
77${PYSITELIB}/wheel/test/simple.dist/simpledist/__init__.pyc 
78${PYSITELIB}/wheel/test/simple.dist/simpledist/__init__.pyo 
79${PYSITELIB}/wheel/test/test-1.0-py2.py3-none-win32.whl 
80${PYSITELIB}/wheel/test/test_basic.py 
81${PYSITELIB}/wheel/test/test_basic.pyc 
82${PYSITELIB}/wheel/test/test_basic.pyo 
83${PYSITELIB}/wheel/test/test_install.py 
84${PYSITELIB}/wheel/test/test_install.pyc 
85${PYSITELIB}/wheel/test/test_install.pyo 
86${PYSITELIB}/wheel/test/test_keys.py 
87${PYSITELIB}/wheel/test/test_keys.pyc 
88${PYSITELIB}/wheel/test/test_keys.pyo 
89${PYSITELIB}/wheel/test/test_paths.py 
90${PYSITELIB}/wheel/test/test_paths.pyc 
91${PYSITELIB}/wheel/test/test_paths.pyo 
92${PYSITELIB}/wheel/test/test_ranking.py 
93${PYSITELIB}/wheel/test/test_ranking.pyc 
94${PYSITELIB}/wheel/test/test_ranking.pyo 
95${PYSITELIB}/wheel/test/test_signatures.py 
96${PYSITELIB}/wheel/test/test_signatures.pyc 
97${PYSITELIB}/wheel/test/test_signatures.pyo 
98${PYSITELIB}/wheel/test/test_tagopt.py 
99${PYSITELIB}/wheel/test/test_tagopt.pyc 
100${PYSITELIB}/wheel/test/test_tagopt.pyo 
101${PYSITELIB}/wheel/test/test_tool.py 
102${PYSITELIB}/wheel/test/test_tool.pyc 
103${PYSITELIB}/wheel/test/test_tool.pyo 
104${PYSITELIB}/wheel/test/test_wheelfile.py 
105${PYSITELIB}/wheel/test/test_wheelfile.pyc 
106${PYSITELIB}/wheel/test/test_wheelfile.pyo 
107${PYSITELIB}/wheel/tool/__init__.py 55${PYSITELIB}/wheel/tool/__init__.py
108${PYSITELIB}/wheel/tool/__init__.pyc 56${PYSITELIB}/wheel/tool/__init__.pyc
109${PYSITELIB}/wheel/tool/__init__.pyo 57${PYSITELIB}/wheel/tool/__init__.pyo
110${PYSITELIB}/wheel/util.py 58${PYSITELIB}/wheel/util.py
111${PYSITELIB}/wheel/util.pyc 59${PYSITELIB}/wheel/util.pyc
112${PYSITELIB}/wheel/util.pyo 60${PYSITELIB}/wheel/util.pyo
113${PYSITELIB}/wheel/wininst2wheel.py 61${PYSITELIB}/wheel/wininst2wheel.py
114${PYSITELIB}/wheel/wininst2wheel.pyc 62${PYSITELIB}/wheel/wininst2wheel.pyc
115${PYSITELIB}/wheel/wininst2wheel.pyo 63${PYSITELIB}/wheel/wininst2wheel.pyo

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-wheel/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-wheel/distinfo 2017/04/08 07:27:33 1.2
+++ pkgsrc/devel/py-wheel/distinfo 2018/01/10 09:13:57 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2017/04/08 07:27:33 adam Exp $ 1$NetBSD: distinfo,v 1.3 2018/01/10 09:13:57 adam Exp $
2 2
3SHA1 (wheel-0.29.0.tar.gz) = 92e9bd1f716aa5bcd1655dd72d8b858d01a2bf70 3SHA1 (wheel-0.30.0.tar.gz) = 947ed0617298824d94e523b35f72d406fa78ba4b
4RMD160 (wheel-0.29.0.tar.gz) = 3edd5f4cd0b1c2dee16c116d38307c3630c8bade 4RMD160 (wheel-0.30.0.tar.gz) = d20aec3dccbe9c8994466cd677c0fec125f956ab
5SHA512 (wheel-0.29.0.tar.gz) = b72dec3cf71e3d87c611ff41f1381ed7f2c654edb50c808fb4fd0f552bab3572434495bf18c36d2ecc7cb8b355782054d3d6dedd5589ffda15027e72cff24602 5SHA512 (wheel-0.30.0.tar.gz) = d39fb683ca2937745b057464ec17f5fab0475c2b1225cc4c84f1b0e8cd61a4bb039730dafdaa687f7b054ce080c4b7acbd3196045db14e015585536fcf498f84
6Size (wheel-0.29.0.tar.gz) = 54143 bytes 6Size (wheel-0.30.0.tar.gz) = 43087 bytes