diff --git a/srcpkgs/python-stem/template b/srcpkgs/python-stem/template deleted file mode 100644 index 97bb4b48cb6..00000000000 --- a/srcpkgs/python-stem/template +++ /dev/null @@ -1,30 +0,0 @@ -# Template file for 'python-stem' -pkgname=python-stem -version=1.8.0 -revision=1 -archs=noarch -wrksrc="stem-${version/b/}" -build_style=python-module -pycompile_module="stem" -hostmakedepends="python-devel python3-devel" -depends="python-cryptography" -short_desc="Python2 controller library for Tor" -maintainer="Orphaned " -license="LGPL-3.0-or-later" -homepage="https://stem.torproject.org/" -changelog="https://stem.torproject.org/change_log.html#version-1-7" -distfiles="${PYPI_SITE}/s/stem/stem-${version}.tar.gz" -checksum=a0b48ea6224e95f22aa34c0bc3415f0eb4667ddeae3dfb5e32a6920c185568c2 -alternatives="stem:tor-prompt:/usr/bin/tor-prompt2" - -python3-stem_package() { - archs=noarch - depends="python3-cryptography" - pycompile_module="stem" - short_desc="${short_desc/Python2/Python3}" - alternatives="stem:tor-prompt:/usr/bin/tor-prompt3" - pkg_install() { - vmove usr/bin/tor-prompt3 - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-stem b/srcpkgs/python3-stem deleted file mode 120000 index abe2e35c54c..00000000000 --- a/srcpkgs/python3-stem +++ /dev/null @@ -1 +0,0 @@ -python-stem \ No newline at end of file diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template new file mode 100644 index 00000000000..886a556ef94 --- /dev/null +++ b/srcpkgs/python3-stem/template @@ -0,0 +1,16 @@ +# Template file for 'python3-stem' +pkgname=python3-stem +version=1.8.0 +revision=2 +wrksrc="stem-${version/b/}" +build_style=python3-module +hostmakedepends="python3-devel" +depends="python3-cryptography" +short_desc="Python3 controller library for Tor" +maintainer="Orphaned " +license="LGPL-3.0-or-later" +homepage="https://stem.torproject.org/" +changelog="https://stem.torproject.org/change_log.html#version-1-7" +distfiles="${PYPI_SITE}/s/stem/stem-${version}.tar.gz" +checksum=a0b48ea6224e95f22aa34c0bc3415f0eb4667ddeae3dfb5e32a6920c185568c2 +conflicts="python-stem>=0"