python3-wheel: update to 0.36.0.
This commit is contained in:
parent
7a48df1351
commit
343249bdb2
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-wheel'
|
# Template file for 'python3-wheel'
|
||||||
pkgname=python3-wheel
|
pkgname=python3-wheel
|
||||||
version=0.35.1
|
version=0.36.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="wheel-${version}"
|
wrksrc="wheel-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -13,7 +13,7 @@ homepage="https://github.com/pypa/wheel"
|
||||||
# upstream forgot to include LICENSE.txt in release
|
# upstream forgot to include LICENSE.txt in release
|
||||||
distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz
|
distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz
|
||||||
https://raw.githubusercontent.com/pypa/wheel/${version}/LICENSE.txt"
|
https://raw.githubusercontent.com/pypa/wheel/${version}/LICENSE.txt"
|
||||||
checksum="99a22d87add3f634ff917310a3d87e499f19e663413a52eb9232c447aa646c9f
|
checksum="e17f05e14282d0e666327f800ef43123b40f3dbc13a86193b604f2ebfae0dabc
|
||||||
cca9e20c6af1fcfbf69408f377769286cbeebcded336100c9b4a3f35fbe635e4"
|
cca9e20c6af1fcfbf69408f377769286cbeebcded336100c9b4a3f35fbe635e4"
|
||||||
conflicts="python-wheel>=0"
|
conflicts="python-wheel>=0"
|
||||||
skip_extraction="LICENSE.txt"
|
skip_extraction="LICENSE.txt"
|
||||||
|
|
Loading…
Reference in New Issue