diff --git a/srcpkgs/python-ttystatus/template b/srcpkgs/python-ttystatus/template deleted file mode 100644 index 2df1a81c9be..00000000000 --- a/srcpkgs/python-ttystatus/template +++ /dev/null @@ -1,25 +0,0 @@ -# Template file for 'python-ttystatus' -pkgname=python-ttystatus -version=0.38 -revision=2 -archs=noarch -build_style=python-module -pycompile_module="ttystatus" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Terminal progress bar and status output for Python2" -maintainer="Orphaned " -homepage="http://liw.fi/ttystatus/" -license="GPL-3" -distfiles="http://code.liw.fi/debian/pool/main/p/${pkgname}/${pkgname}_${version}.orig.tar.xz" -checksum=e544dd5b0f77ebc3bb5b4ace34bd3d2751e72956ec096c8ffb34beaead433628 - -python3-ttystatus_package() { - archs=noarch - depends="python3" - pycompile_module="ttystatus" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-ttystatus b/srcpkgs/python3-ttystatus deleted file mode 120000 index 46fbf55941e..00000000000 --- a/srcpkgs/python3-ttystatus +++ /dev/null @@ -1 +0,0 @@ -python-ttystatus \ No newline at end of file diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template new file mode 100644 index 00000000000..dec36bfc349 --- /dev/null +++ b/srcpkgs/python3-ttystatus/template @@ -0,0 +1,15 @@ +# Template file for 'python3-ttystatus' +pkgname=python3-ttystatus +_pkgname=${pkgname/3/} +version=0.38 +revision=3 +wrksrc=$_pkgname-$version +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Terminal progress bar and status output for Python3" +maintainer="Orphaned " +license="GPL-3.0-or-later" +homepage="http://liw.fi/ttystatus/" +distfiles="$DEBIAN_SITE/main/p/${_pkgname}/${_pkgname}_${version}.orig.tar.xz" +checksum=e544dd5b0f77ebc3bb5b4ace34bd3d2751e72956ec096c8ffb34beaead433628