wok-next diff python-gevent/receipt @ rev 20958

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 06 04:28:48 2018 +0300 (2018-09-06)
parents 6c73b944e8dd
children 8b5b2a6d07b8
line diff
     1.1 --- a/python-gevent/receipt	Mon Feb 26 04:46:49 2018 +0200
     1.2 +++ b/python-gevent/receipt	Thu Sep 06 04:28:48 2018 +0300
     1.3 @@ -1,14 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-gevent"
     1.7 -SOURCE="gevent"
     1.8  VERSION="0.13.8"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A coroutine-based Python networking library"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="http://www.gevent.org/"
    1.14 +REPOLOGY="python: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"