python-gevent: update to 1.4.0.

This commit is contained in:
maxice8 2019-03-04 10:13:03 -03:00
parent 599ccc88be
commit 63d48e4f84
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python-gevent'
pkgname=python-gevent
version=1.3.7
revision=2
version=1.4.0
revision=1
wrksrc="gevent-${version}"
build_style=python-module
pycompile_module="gevent"
@ -10,10 +10,10 @@ makedepends="python-devel python3-devel libev-devel c-ares-devel"
depends="python-greenlet"
short_desc="Coroutine-based Python2 networking library"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://www.gevent.org/"
license="MIT"
homepage="http://www.gevent.org/"
distfiles="https://github.com/gevent/gevent/archive/${version}.tar.gz"
checksum=878a83ed503bcbf97686c1cc4b28701cb3a5b8a97e92c9566b4c9f89ef1b5715
checksum=7dee57c362240b3c15d2f9c50d4b0bb13f4cca25a9fe7adf3ae7c76ddc5e73f4
export LIBEV_EMBED=0
export CARES_EMBED=0