Wed Oct 3 11:33:07 2018 UTC ()
py-wheel: updated to 0.32.0

0.32.0:
Removed wheel signing and verifying features
Removed the "wheel install" and "wheel installscripts" commands
Added the wheel pack command
Allowed multiple license files to be specified using the license_files option
Deprecated the license_file option
Eliminated duplicate lines from generated requirements in .dist-info/METADATA
Fixed handling of direct URL specifiers in requirements
Fixed canonicalization of extras
Warn when the deprecated [wheel] section is used in setup.cfg


(adam)
diff -r1.8 -r1.9 pkgsrc/devel/py-wheel/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/py-wheel/PLIST
diff -r1.5 -r1.6 pkgsrc/devel/py-wheel/distinfo

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

--- pkgsrc/devel/py-wheel/Makefile 2018/05/16 10:24:05 1.8
+++ pkgsrc/devel/py-wheel/Makefile 2018/10/03 11:33:07 1.9
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.8 2018/05/16 10:24:05 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2018/10/03 11:33:07 adam Exp $
2 2
3DISTNAME= wheel-0.31.1 3DISTNAME= wheel-0.32.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://github.com/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 cd ${DESTDIR}${PREFIX}/bin && ${MV} wheel wheel-${PYVERSSUFFIX} || ${TRUE} 16 cd ${DESTDIR}${PREFIX}/bin && ${MV} wheel wheel-${PYVERSSUFFIX} || ${TRUE}
17 17
18.include "../../lang/python/egg.mk" 18.include "../../lang/python/egg.mk"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/py-wheel/PLIST 2018/04/05 11:51:07 1.3
+++ pkgsrc/devel/py-wheel/PLIST 2018/10/03 11:33:07 1.4
@@ -1,60 +1,48 @@ @@ -1,60 +1,48 @@
1@comment $NetBSD: PLIST,v 1.3 2018/04/05 11:51:07 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2018/10/03 11:33:07 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 
17${PYSITELIB}/wheel/archive.pyc 
18${PYSITELIB}/wheel/archive.pyo 
19${PYSITELIB}/wheel/bdist_wheel.py 16${PYSITELIB}/wheel/bdist_wheel.py
20${PYSITELIB}/wheel/bdist_wheel.pyc 17${PYSITELIB}/wheel/bdist_wheel.pyc
21${PYSITELIB}/wheel/bdist_wheel.pyo 18${PYSITELIB}/wheel/bdist_wheel.pyo
22${PYSITELIB}/wheel/egg2wheel.py 19${PYSITELIB}/wheel/cli/__init__.py
23${PYSITELIB}/wheel/egg2wheel.pyc 20${PYSITELIB}/wheel/cli/__init__.pyc
24${PYSITELIB}/wheel/egg2wheel.pyo 21${PYSITELIB}/wheel/cli/__init__.pyo
25${PYSITELIB}/wheel/install.py 22${PYSITELIB}/wheel/cli/convert.py
26${PYSITELIB}/wheel/install.pyc 23${PYSITELIB}/wheel/cli/convert.pyc
27${PYSITELIB}/wheel/install.pyo 24${PYSITELIB}/wheel/cli/convert.pyo
 25${PYSITELIB}/wheel/cli/install.py
 26${PYSITELIB}/wheel/cli/install.pyc
 27${PYSITELIB}/wheel/cli/install.pyo
 28${PYSITELIB}/wheel/cli/pack.py
 29${PYSITELIB}/wheel/cli/pack.pyc
 30${PYSITELIB}/wheel/cli/pack.pyo
 31${PYSITELIB}/wheel/cli/unpack.py
 32${PYSITELIB}/wheel/cli/unpack.pyc
 33${PYSITELIB}/wheel/cli/unpack.pyo
