# HG changeset patch # User Hans-G?nter Theisgen # Date 1571846956 -3600 # Node ID 5e73d3067877ddefd49fecf7cca22d1aa59ff249 # Parent 67eaa5d164a4712d83725a6bf2637b560f44d314 updated turses (0.2.7 -> 0.3.1) diff -r 67eaa5d164a4 -r 5e73d3067877 turses/receipt --- a/turses/receipt Wed Oct 23 16:26:38 2019 +0100 +++ b/turses/receipt Wed Oct 23 17:09:16 2019 +0100 @@ -1,17 +1,17 @@ # SliTaz package receipt. PACKAGE="turses" -VERSION="0.2.7" +VERSION="0.3.1" CATEGORY="network" SHORT_DESC="A Twitter client for the console." MAINTAINER="paul@slitaz.org" LICENSE="GPL3" +WEB_SITE="https://github.com/louipc/turses" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://pypi.org/project/turses/" -WGET_URL="http://pypi.python.org/packages/source/t/$PACKAGE/$TARBALL" +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" -DEPENDS="python python-setuptools python-httplib2 python-urwid python-oauth2 \ -python-tweepy" +DEPENDS="python python-httplib2 python-oauth2 python-tweepy python-urwid" BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package.