py-wheel: updated to 0.33.0

0.33.0:
Added the --build-number option to the wheel pack command
Fixed bad shebangs sneaking into wheels
Fixed documentation issue with wheel pack erroneously being called wheel repack
Fixed filenames with "bad" characters (like commas) not being quoted in RECORD
This commit is contained in:
adam 2019-02-15 12:55:38 +00:00
parent d76ae61d6b
commit b1df304e64
3 changed files with 10 additions and 12 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2018/11/19 10:29:00 adam Exp $
# $NetBSD: Makefile,v 1.13 2019/02/15 12:55:38 adam Exp $
DISTNAME= wheel-0.32.3
DISTNAME= wheel-0.33.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/wheel/}
@ -13,7 +13,8 @@ LICENSE= mit
USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} wheel wheel-${PYVERSSUFFIX} || ${TRUE}
cd ${DESTDIR}${PREFIX}/bin && \
${MV} wheel wheel-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2018/10/03 11:33:07 adam Exp $
@comment $NetBSD: PLIST,v 1.5 2019/02/15 12:55:38 adam Exp $
bin/wheel-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@ -22,9 +22,6 @@ ${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

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.9 2018/11/19 10:29:00 adam Exp $
$NetBSD: distinfo,v 1.10 2019/02/15 12:55:38 adam Exp $
SHA1 (wheel-0.32.3.tar.gz) = b10e2b4f3627e1904285c204c1975e84d634c9eb
RMD160 (wheel-0.32.3.tar.gz) = cfda2589204a48d0fa3242d60e98c98066975545
SHA512 (wheel-0.32.3.tar.gz) = 6f663b3a3edbf470a3565eb5ad763d466f857f053be32dd4242d9b94874844076c7a9142c13ba0185697b9b96fbdbfb1be2abfdfbeb00ff4853bfa9e52681db4
Size (wheel-0.32.3.tar.gz) = 18585 bytes
SHA1 (wheel-0.33.0.tar.gz) = 261e8b754391c4fb6acd04d2c8b6018e45bde142
RMD160 (wheel-0.33.0.tar.gz) = f03f0acf206f4dde493ebeb063cdcb79ced986c1
SHA512 (wheel-0.33.0.tar.gz) = 51057eefe7945fbd9bf9bc3129add902072d3138febb64cd197adcf076bcec85b4338d78fcfde6d3393a7b521f19a58a7ea42b2280ebc3b30a991548d5773853
Size (wheel-0.33.0.tar.gz) = 18715 bytes