wok-next diff python-urwid/receipt @ rev 18518
connman-tools: add filesystem path
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sun Oct 25 12:06:37 2015 -0400 (2015-10-25) |
parents | 7390f8de9846 |
children | 92698cd69f34 |
line diff
1.1 --- a/python-urwid/receipt Sat May 23 16:17:14 2015 +0300 1.2 +++ b/python-urwid/receipt Sun Oct 25 12:06:37 2015 -0400 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-urwid" 1.7 -VERSION="1.1.1" 1.8 +VERSION="1.3.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Console user interface library for Python." 1.11 MAINTAINER="paul@slitaz.org" 1.12 @@ -9,10 +9,10 @@ 1.13 SOURCE="urwid" 1.14 TARBALL="$SOURCE-$VERSION.tar.gz" 1.15 WEB_SITE="http://excess.org/urwid/" 1.16 -WGET_URL="$WEB_SITE$TARBALL" 1.17 +WGET_URL="https://pypi.python.org/packages/source/u/urwid/$TARBALL" 1.18 1.19 DEPENDS="python" 1.20 -BUILD_DEPENDS="python python-dev" 1.21 +BUILD_DEPENDS="python python-dev wget" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules()