Wed Jan 29 22:42:37 2020 UTC ()
py-wheel: updated to 0.34.1

0.34.1:
- Fixed installation of ``wheel`` from sdist which was broken due to a chicken
  and egg problem with PEP 517 and setuptools_scm

0.34.0:
- Dropped Python 3.4 support
- Added automatic platform tag detection for macOS binary wheels
- Added the ``--compression=`` option to the ``bdist_wheel`` command
- Fixed PyPy tag generation to work with the updated semantics
- Updated project packaging and testing configuration for :pep:`517`
- Moved the contents of setup.py to setup.cfg
- Fixed duplicate RECORD file when using ``wheel pack`` on Windows
- Fixed bdist_wheel failing at cleanup on Windows with a read-only source tree
- Fixed ``wheel pack`` not respecting the existing build tag in ``WHEEL``
- Switched the project to use the "src" layout
- Switched to setuptools_scm_ for versioning


(adam)
diff -r1.16 -r1.17 pkgsrc/devel/py-wheel/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/py-wheel/PLIST
diff -r1.13 -r1.14 pkgsrc/devel/py-wheel/distinfo

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

--- pkgsrc/devel/py-wheel/Makefile 2019/08/21 12:46:05 1.16
+++ pkgsrc/devel/py-wheel/Makefile 2020/01/29 22:42:37 1.17
@@ -1,20 +1,25 @@ @@ -1,20 +1,25 @@
1# $NetBSD: Makefile,v 1.16 2019/08/21 12:46:05 adam Exp $ 1# $NetBSD: Makefile,v 1.17 2020/01/29 22:42:37 adam Exp $
2 2
3DISTNAME= wheel-0.33.6 3DISTNAME= wheel-0.34.1
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://github.com/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
 13TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.0:../../devel/py-test
 14TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 15
13USE_LANGUAGES= # none 16USE_LANGUAGES= # none
14 17
 18PYSETUPTESTTARGET= pytest
 19
15post-install: 20post-install:
16 cd ${DESTDIR}${PREFIX}/bin && \ 21 cd ${DESTDIR}${PREFIX}/bin && \
17 ${MV} wheel wheel-${PYVERSSUFFIX} || ${TRUE} 22 ${MV} wheel wheel-${PYVERSSUFFIX} || ${TRUE}
18 23
19.include "../../lang/python/egg.mk" 24.include "../../lang/python/egg.mk"
20.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/py-wheel/PLIST 2019/02/15 12:55:38 1.5
+++ pkgsrc/devel/py-wheel/PLIST 2020/01/29 22:42:37 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2019/02/15 12:55:38 adam Exp $ 1@comment $NetBSD: PLIST,v 1.6 2020/01/29 22:42:37 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
@@ -18,26 +18,29 @@ ${PYSITELIB}/wheel/bdist_wheel.pyc @@ -18,26 +18,29 @@ ${PYSITELIB}/wheel/bdist_wheel.pyc
18${PYSITELIB}/wheel/bdist_wheel.pyo 18${PYSITELIB}/wheel/bdist_wheel.pyo
19${PYSITELIB}/wheel/cli/__init__.py 19${PYSITELIB}/wheel/cli/__init__.py
20${PYSITELIB}/wheel/cli/__init__.pyc 20${PYSITELIB}/wheel/cli/__init__.pyc
21${PYSITELIB}/wheel/cli/__init__.pyo 21${PYSITELIB}/wheel/cli/__init__.pyo
22${PYSITELIB}/wheel/cli/convert.py 22${PYSITELIB}/wheel/cli/convert.py
23${PYSITELIB}/wheel/cli/convert.pyc 23${PYSITELIB}/wheel/cli/convert.pyc
24${PYSITELIB}/wheel/cli/convert.pyo 24${PYSITELIB}/wheel/cli/convert.pyo
25${PYSITELIB}/wheel/cli/pack.py 25${PYSITELIB}/wheel/cli/pack.py
26${PYSITELIB}/wheel/cli/pack.pyc 26${PYSITELIB}/wheel/cli/pack.pyc
27${PYSITELIB}/wheel/cli/pack.pyo 27${PYSITELIB}/wheel/cli/pack.pyo
28${PYSITELIB}/wheel/cli/unpack.py 28${PYSITELIB}/wheel/cli/unpack.py
29${PYSITELIB}/wheel/cli/unpack.pyc 29${PYSITELIB}/wheel/cli/unpack.pyc
30${PYSITELIB}/wheel/cli/unpack.pyo 30${PYSITELIB}/wheel/cli/unpack.pyo
 31${PYSITELIB}/wheel/macosx_libfile.py
 32${PYSITELIB}/wheel/macosx_libfile.pyc
 33${PYSITELIB}/wheel/macosx_libfile.pyo
31${PYSITELIB}/wheel/metadata.py 34${PYSITELIB}/wheel/metadata.py
32${PYSITELIB}/wheel/metadata.pyc 35${PYSITELIB}/wheel/metadata.pyc
33${PYSITELIB}/wheel/metadata.pyo 36${PYSITELIB}/wheel/metadata.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/util.py 43${PYSITELIB}/wheel/util.py
41${PYSITELIB}/wheel/util.pyc 44${PYSITELIB}/wheel/util.pyc
42${PYSITELIB}/wheel/util.pyo 45${PYSITELIB}/wheel/util.pyo
43${PYSITELIB}/wheel/wheelfile.py 46${PYSITELIB}/wheel/wheelfile.py

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

--- pkgsrc/devel/py-wheel/distinfo 2019/08/21 12:46:05 1.13
+++ pkgsrc/devel/py-wheel/distinfo 2020/01/29 22:42:37 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2019/08/21 12:46:05 adam Exp $ 1$NetBSD: distinfo,v 1.14 2020/01/29 22:42:37 adam Exp $
2 2
3SHA1 (wheel-0.33.6.tar.gz) = 0fe3d28322a7a2bf81cb42876ea96f0026a9e018 3SHA1 (wheel-0.34.1.tar.gz) = 8a43c587601ac3d8d778145a52b30568cccb6f5a
4RMD160 (wheel-0.33.6.tar.gz) = 9c84bfce4d05e61aed7898a212f37eb9d7351543 4RMD160 (wheel-0.34.1.tar.gz) = 12bd7947e61b502755395026d8fe0ec2ad3cf3f7
5SHA512 (wheel-0.33.6.tar.gz) = 887020c543ce7720c37f4d52f3f482365203ccb232d29c780d5593758c60997ac5383ea4724d4dc0b7237e2366f3d98a28773c18d15d6f7e898721cd6ac94cc6 5SHA512 (wheel-0.34.1.tar.gz) = 99f4859bd2959239a1ec188922f13df8c8d8f5cf9d8d4efe3e241216808e704ec2b99c971963e74624bc44b97dbd4ce010a2778f35a49960b6c31b516ba0423f
6Size (wheel-0.33.6.tar.gz) = 48130 bytes 6Size (wheel-0.34.1.tar.gz) = 55747 bytes