mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
python-greenlet: update to 0.4.14.
This commit is contained in:
parent
a2a5ae25a4
commit
d4df0c9a3f
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-greenlet'
|
# Template file for 'python-greenlet'
|
||||||
pkgname=python-greenlet
|
pkgname=python-greenlet
|
||||||
version=0.4.13
|
version=0.4.14
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="greenlet-${version}"
|
wrksrc="greenlet-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -10,8 +10,9 @@ short_desc="Lightweight in-process concurrent programming (Python2)"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/python-greenlet/greenlet"
|
homepage="https://github.com/python-greenlet/greenlet"
|
||||||
|
changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
|
||||||
distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
|
||||||
checksum=0fef83d43bf87a5196c91e73cb9772f945a4caaff91242766c5916d1dd1381e4
|
checksum=f1cc268a15ade58d9a0c04569fe6613e19b8b0345b64453064e2c3c6d79051af
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 setup.py test
|
python3 setup.py test
|
||||||
|
|
Loading…
Add table
Reference in a new issue