New package: python-urwidtrees-1.0.2

Closes #9283.
This commit is contained in:
Felix Van der Jeugt 2017-11-17 14:30:40 +01:00 committed by Enno Boland
parent 1af1edaeae
commit d6ec9c1241
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# Template file for 'python-urwidtrees'
pkgname=python-urwidtrees
version=1.0.2
revision=1
wrksrc="urwidtrees-${version}"
build_style=python-module
hostmakedepends="python-devel python3-devel python-urwid python3-urwid"
pycompile_module="urwidtrees"
depends="python-urwid"
short_desc="Tree widgets for urwid"
license="GPL-3"
maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
homepage="https://github.com/pazz/urwidtrees"
distfiles="https://github.com/pazz/urwidtrees/archive/${version}.tar.gz"
checksum=703f4b161b930a26a461a3e3e695f94237ac75e2a52b87613e49093d9aa76034
python3-urwidtrees_package() {
depends="python3-urwid"
pkg_install() {
vmove usr/lib/python3*
}
}

1
srcpkgs/python3-urwidtrees Symbolic link
View File

@ -0,0 +1 @@
python-urwidtrees