python3-frozendict: update to 2.3.1.
This commit is contained in:
parent
6d856ef1fa
commit
4f88fec2b8
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-frozendict'
|
||||
pkgname=python3-frozendict
|
||||
version=2.3.0
|
||||
version=2.3.1
|
||||
revision=1
|
||||
wrksrc="frozendict-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -13,7 +13,7 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|||
license="LGPL-3.0-only"
|
||||
homepage="https://github.com/Marco-Sulla/python-frozendict"
|
||||
distfiles="${PYPI_SITE}/f/frozendict/frozendict-${version}.tar.gz"
|
||||
checksum=da4231adefc5928e7810da2732269d3ad7b5616295b3e693746392a8205ea0b5
|
||||
checksum=bc91c69233eb916bb6ebc40988b6d849735770240efc9c60be45b4ab919c1bde
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH="$(cd build/lib* && pwd)" pytest3
|
||||
|
|
Loading…
Reference in New Issue