mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python-regex: drop python3 flavor for now
This commit is contained in:
parent
2114d19b38
commit
9130426b34
1 changed files with 2 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python-regex'
|
# Template file for 'python-regex'
|
||||||
pkgname=python-regex
|
pkgname=python-regex
|
||||||
version=2017.06.23
|
version=2017.06.23
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="regex-${version}"
|
wrksrc="regex-${version}"
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
pycompile_module="_regex_core.py regex.py test_regex.py"
|
pycompile_module="_regex_core.py regex.py test_regex.py"
|
||||||
hostmakedepends="python-devel python3-devel"
|
hostmakedepends="python-devel python3-devel"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
|
@ -13,11 +13,3 @@ license="PSF"
|
||||||
homepage="https://pypi.python.org/pypi/regex/"
|
homepage="https://pypi.python.org/pypi/regex/"
|
||||||
distfiles="${PYPI_SITE}/r/regex/regex-$version.tar.gz"
|
distfiles="${PYPI_SITE}/r/regex/regex-$version.tar.gz"
|
||||||
checksum=808fde10fef1c8aa17a79a1cf9c923c9ccac443be9c6a9bb25622269f6eb647a
|
checksum=808fde10fef1c8aa17a79a1cf9c923c9ccac443be9c6a9bb25622269f6eb647a
|
||||||
|
|
||||||
python3-regex_package() {
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pycompile_module="_regex_core.py regex.py test_regex.py"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue