New package: python-Yapsy-1.11.223

This commit is contained in:
Christian Neukirchen 2016-10-17 22:18:28 +02:00
parent dd38638652
commit 160bf0f22b
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,30 @@
# Template file for 'python-Yapsy'
pkgname=python-Yapsy
version=1.11.223
revision=1
noarch=yes
wrksrc="Yapsy-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
pycompile_module="yapsy"
short_desc="Yet another plugin system"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
homepage="http://yapsy.sourceforge.net/"
license="2-clause-BSD"
distfiles="${PYPI_SITE}/Y/Yapsy/Yapsy-${version}.tar.gz"
checksum=45bb39a72461913388d7f3e92ce33816e84fff59946c45e16796eb1fb1d5f2a6
post_install() {
vlicense LICENSE.txt
}
python3-Yapsy_package() {
noarch=yes
depends="python3"
pycompile_module="yapsy"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}

1
srcpkgs/python3-Yapsy Symbolic link
View file

@ -0,0 +1 @@
python-Yapsy