mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python3-guessit: specify all python3 hostmakedepends
This commit is contained in:
parent
728475ca2b
commit
fbbaa6d13d
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-guessit'
|
# Template file for 'python3-guessit'
|
||||||
pkgname=python3-guessit
|
pkgname=python3-guessit
|
||||||
version=3.1.1
|
version=3.1.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="guessit-${version}"
|
wrksrc="guessit-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -12,3 +12,8 @@ license="LGPL-3.0-only"
|
||||||
homepage="https://guessit.readthedocs.io/en/latest/"
|
homepage="https://guessit.readthedocs.io/en/latest/"
|
||||||
distfiles="${PYPI_SITE}/g/guessit/guessit-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/g/guessit/guessit-${version}.tar.gz"
|
||||||
checksum=71c68c6d4e9d639eba6534a838468115ad20f4c5a688eae3079f0c08d605a3b0
|
checksum=71c68c6d4e9d639eba6534a838468115ad20f4c5a688eae3079f0c08d605a3b0
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue