New package: python-namedlist-1.4
This commit is contained in:
parent
d13cbb053c
commit
ac983e96bc
3 changed files with 30 additions and 0 deletions
28
srcpkgs/python-namedlist/template
Normal file
28
srcpkgs/python-namedlist/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template file for 'python-namedlist'
|
||||||
|
pkgname=python-namedlist
|
||||||
|
version=1.4
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="namedlist-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
depends="python"
|
||||||
|
pycompile_module="namedlist"
|
||||||
|
short_desc="Similar to namedtuple, but instances are mutable"
|
||||||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
homepage="https://bitbucket.org/ericvsmith/namedlist"
|
||||||
|
license="Apache-2.0"
|
||||||
|
distfiles="${PYPI_SITE}/n/namedlist/namedlist-${version}.tar.gz"
|
||||||
|
checksum=d361816745b106347203bac3442021ef33c7b1334268417f23316732ccd57b15
|
||||||
|
|
||||||
|
python3.4-namedlist_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3.4"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="namedlist"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python-namedlist/update
Normal file
1
srcpkgs/python-namedlist/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*b*"
|
1
srcpkgs/python3.4-namedlist
Symbolic link
1
srcpkgs/python3.4-namedlist
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-namedlist
|
Loading…
Reference in a new issue