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 Oct  3 11:33:07 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-wheel/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-wheel/PLIST
cvs rdiff -u -r1.5 -r1.6 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.8 pkgsrc/devel/py-wheel/Makefile:1.9
--- pkgsrc/devel/py-wheel/Makefile:1.8  Wed May 16 10:24:05 2018
+++ pkgsrc/devel/py-wheel/Makefile      Wed Oct  3 11:33:07 2018
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2018/05/16 10:24:05 adam Exp $
+# $NetBSD: Makefile,v 1.9 2018/10/03 11:33:07 adam Exp $
 
-DISTNAME=      wheel-0.31.1
+DISTNAME=      wheel-0.32.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wheel/}
 
 MAINTAINER=    kamelderouiche%yahoo.com@localhost
-HOMEPAGE=      https://bitbucket.org/pypa/wheel/
+HOMEPAGE=      https://github.com/pypa/wheel
 COMMENT=       Built-package format for Python
 LICENSE=       mit
 

Index: pkgsrc/devel/py-wheel/PLIST
diff -u pkgsrc/devel/py-wheel/PLIST:1.3 pkgsrc/devel/py-wheel/PLIST:1.4
--- pkgsrc/devel/py-wheel/PLIST:1.3     Thu Apr  5 11:51:07 2018
+++ pkgsrc/devel/py-wheel/PLIST Wed Oct  3 11:33:07 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/04/05 11:51:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/10/03 11:33:07 adam Exp $
 bin/wheel-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -13,48 +13,36 @@ ${PYSITELIB}/wheel/__init__.pyo
 ${PYSITELIB}/wheel/__main__.py
 ${PYSITELIB}/wheel/__main__.pyc
 ${PYSITELIB}/wheel/__main__.pyo
-${PYSITELIB}/wheel/archive.py
-${PYSITELIB}/wheel/archive.pyc
-${PYSITELIB}/wheel/archive.pyo
 ${PYSITELIB}/wheel/bdist_wheel.py
 ${PYSITELIB}/wheel/bdist_wheel.pyc
 ${PYSITELIB}/wheel/bdist_wheel.pyo
-${PYSITELIB}/wheel/egg2wheel.py
-${PYSITELIB}/wheel/egg2wheel.pyc
-${PYSITELIB}/wheel/egg2wheel.pyo
-${PYSITELIB}/wheel/install.py
-${PYSITELIB}/wheel/install.pyc
-${PYSITELIB}/wheel/install.pyo
+${PYSITELIB}/wheel/cli/__init__.py
+${PYSITELIB}/wheel/cli/__init__.pyc
+${PYSITELIB}/wheel/cli/__init__.pyo
+${PYSITELIB}/wheel/cli/convert.py
+${PYSITELIB}/wheel/cli/convert.pyc
+${PYSITELIB}/wheel/cli/convert.pyo
+${PYSITELIB}/wheel/cli/install.py
+${PYSITELIB}/wheel/cli/install.pyc
+${PYSITELIB}/wheel/cli/install.pyo
+${PYSITELIB}/wheel/cli/pack.py
+${PYSITELIB}/wheel/cli/pack.pyc
+${PYSITELIB}/wheel/cli/pack.pyo
+${PYSITELIB}/wheel/cli/unpack.py
+${PYSITELIB}/wheel/cli/unpack.pyc
+${PYSITELIB}/wheel/cli/unpack.pyo
 ${PYSITELIB}/wheel/metadata.py
 ${PYSITELIB}/wheel/metadata.pyc
 ${PYSITELIB}/wheel/metadata.pyo
-${PYSITELIB}/wheel/paths.py
-${PYSITELIB}/wheel/paths.pyc
-${PYSITELIB}/wheel/paths.pyo
 ${PYSITELIB}/wheel/pep425tags.py
 ${PYSITELIB}/wheel/pep425tags.pyc
 ${PYSITELIB}/wheel/pep425tags.pyo
 ${PYSITELIB}/wheel/pkginfo.py
 ${PYSITELIB}/wheel/pkginfo.pyc
 ${PYSITELIB}/wheel/pkginfo.pyo
-${PYSITELIB}/wheel/signatures/__init__.py
-${PYSITELIB}/wheel/signatures/__init__.pyc
-${PYSITELIB}/wheel/signatures/__init__.pyo
-${PYSITELIB}/wheel/signatures/djbec.py
-${PYSITELIB}/wheel/signatures/djbec.pyc
-${PYSITELIB}/wheel/signatures/djbec.pyo
-${PYSITELIB}/wheel/signatures/ed25519py.py
-${PYSITELIB}/wheel/signatures/ed25519py.pyc
-${PYSITELIB}/wheel/signatures/ed25519py.pyo
-${PYSITELIB}/wheel/signatures/keys.py
-${PYSITELIB}/wheel/signatures/keys.pyc
-${PYSITELIB}/wheel/signatures/keys.pyo
-${PYSITELIB}/wheel/tool/__init__.py
-${PYSITELIB}/wheel/tool/__init__.pyc
-${PYSITELIB}/wheel/tool/__init__.pyo
 ${PYSITELIB}/wheel/util.py
 ${PYSITELIB}/wheel/util.pyc
 ${PYSITELIB}/wheel/util.pyo
-${PYSITELIB}/wheel/wininst2wheel.py
-${PYSITELIB}/wheel/wininst2wheel.pyc
-${PYSITELIB}/wheel/wininst2wheel.pyo
+${PYSITELIB}/wheel/wheelfile.py
+${PYSITELIB}/wheel/wheelfile.pyc
+${PYSITELIB}/wheel/wheelfile.pyo

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



Home | Main Index | Thread Index | Old Index