python-namedlist: drop package
This commit is contained in:
parent
c7419f22de
commit
ef358cbbc6
4 changed files with 14 additions and 27 deletions
|
@ -1,26 +0,0 @@
|
||||||
# Template file for 'python-namedlist'
|
|
||||||
pkgname=python-namedlist
|
|
||||||
version=1.8
|
|
||||||
revision=1
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="namedlist-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python"
|
|
||||||
pycompile_module="namedlist.py"
|
|
||||||
short_desc="Similar to namedtuple, but instances are mutable"
|
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
||||||
homepage="https://gitlab.com/ericvsmith/namedlist"
|
|
||||||
license="Apache-2.0"
|
|
||||||
distfiles="${PYPI_SITE}/n/namedlist/namedlist-${version}.tar.gz"
|
|
||||||
checksum=34f89fc992592c80b39a709e136edcf41ea17f24ba31eaf84a314a02c8b9bcef
|
|
||||||
|
|
||||||
python3-namedlist_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3"
|
|
||||||
pycompile_module="namedlist.py"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-namedlist
|
|
14
srcpkgs/python3-namedlist/template
Normal file
14
srcpkgs/python3-namedlist/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'python3-namedlist'
|
||||||
|
pkgname=python3-namedlist
|
||||||
|
version=1.8
|
||||||
|
revision=2
|
||||||
|
wrksrc="namedlist-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Similar to namedtuple, but instances are mutable"
|
||||||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://gitlab.com/ericvsmith/namedlist"
|
||||||
|
distfiles="${PYPI_SITE}/n/namedlist/namedlist-${version}.tar.gz"
|
||||||
|
checksum=34f89fc992592c80b39a709e136edcf41ea17f24ba31eaf84a314a02c8b9bcef
|
Loading…
Add table
Add a link
Reference in a new issue