# HG changeset patch # User Hans-G?nter Theisgen # Date 1593088732 -3600 # Node ID 0ed9b64c4dbbc234674c13838b4d9c6ecf765998 # Parent f65d47f180a31494b853ecce59b286c07faf7dcb updated editobj (0.4 -> 0.5.1) diff -r f65d47f180a3 -r 0ed9b64c4dbb editobj/receipt --- a/editobj/receipt Thu Jun 25 13:24:06 2020 +0100 +++ b/editobj/receipt Thu Jun 25 13:38:52 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="editobj" -VERSION="0.4" +VERSION="0.5.1" CATEGORY="x-window" SHORT_DESC="Dialog box generator for Python objects" MAINTAINER="pascal.bellard@slitaz.org" @@ -10,15 +10,17 @@ SOURCE="EditObj2" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://download.gna.org/songwrite/$TARBALL" # FIXME +WGET_URL="https://files.pythonhosted.org/packages/source/E/$SOURCE/$TARBALL" BUILD_DEPENDS="python" -compile_rules() { +compile_rules() +{ python -B setup.py install --root=$install } -genpkg_rules() { - cp -a $install/usr/ $fs +genpkg_rules() +{ + cp -a $install/usr $fs DEPENDS="python" }