wok rev 18314
Up python-urwid (1.3.0)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Wed Aug 26 21:17:41 2015 +0100 (2015-08-26) |
parents | ab249f78a473 |
children | 66c86e762be9 |
files | python-urwid/receipt |
line diff
1.1 --- a/python-urwid/receipt Wed Aug 26 16:50:02 2015 +0200 1.2 +++ b/python-urwid/receipt Wed Aug 26 21:17:41 2015 +0100 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()