py-eventlet: fix url (#47418)
* py-eventlet: fix url * py-eventlet: fix checksum
This commit is contained in:
parent
5b59a53545
commit
703cd6a313
@ -10,11 +10,11 @@ class PyEventlet(PythonPackage):
|
|||||||
"""Concurrent networking library for Python"""
|
"""Concurrent networking library for Python"""
|
||||||
|
|
||||||
homepage = "https://github.com/eventlet/eventlet"
|
homepage = "https://github.com/eventlet/eventlet"
|
||||||
url = "https://github.com/eventlet/eventlet/releases/download/v0.22.0/eventlet-0.22.0.tar.gz"
|
url = "https://github.com/eventlet/eventlet/archive/refs/tags/v0.22.0.tar.gz"
|
||||||
|
|
||||||
license("MIT")
|
license("MIT")
|
||||||
|
|
||||||
version("0.22.0", sha256="6d22464f448fdf144a9d566c157299d686bbe324554dd7729df9ccd05ca66439")
|
version("0.22.0", sha256="c4cc92268b82eb94d5e0de0592159157d68122d394f480e3f9a9d6ddb695655e")
|
||||||
|
|
||||||
depends_on("py-setuptools", type="build")
|
depends_on("py-setuptools", type="build")
|
||||||
depends_on("py-greenlet@0.3:")
|
depends_on("py-greenlet@0.3:")
|
||||||
|
Loading…
Reference in New Issue
Block a user