mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python3-rebulk: specify all python3 hostmakedepends
This commit is contained in:
parent
3d63f5f837
commit
e299f035b3
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-rebulk'
|
# Template file for 'python3-rebulk'
|
||||||
pkgname=python3-rebulk
|
pkgname=python3-rebulk
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="rebulk-${version}"
|
wrksrc="rebulk-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -13,6 +13,11 @@ homepage="https://github.com/Toilal/rebulk"
|
||||||
distfiles="${PYPI_SITE}/r/rebulk/rebulk-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/rebulk/rebulk-${version}.tar.gz"
|
||||||
checksum=320ded3cc456347d828f95e9aa5f8bab77ac01943cad024c06012069fe19690a
|
checksum=320ded3cc456347d828f95e9aa5f8bab77ac01943cad024c06012069fe19690a
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
# Package does not *need* pytest-runner to build, and Void doesn't have it
|
||||||
|
vsed -e "/setup_requires/s/['\"]pytest-runner['\"],*//" -i setup.py
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue