Skip to content

Commit

Permalink
gevent: Update from version 1.2.2 to 21.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jul 4, 2021
1 parent 4cc1776 commit 5e245e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
9 changes: 1 addition & 8 deletions cross/gevent/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = gevent
PKG_VERS = 1.2.2
PKG_VERS = 21.1.2
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/$(PKG_NAME)/$(PKG_NAME)/archive
Expand All @@ -12,11 +12,4 @@ HOMEPAGE = https://www.gevent.org
COMMENT = gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev event loop
LICENSE = MIT

INSTALL_TARGET = gevent_install

include ../../mk/spksrc.python-wheel.mk

.PHONY: gevent_install
gevent_install:
@$(RUN) LIBEV_EMBED=FALSE CARES_EMBED=FALSE PYTHONPATH=$(PYTHONPATH) $(HOSTPYTHON) -c "import setuptools;__file__='setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d $(WORK_DIR)/wheelhouse
@rename -f 's/linux_i686/any/g' $(WORK_DIR)/wheelhouse/*.whl
6 changes: 3 additions & 3 deletions cross/gevent/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
gevent-1.2.2.tar.gz SHA1 6494cbb2660538fef476b80a071ef680c6cb8455
gevent-1.2.2.tar.gz SHA256 c59072a2bac1829c6e0f19814b4b9fe726f9162a1762831a0c316ae27fa69eb2
gevent-1.2.2.tar.gz MD5 594c1d2cb679fafaa3e5f6116907bc20
gevent-21.1.2.tar.gz SHA1 c3d16606d4c02f96b4f4412d470f5df36208b580
gevent-21.1.2.tar.gz SHA256 1fc6579fee04c0bc348cb1dcbc10f822129e6af7dcf2c52c24f1497cea3bd45c
gevent-21.1.2.tar.gz MD5 71256d68b02106481c584e24628ac26a

0 comments on commit 5e245e0

Please sign in to comment.