# HG changeset patch # User Paul Issott # Date 1440620261 -3600 # Node ID 513507578692d95b39bdae44d10fe4327e7df115 # Parent ab249f78a473b0545008640d734a2c3f93d79c40 Up python-urwid (1.3.0) diff -r ab249f78a473 -r 513507578692 python-urwid/receipt --- a/python-urwid/receipt Wed Aug 26 16:50:02 2015 +0200 +++ b/python-urwid/receipt Wed Aug 26 21:17:41 2015 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="python-urwid" -VERSION="1.1.1" +VERSION="1.3.0" CATEGORY="development" SHORT_DESC="Console user interface library for Python." MAINTAINER="paul@slitaz.org" @@ -9,10 +9,10 @@ SOURCE="urwid" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://excess.org/urwid/" -WGET_URL="$WEB_SITE$TARBALL" +WGET_URL="https://pypi.python.org/packages/source/u/urwid/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python python-dev" +BUILD_DEPENDS="python python-dev wget" # Rules to configure and make the package. compile_rules()