python-namedlist: fix pycompile_module. Cleanup.
Drop python3.4-namedlist.
This commit is contained in:
parent
4a56e373c6
commit
c7a3e0ffa0
1 changed files with 3 additions and 9 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'python-namedlist'
|
||||
pkgname=python-namedlist
|
||||
version=1.7
|
||||
revision=3
|
||||
revision=4
|
||||
noarch=yes
|
||||
wrksrc="namedlist-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
pycompile_module="namedlist"
|
||||
pycompile_module="namedlist.py"
|
||||
short_desc="Similar to namedtuple, but instances are mutable"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
homepage="https://bitbucket.org/ericvsmith/namedlist"
|
||||
license="Apache-2.0"
|
||||
distfiles="${PYPI_SITE}/n/namedlist/namedlist-${version}.tar.gz"
|
||||
|
@ -25,9 +25,3 @@ python3-namedlist_package() {
|
|||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
||||
python3.4-namedlist_package() {
|
||||
noarch=yes
|
||||
build_style=meta
|
||||
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||
depends="python3-namedlist>=${version}_${revision}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue