wok diff python-gevent/receipt @ rev 21759

mosh: use gcc83
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 19:12:58 2019 +0200 (2019-06-26)
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	Wed Jun 26 19:12:58 2019 +0200
     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()