wok rev 22058

updated turses (0.2.7 -> 0.3.1)
author Hans-G?nter Theisgen
date Wed Oct 23 17:09:16 2019 +0100 (2019-10-23)
parents 67eaa5d164a4
children 11eb733f5965
files turses/receipt
line diff
     1.1 --- a/turses/receipt	Wed Oct 23 16:26:38 2019 +0100
     1.2 +++ b/turses/receipt	Wed Oct 23 17:09:16 2019 +0100
     1.3 @@ -1,17 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="turses"
     1.7 -VERSION="0.2.7"
     1.8 +VERSION="0.3.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A Twitter client for the console."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 +WEB_SITE="https://github.com/louipc/turses"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="https://pypi.org/project/turses/"
    1.17 -WGET_URL="http://pypi.python.org/packages/source/t/$PACKAGE/$TARBALL"
    1.18 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
    1.19  
    1.20 -DEPENDS="python python-setuptools python-httplib2 python-urwid python-oauth2 \
    1.21 -python-tweepy"
    1.22 +DEPENDS="python python-httplib2 python-oauth2 python-tweepy python-urwid"
    1.23  BUILD_DEPENDS="python python-dev python-setuptools"
    1.24  
    1.25  # Rules to configure and make the package.