python-ttystatus: update to 0.37

"* Added Python3 support, and a python3-ttystatus package."
This commit is contained in:
Alessio Sergi 2017-11-12 11:03:16 +01:00
parent 5c51d3ca23
commit 7a045ad2f4
2 changed files with 16 additions and 6 deletions

View File

@ -1,16 +1,25 @@
# Template file for 'python-ttystatus'
pkgname=python-ttystatus
version=0.35
version=0.37
revision=1
noarch=yes
build_style=python2-module
hostmakedepends="python-setuptools"
makedepends="python-devel"
depends="python"
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="Eivind Uggedal <eivind@uggedal.com>"
homepage="http://liw.fi/ttystatus/"
license="GPL-3"
distfiles="http://code.liw.fi/debian/pool/main/p/${pkgname}/${pkgname}_${version}.orig.tar.xz"
checksum=317120cbee8c45b459d32f9c887aee51cd0fe1a26732c87a97ae904a1af005fc
checksum=89dc70da1e49b099bcc4b7332b266936ecd5c75223f4e4bf9b6add5064cb5712
python3-ttystatus_package() {
noarch=yes
depends="python3"
pycompile_module="ttystatus"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}

1
srcpkgs/python3-ttystatus Symbolic link
View File

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