pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-wheel



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 10 09:13:57 UTC 2018

Modified Files:
        pkgsrc/devel/py-wheel: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-wheel/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-wheel/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-wheel/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-wheel/Makefile
diff -u pkgsrc/devel/py-wheel/Makefile:1.5 pkgsrc/devel/py-wheel/Makefile:1.6
--- pkgsrc/devel/py-wheel/Makefile:1.5  Mon Sep  4 18:08:22 2017
+++ pkgsrc/devel/py-wheel/Makefile      Wed Jan 10 09:13:57 2018
@@ -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 @@ LICENSE=      mit
 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"

Index: pkgsrc/devel/py-wheel/PLIST
diff -u pkgsrc/devel/py-wheel/PLIST:1.1 pkgsrc/devel/py-wheel/PLIST:1.2
--- pkgsrc/devel/py-wheel/PLIST:1.1     Mon May 16 07:53:02 2016
+++ pkgsrc/devel/py-wheel/PLIST Wed Jan 10 09:13:57 2018
@@ -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/decorator.pyo
 ${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/ed25519py.
 ${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

Index: pkgsrc/devel/py-wheel/distinfo
diff -u pkgsrc/devel/py-wheel/distinfo:1.2 pkgsrc/devel/py-wheel/distinfo:1.3
--- pkgsrc/devel/py-wheel/distinfo:1.2  Sat Apr  8 07:27:33 2017
+++ pkgsrc/devel/py-wheel/distinfo      Wed Jan 10 09:13:57 2018
@@ -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