New package: python-npyscreen-4.10.5.1.

Closes: #12853 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-23 16:26:24 -03:00 committed by Michael Aldridge
parent 91605eeeda
commit 644d1bd455
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# Template file for 'python-npyscreen'
pkgname=python-npyscreen
version=4.10.5.1
revision=1
wrksrc="npyscreen-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
pycompile_module="npyscreen"
depends="python"
short_desc="Python2 widget library and application framework for TUIs"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="BSD-2-Clause"
homepage="https://github.com/bad-day/npyscreen"
distfiles="https://github.com/bad-day/npyscreen/archive/${version}.tar.gz"
checksum=6703c22d6bad3131b075d7d242c611a3c7ba8eae03f6d3cb414e3d35dae94b29
noarch=yes
post_install() {
vlicense LICENCE
}
python3-npyscreen_package() {
noarch=yes
pycompile_module="npyscreen"
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENCE
}
}

1
srcpkgs/python3-npyscreen Symbolic link
View File

@ -0,0 +1 @@
python-npyscreen