python-ttystatus: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 16:04:04 +07:00
parent 581f6301f1
commit c17b53d600
3 changed files with 15 additions and 26 deletions

View File

@ -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 <orphan@voidlinux.org>"
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*
}
}

View File

@ -1 +0,0 @@
python-ttystatus

View File

@ -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 <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="http://liw.fi/ttystatus/"
distfiles="$DEBIAN_SITE/main/p/${_pkgname}/${_pkgname}_${version}.orig.tar.xz"
checksum=e544dd5b0f77ebc3bb5b4ace34bd3d2751e72956ec096c8ffb34beaead433628