New package: python-texttable-0.8.4
This commit is contained in:
parent
75d03a311f
commit
72dd0708a4
2 changed files with 29 additions and 0 deletions
28
srcpkgs/python-texttable/template
Normal file
28
srcpkgs/python-texttable/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'python-texttable'
|
||||
pkgname=python-texttable
|
||||
version=0.8.4
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="texttable-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python"
|
||||
pycompile_module="texttable.py"
|
||||
short_desc="Python2 module for creating simple ASCII tables"
|
||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||
homepage="https://github.com/foutaise/texttable/"
|
||||
license="LGPL-3"
|
||||
distfiles="${PYPI_SITE}/t/texttable/texttable-${version}.tar.gz"
|
||||
checksum=8587b61cb6c6022d0eb79e56e59825df4353f0f33099b4ae3bcfe8d41bd1702e
|
||||
|
||||
python3.4-texttable_package() {
|
||||
noarch=yes
|
||||
depends="python3.4"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="texttable.py"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
}
|
||||
}
|
1
srcpkgs/python3.4-texttable
Symbolic link
1
srcpkgs/python3.4-texttable
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-texttable
|
Loading…
Reference in a new issue