wok-6.x diff python-urwid/receipt @ rev 18893
Update apache post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 13 10:39:15 2016 +0100 (2016-02-13) |
parents | 7390f8de9846 |
children | 044568f14bcc |
line diff
1.1 --- a/python-urwid/receipt Sat May 23 16:17:14 2015 +0300 1.2 +++ b/python-urwid/receipt Sat Feb 13 10:39:15 2016 +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()