mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
python-trollius: remove python3 flavor (#12426)
This commit is contained in:
parent
73846deac0
commit
c051e75aa3
2 changed files with 3 additions and 14 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python-trollius'
|
# Template file for 'python-trollius'
|
||||||
pkgname=python-trollius
|
pkgname=python-trollius
|
||||||
version=2.1
|
version=2.1
|
||||||
revision=4
|
revision=5
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="trollius-${version}"
|
wrksrc="trollius-${version}"
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-six python-futures"
|
depends="python-six python-futures"
|
||||||
pycompile_module="trollius"
|
pycompile_module="trollius"
|
||||||
short_desc="Infrastructure for writing single-threaded concurrent code (Python2)"
|
short_desc="Infrastructure for writing single-threaded concurrent code (Python2)"
|
||||||
|
@ -14,13 +14,3 @@ homepage="https://github.com/haypo/trollius"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/t/trollius/trollius-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/trollius/trollius-${version}.tar.gz"
|
||||||
checksum=cd165d9d9578d3aadbf26e71a88d9a70c4e444792a5628dc9af255f62030cc90
|
checksum=cd165d9d9578d3aadbf26e71a88d9a70c4e444792a5628dc9af255f62030cc90
|
||||||
|
|
||||||
python3-trollius_package() {
|
|
||||||
noarch=yes
|
|
||||||
depends="python3-six"
|
|
||||||
pycompile_module="trollius"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
python-trollius
|
|
Loading…
Add table
Reference in a new issue