mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-wheel: update to 0.38.4.
This commit is contained in:
parent
07383672d6
commit
2c61f280f2
1 changed files with 3 additions and 6 deletions
|
@ -1,23 +1,20 @@
|
||||||
# Template file for 'python3-wheel'
|
# Template file for 'python3-wheel'
|
||||||
pkgname=python3-wheel
|
pkgname=python3-wheel
|
||||||
version=0.38.2
|
version=0.38.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
checkdepends="python3-pytest python3-devel $depends"
|
checkdepends="python3-pytest python3-devel $depends"
|
||||||
short_desc="Built-package format for Python (Python3)"
|
short_desc="Built-package format for Python (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
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"
|
distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz"
|
||||||
checksum=3d492ef22379a156ec923d2a77051cedfd4df4b667864e9e41ba83f0b70b7149
|
checksum=965f5259b566725405b05e7cf774052044b1ed30119b5d586b2703aafe8719ac
|
||||||
conflicts="python-wheel>=0"
|
conflicts="python-wheel>=0"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
|
||||||
vsed -e '/addopts/d' -i setup.cfg
|
|
||||||
|
|
||||||
# Must export PYTHONPATH so subprocesses see the variable
|
# Must export PYTHONPATH so subprocesses see the variable
|
||||||
local _pypath="${PYTHONPATH}"
|
local _pypath="${PYTHONPATH}"
|
||||||
export PYTHONPATH="${PWD}/src:${PYTHONPATH}"
|
export PYTHONPATH="${PWD}/src:${PYTHONPATH}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue