mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
python-namedlist: update to 1.8.
This commit is contained in:
parent
05a0479135
commit
2e36104590
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-namedlist'
|
# Template file for 'python-namedlist'
|
||||||
pkgname=python-namedlist
|
pkgname=python-namedlist
|
||||||
version=1.7
|
version=1.8
|
||||||
revision=6
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="namedlist-${version}"
|
wrksrc="namedlist-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -10,10 +10,10 @@ depends="python"
|
||||||
pycompile_module="namedlist.py"
|
pycompile_module="namedlist.py"
|
||||||
short_desc="Similar to namedtuple, but instances are mutable"
|
short_desc="Similar to namedtuple, but instances are mutable"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
homepage="https://bitbucket.org/ericvsmith/namedlist"
|
homepage="https://gitlab.com/ericvsmith/namedlist"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/n/namedlist/namedlist-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/namedlist/namedlist-${version}.tar.gz"
|
||||||
checksum=190b39ceaf1d6b59999811259e61beb1b26aaa482fb8c95538294d551461c986
|
checksum=34f89fc992592c80b39a709e136edcf41ea17f24ba31eaf84a314a02c8b9bcef
|
||||||
|
|
||||||
python3-namedlist_package() {
|
python3-namedlist_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
|
|
Loading…
Add table
Reference in a new issue