28${PYSITELIB}/wheel/metadata.py 34${PYSITELIB}/wheel/metadata.py
29${PYSITELIB}/wheel/metadata.pyc 35${PYSITELIB}/wheel/metadata.pyc
30${PYSITELIB}/wheel/metadata.pyo 36${PYSITELIB}/wheel/metadata.pyo
31${PYSITELIB}/wheel/paths.py 
32${PYSITELIB}/wheel/paths.pyc 
33${PYSITELIB}/wheel/paths.pyo 
34${PYSITELIB}/wheel/pep425tags.py 37${PYSITELIB}/wheel/pep425tags.py
35${PYSITELIB}/wheel/pep425tags.pyc 38${PYSITELIB}/wheel/pep425tags.pyc
36${PYSITELIB}/wheel/pep425tags.pyo 39${PYSITELIB}/wheel/pep425tags.pyo
37${PYSITELIB}/wheel/pkginfo.py 40${PYSITELIB}/wheel/pkginfo.py
38${PYSITELIB}/wheel/pkginfo.pyc 41${PYSITELIB}/wheel/pkginfo.pyc
39${PYSITELIB}/wheel/pkginfo.pyo 42${PYSITELIB}/wheel/pkginfo.pyo
40${PYSITELIB}/wheel/signatures/__init__.py 
41${PYSITELIB}/wheel/signatures/__init__.pyc 
42${PYSITELIB}/wheel/signatures/__init__.pyo 
43${PYSITELIB}/wheel/signatures/djbec.py 
44${PYSITELIB}/wheel/signatures/djbec.pyc 
45${PYSITELIB}/wheel/signatures/djbec.pyo 
46${PYSITELIB}/wheel/signatures/ed25519py.py 
47${PYSITELIB}/wheel/signatures/ed25519py.pyc 
48${PYSITELIB}/wheel/signatures/ed25519py.pyo 
49${PYSITELIB}/wheel/signatures/keys.py 
50${PYSITELIB}/wheel/signatures/keys.pyc 
51${PYSITELIB}/wheel/signatures/keys.pyo 
52${PYSITELIB}/wheel/tool/__init__.py 
53${PYSITELIB}/wheel/tool/__init__.pyc 
54${PYSITELIB}/wheel/tool/__init__.pyo 
55${PYSITELIB}/wheel/util.py 43${PYSITELIB}/wheel/util.py
56${PYSITELIB}/wheel/util.pyc 44${PYSITELIB}/wheel/util.pyc
57${PYSITELIB}/wheel/util.pyo 45${PYSITELIB}/wheel/util.pyo
58${PYSITELIB}/wheel/wininst2wheel.py 46${PYSITELIB}/wheel/wheelfile.py
59${PYSITELIB}/wheel/wininst2wheel.pyc 47${PYSITELIB}/wheel/wheelfile.pyc
60${PYSITELIB}/wheel/wininst2wheel.pyo 48${PYSITELIB}/wheel/wheelfile.pyo

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

--- pkgsrc/devel/py-wheel/distinfo 2018/05/16 10:24:05 1.5
+++ pkgsrc/devel/py-wheel/distinfo 2018/10/03 11:33:07 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2018/05/16 10:24:05 adam Exp $ 1$NetBSD: distinfo,v 1.6 2018/10/03 11:33:07 adam Exp $
2 2
3SHA1 (wheel-0.31.1.tar.gz) = 7b73c7c067e1ccd1aaacdba1e13895f1c526350d 3SHA1 (wheel-0.32.0.tar.gz) = 1718b7a5c2e648d6c664e999601a887f4bb5e162
4RMD160 (wheel-0.31.1.tar.gz) = 49f7dbda2d09027777786f00b0903fb73e3876ce 4RMD160 (wheel-0.32.0.tar.gz) = 62f54516a0c0f71072314a916959555c94c7e52b
5SHA512 (wheel-0.31.1.tar.gz) = 38854a54722cd8b3ff3b53bc62fc56255b37adac5ffb3fc1b0cb5f252a3cebd84390f3bac0600835c64bbec158337a7a13f0725dda47a659183fd038986cdd75 5SHA512 (wheel-0.32.0.tar.gz) = cebf82f49a8377dd1ef641afcb1a5a9fd8cf62b9e704c82c632591e022b0ddcfb1d11ce0b22c462c3ba1e60059c3681d2b9244e51f487a2726d09975038ffa2a
6Size (wheel-0.31.1.tar.gz) = 38574 bytes 6Size (wheel-0.32.0.tar.gz) = 17612 bytes