mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
python-wheel: update to 0.34.2.
This commit is contained in:
parent
5367b95a9c
commit
c4d8eea536
1 changed files with 4 additions and 6 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'python-wheel'
|
# Template file for 'python-wheel'
|
||||||
pkgname=python-wheel
|
pkgname=python-wheel
|
||||||
version=0.32.3
|
version=0.34.2
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="wheel-${version}"
|
wrksrc="wheel-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="wheel"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools"
|
depends="python-setuptools"
|
||||||
short_desc="Built-package format for Python (Python2)"
|
short_desc="Built-package format for Python (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/pypa/wheel"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://github.com/pypa/wheel"
|
||||||
distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz"
|
||||||
checksum=029703bf514e16c8271c3821806a1c171220cc5bdd325cbf4e7da1e056a01db6
|
checksum=8788e9155fe14f54164c1b9eb0a319d98ef02c160725587ad60f14ddc57b6f96
|
||||||
alternatives="wheel:wheel:usr/bin/wheel2"
|
alternatives="wheel:wheel:usr/bin/wheel2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -22,7 +21,6 @@ post_install() {
|
||||||
|
|
||||||
python3-wheel_package() {
|
python3-wheel_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="wheel"
|
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="wheel:wheel:usr/bin/wheel3"
|
alternatives="wheel:wheel:usr/bin/wheel3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue