wok diff turses/receipt @ rev 22389

Add php-opcache
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 28 21:44:13 2019 +0100 (2019-11-28)
parents 5d50a02468c7
children 5ea0ce1cecc0
line diff
     1.1 --- a/turses/receipt	Sun May 19 19:23:11 2019 +0200
     1.2 +++ b/turses/receipt	Thu Nov 28 21:44:13 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.