python3-gevent: update to 20.9.0.
This commit is contained in:
parent
e4ceefeace
commit
84df9b287a
|
@ -1,18 +0,0 @@
|
|||
--- setup.py.orig 2018-06-08 12:56:05.000000000 +0200
|
||||
+++ setup.py 2018-06-09 18:13:19.783191927 +0200
|
||||
@@ -306,15 +306,6 @@
|
||||
|
||||
|
||||
def run_setup(ext_modules, run_make):
|
||||
- if run_make:
|
||||
- if (not LIBEV_EMBED and not WIN and cffi_modules) or PYPY:
|
||||
- # We're not embedding libev but we do want
|
||||
- # to build the CFFI module. We need to configure libev
|
||||
- # because the CORE Extension won't.
|
||||
- # TODO: Generalize this.
|
||||
- if LIBEV_CFFI_MODULE in cffi_modules and not WIN:
|
||||
- system(libev_configure_command)
|
||||
-
|
||||
setup(
|
||||
name='gevent',
|
||||
version=__version__,
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-gevent'
|
||||
pkgname=python3-gevent
|
||||
version=1.4.0
|
||||
version=20.9.0
|
||||
revision=4
|
||||
wrksrc="gevent-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="http://www.gevent.org/"
|
||||
distfiles="https://github.com/gevent/gevent/archive/${version}.tar.gz"
|
||||
checksum=7dee57c362240b3c15d2f9c50d4b0bb13f4cca25a9fe7adf3ae7c76ddc5e73f4
|
||||
checksum=a43d6b8335eae4d1ebb3f9585bcb78c397c6f1f141eb2449838167cbb4a40ee3
|
||||
|
||||
export LIBEV_EMBED=0
|
||||
export CARES_EMBED=0
|
||||
|
|
Loading…
Reference in New Issue