python-Yapsy: drop package
This commit is contained in:
parent
5fe51fbf42
commit
dc90f1fa68
3 changed files with 18 additions and 32 deletions
|
@ -1,31 +0,0 @@
|
|||
# Template file for 'python-Yapsy'
|
||||
pkgname=python-Yapsy
|
||||
version=1.12.2
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="Yapsy-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="yapsy"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Yet another plugin system"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="http://yapsy.sourceforge.net/"
|
||||
distfiles="${PYPI_SITE}/Y/Yapsy/Yapsy-${version}.tar.gz"
|
||||
checksum=d8113d9f9c74eacf65b4663c9c037d278c9cb273b5eee5f0e1803baeedb23f8b
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
|
||||
python3-Yapsy_package() {
|
||||
archs=noarch
|
||||
depends="python3"
|
||||
pycompile_module="yapsy"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-Yapsy
|
18
srcpkgs/python3-Yapsy/template
Normal file
18
srcpkgs/python3-Yapsy/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python3-Yapsy'
|
||||
pkgname=python3-Yapsy
|
||||
version=1.12.2
|
||||
revision=3
|
||||
wrksrc="Yapsy-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Yet another plugin system"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="http://yapsy.sourceforge.net/"
|
||||
distfiles="${PYPI_SITE}/Y/Yapsy/Yapsy-${version}.tar.gz"
|
||||
checksum=d8113d9f9c74eacf65b4663c9c037d278c9cb273b5eee5f0e1803baeedb23f8b
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
Loading…
Reference in a new issue