wok rev 21579
updated python-gevent (0.13.8 -> 1.4.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun May 19 16:11:22 2019 +0100 (2019-05-19) |
parents | a1005b7e3610 |
children | 240fb3120638 |
files | python-gevent/receipt |
line diff
1.1 --- a/python-gevent/receipt Sun May 19 16:00:06 2019 +0100 1.2 +++ b/python-gevent/receipt Sun May 19 16:11:22 2019 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-gevent" 1.7 -SOURCE="gevent" 1.8 -VERSION="0.13.8" 1.9 +VERSION="1.4.0" 1.10 CATEGORY="development" 1.11 SHORT_DESC="A coroutine-based Python networking library." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://pypi.org/project/gevent/" 1.15 + 1.16 +SOURCE="gevent" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://www.gevent.org/" 1.19 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.20 1.21 DEPENDS="python" 1.22 -BUILD_DEPENDS="wget python-dev python libevent-dev" 1.23 +BUILD_DEPENDS="file libevent-dev python python-dev python-setuptools" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules()