14 lines
489 B
Bash
14 lines
489 B
Bash
# Template file for 'python3-namedlist'
|
|
pkgname=python3-namedlist
|
|
version=1.8
|
|
revision=6
|
|
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
|