mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
python-gevent: update to 1.3.6
This commit is contained in:
parent
c287d86c5a
commit
0f6ea6852b
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-gevent'
|
# Template file for 'python-gevent'
|
||||||
pkgname=python-gevent
|
pkgname=python-gevent
|
||||||
version=1.3.5
|
version=1.3.6
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="gevent-${version}"
|
wrksrc="gevent-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="gevent"
|
||||||
hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
|
hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
|
||||||
makedepends="python-devel python3-devel libev-devel c-ares-devel"
|
makedepends="python-devel python3-devel libev-devel c-ares-devel"
|
||||||
depends="python-greenlet"
|
depends="python-greenlet"
|
||||||
pycompile_module="gevent"
|
|
||||||
short_desc="Coroutine-based Python2 networking library"
|
short_desc="Coroutine-based Python2 networking library"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://www.gevent.org/"
|
homepage="http://www.gevent.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="https://github.com/gevent/gevent/archive/${version}.tar.gz"
|
distfiles="https://github.com/gevent/gevent/archive/${version}.tar.gz"
|
||||||
checksum=7e3ee7661eddf837a0cfc6cee68f7da6aff915e13f3980288789a8cf4d45bae6
|
checksum=ba67149d58a0c7958a2992983ba537d98717899c922a7228092b178ae95b4d8b
|
||||||
|
|
||||||
export LIBEV_EMBED=0
|
export LIBEV_EMBED=0
|
||||||
export CARES_EMBED=0
|
export CARES_EMBED=0
|
||||||
|
|
Loading…
Add table
Reference in a new issue