mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-gevent: update to 1.2.2
This commit is contained in:
parent
a6980269f1
commit
eef80c9138
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'python-gevent'
|
# Template file for 'python-gevent'
|
||||||
pkgname=python-gevent
|
pkgname=python-gevent
|
||||||
version=1.2.1
|
version=1.2.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="gevent-${version}"
|
wrksrc="gevent-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
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"
|
pycompile_module="gevent"
|
||||||
|
@ -12,8 +12,8 @@ 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="${PYPI_SITE}/g/gevent/gevent-${version}.tar.gz"
|
distfiles="https://github.com/gevent/gevent/archive/${version}.tar.gz"
|
||||||
checksum=3de300d0e32c31311e426e4d5d73b36777ed99c2bac3f8fbad939eeb2c29fa7c
|
checksum=c59072a2bac1829c6e0f19814b4b9fe726f9162a1762831a0c316ae27fa69eb2
|
||||||
|
|
||||||
export LIBEV_EMBED=0
|
export LIBEV_EMBED=0
|
||||||
export CARES_EMBED=0
|
export CARES_EMBED=0
|
||||||
|
|
Loading…
Add table
Reference in a new issue