python-wheel: update to 0.35.1.
This commit is contained in:
parent
7d43631cd3
commit
70f66ea777
1 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-wheel'
|
# Template file for 'python-wheel'
|
||||||
pkgname=python-wheel
|
pkgname=python-wheel
|
||||||
version=0.34.2
|
version=0.35.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="wheel-${version}"
|
wrksrc="wheel-${version}"
|
||||||
|
@ -11,11 +11,16 @@ short_desc="Built-package format for Python (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pypa/wheel"
|
homepage="https://github.com/pypa/wheel"
|
||||||
distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz"
|
# upstream forgot to include LICENSE.txt in release
|
||||||
checksum=8788e9155fe14f54164c1b9eb0a319d98ef02c160725587ad60f14ddc57b6f96
|
distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz
|
||||||
|
https://raw.githubusercontent.com/pypa/wheel/${version}/LICENSE.txt"
|
||||||
|
checksum="99a22d87add3f634ff917310a3d87e499f19e663413a52eb9232c447aa646c9f
|
||||||
|
cca9e20c6af1fcfbf69408f377769286cbeebcded336100c9b4a3f35fbe635e4"
|
||||||
alternatives="wheel:wheel:usr/bin/wheel2"
|
alternatives="wheel:wheel:usr/bin/wheel2"
|
||||||
|
skip_extraction="LICENSE.txt"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/LICENSE.txt .
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue