mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python-wheel: update to 0.31.0
This commit is contained in:
parent
6904462671
commit
4c71fb18f0
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-wheel'
|
# Template file for 'python-wheel'
|
||||||
pkgname=python-wheel
|
pkgname=python-wheel
|
||||||
version=0.30.0
|
version=0.31.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="wheel-${version}"
|
wrksrc="wheel-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="wheel"
|
pycompile_module="wheel"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
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"
|
homepage="https://github.com/pypa/wheel"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz"
|
||||||
checksum=9515fe0a94e823fd90b08d22de45d7bde57c90edce705b22f5e1ecf7e1b653c8
|
checksum=1ae8153bed701cb062913b72429bcf854ba824f973735427681882a688cb55ce
|
||||||
alternatives="wheel:wheel:usr/bin/wheel2"
|
alternatives="wheel:wheel:usr/bin/wheel2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -22,8 +22,8 @@ post_install() {
|
||||||
|
|
||||||
python3-wheel_package() {
|
python3-wheel_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
|
||||||
pycompile_module="wheel"
|
pycompile_module="wheel"
|
||||||
|
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"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue