From 84df9b287ae0f33df755e987f0b6228d30b49516 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 8 Dec 2020 16:29:17 -0600 Subject: [PATCH] python3-gevent: update to 20.9.0. --- srcpkgs/python3-gevent/patches/setup_py.patch | 18 ------------------ srcpkgs/python3-gevent/template | 4 ++-- 2 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 srcpkgs/python3-gevent/patches/setup_py.patch diff --git a/srcpkgs/python3-gevent/patches/setup_py.patch b/srcpkgs/python3-gevent/patches/setup_py.patch deleted file mode 100644 index 4aaecb30a60..00000000000 --- a/srcpkgs/python3-gevent/patches/setup_py.patch +++ /dev/null @@ -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__, diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template index fad5556530b..ce71112dc99 100644 --- a/srcpkgs/python3-gevent/template +++ b/srcpkgs/python3-gevent/template @@ -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 " 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