python-namedlist: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 21:50:05 +07:00
parent c7419f22de
commit ef358cbbc6
4 changed files with 14 additions and 27 deletions

View file

@ -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*
}
}

View file

@ -1 +0,0 @@
python-namedlist

View 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