wok diff editobj/receipt @ rev 22005
added tar-lang 1.32
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 18 17:38:24 2019 +0100 (2019-10-18) |
parents | 8dd8bab3f0ca |
children | bfabe25c21ff |
line diff
1.1 --- a/editobj/receipt Thu Jan 24 14:51:04 2019 +0100 1.2 +++ b/editobj/receipt Fri Oct 18 17:38:24 2019 +0100 1.3 @@ -1,15 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="editobj" 1.7 -SOURCE="EditObj2" 1.8 -VERSION="0.4" 1.9 +VERSION="0.5.1" 1.10 CATEGORY="x-window" 1.11 SHORT_DESC="Dialog box generator for Python objects." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="http://www.lesfleursdunormal.fr/static/informatique/editobj/index_en.html" 1.15 + 1.16 +SOURCE="EditObj2" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://www.lesfleursdunormal.fr/static/informatique/editobj/index_en.html" 1.19 -WGET_URL="http://download.gna.org/songwrite/$TARBALL" 1.20 +# 0.4: WGET_URL="http://download.gna.org/songwrite/$TARBALL" 1.21 +# 0.5.1: 1.22 +WGET_URL="https://files.pythonhosted.org/packages/91/3d/3d1bbed38345e080aa204ed6c431968e0cc24e0935235b337f0bc6c8cf2d/$TARBALL" 1.23 1.24 DEPENDS="python" 1.25 BUILD_DEPENDS="python"