void-packages/srcpkgs/python-namedlist/template

27 lines
766 B
Bash

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