diff --git a/srcpkgs/python-trollius/template b/srcpkgs/python-trollius/template index c886e4c2e60..35a178d3984 100644 --- a/srcpkgs/python-trollius/template +++ b/srcpkgs/python-trollius/template @@ -1,11 +1,11 @@ # Template file for 'python-trollius' pkgname=python-trollius version=2.1 -revision=4 +revision=5 noarch=yes wrksrc="trollius-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" +build_style=python2-module +hostmakedepends="python-setuptools" depends="python-six python-futures" pycompile_module="trollius" short_desc="Infrastructure for writing single-threaded concurrent code (Python2)" @@ -14,13 +14,3 @@ homepage="https://github.com/haypo/trollius" license="Apache-2.0" distfiles="${PYPI_SITE}/t/trollius/trollius-${version}.tar.gz" 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* - } -} diff --git a/srcpkgs/python3-trollius b/srcpkgs/python3-trollius deleted file mode 120000 index 26210210763..00000000000 --- a/srcpkgs/python3-trollius +++ /dev/null @@ -1 +0,0 @@ -python-trollius \ No newline at end of file