wok diff python-gevent/receipt @ rev 22153
updated xbindkeys (1.8.3 -> 1.8.6)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 07 07:22:09 2019 +0100 (2019-11-07) |
parents | 16df76e1fc6a |
children | 1df6fa555414 |
line diff
1.1 --- a/python-gevent/receipt Fri May 22 17:34:18 2015 +0300 1.2 +++ b/python-gevent/receipt Thu Nov 07 07:22:09 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()