python-ttystatus: update to 0.37
"* Added Python3 support, and a python3-ttystatus package."
This commit is contained in:
parent
5c51d3ca23
commit
7a045ad2f4
@ -1,16 +1,25 @@
|
|||||||
# Template file for 'python-ttystatus'
|
# Template file for 'python-ttystatus'
|
||||||
pkgname=python-ttystatus
|
pkgname=python-ttystatus
|
||||||
version=0.35
|
version=0.37
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
|
||||||
makedepends="python-devel"
|
|
||||||
depends="python"
|
|
||||||
pycompile_module="ttystatus"
|
pycompile_module="ttystatus"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
depends="python"
|
||||||
short_desc="Terminal progress bar and status output for Python2"
|
short_desc="Terminal progress bar and status output for Python2"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
homepage="http://liw.fi/ttystatus/"
|
homepage="http://liw.fi/ttystatus/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://code.liw.fi/debian/pool/main/p/${pkgname}/${pkgname}_${version}.orig.tar.xz"
|
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
1
srcpkgs/python3-ttystatus
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
python-ttystatus
|
Loading…
x
Reference in New Issue
Block a user