libraries/greenlet: Updated for version 0.4.17.
This fixes building with Python 3.9. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
c6b2ab45ee
commit
ba9c412707
|
@ -26,7 +26,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=greenlet
|
||||
VERSION=${VERSION:-0.4.15}
|
||||
VERSION=${VERSION:-0.4.17}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="greenlet"
|
||||
VERSION="0.4.15"
|
||||
VERSION="0.4.17"
|
||||
HOMEPAGE="https://github.com/python-greenlet/greenlet"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/f8/e8/b30ae23b45f69aa3f024b46064c0ac8e5fcb4f22ace0dca8d6f9c8bbe5e7/greenlet-0.4.15.tar.gz"
|
||||
MD5SUM="10fa304f673fc18b28fa6d8c6658cb80"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/72/0c/fd07c7674ad6eded937194b84d8453425c36c6ef118536907b0185624d82/greenlet-0.4.17.tar.gz"
|
||||
MD5SUM="d964c95c2d2f0f02f36c75e158d8e3dc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue