# HG changeset patch # User Pascal Bellard # Date 1652730145 0 # Node ID affc6fdda56c3db2682358ed653577f8994b6c9b # Parent 61d8634c86c3faec78ce92d867d3551c2ea6d733 Up python-xmlutils (1.4.1) diff -r 61d8634c86c3 -r affc6fdda56c ipmitool/receipt --- a/ipmitool/receipt Mon May 16 17:48:38 2022 +0100 +++ b/ipmitool/receipt Mon May 16 19:42:25 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="IPMIv1.5 or IPMIv2.0 LAN interface." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" -WEB_SITE="https://sourceforge.net/projects/ipmitool/" +WEB_SITE="https://github.com/ipmitool/ipmitool" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" diff -r 61d8634c86c3 -r affc6fdda56c libt4k_common/receipt --- a/libt4k_common/receipt Mon May 16 17:48:38 2022 +0100 +++ b/libt4k_common/receipt Mon May 16 19:42:25 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://github.com/tux4kids/t4kcommon" SOURCE="t4k_common" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://alioth.debian.org/frs/download.php/3540/$TARBALL" +WGET_URL="https://github.com/tux4kids/t4kcommon/archive/refs/tags/upstream/$VERSION.tar.gz" DEPENDS="libsdl libsdl-image libsdl-mixer libsdl-ttf libsdl-net librsvg \ libsdl-pango" diff -r 61d8634c86c3 -r affc6fdda56c libxklavier/receipt --- a/libxklavier/receipt Mon May 16 17:48:38 2022 +0100 +++ b/libxklavier/receipt Mon May 16 19:42:25 2022 +0000 @@ -8,8 +8,8 @@ LICENSE="GPL2" WEB_SITE="https://freedesktop.org/wiki/Software/LibXklavier/" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WGET_URL="https://cgit.freedesktop.org/$PACKAGE/snapshot/$TARBALL" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://gitlab.freedesktop.org/archived-projects/$PACKAGE/-/archive/$PACKAGE-$VERSION/$PACKAGE-$TARBALL" DEPENDS="glib xorg-libXi xorg-libxkbfile" BUILD_DEPENDS="automake file glib-dev gtk-doc iso-codes \ diff -r 61d8634c86c3 -r affc6fdda56c palemoon/receipt --- a/palemoon/receipt Mon May 16 17:48:38 2022 +0100 +++ b/palemoon/receipt Mon May 16 19:42:25 2022 +0000 @@ -8,7 +8,7 @@ WEB_SITE="http://palemoon.org" MAINTAINER="psychomaniak@xakep.ru" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/MoonchildProductions/Pale-Moon/archive/${VERSION}_Release.tar.gz" +WGET_URL="https://repo.palemoon.org/MoonchildProductions/Pale-Moon/archive/${VERSION}_Release.tar.gz" TAGS="browser web-browser" PROVIDE="browser-html5" diff -r 61d8634c86c3 -r affc6fdda56c portmap/receipt --- a/portmap/receipt Mon May 16 17:48:38 2022 +0100 +++ b/portmap/receipt Mon May 16 19:42:25 2022 +0000 @@ -8,7 +8,7 @@ LICENSE="BSD" TARBALL="${PACKAGE}-${VERSION}.tgz" WEB_SITE="ftp://ftp.porcupine.org/pub/security/index.html" -WGET_URL="http://neil.brown.name/portmap/$TARBALL" +WGET_URL="http://repository.timesys.com/buildsources/${PACKAGE:0:1}/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" DEPENDS="libwrap" BUILD_DEPENDS="libwrap-dev" diff -r 61d8634c86c3 -r affc6fdda56c pycurl/receipt --- a/pycurl/receipt Mon May 16 17:48:38 2022 +0100 +++ b/pycurl/receipt Mon May 16 19:42:25 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="http://pycurl.io" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://dl.bintray.com/$PACKAGE/$PACKAGE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${PACKAGE:0:1}/$PACKAGE/$TARBALL" DEPENDS="libcurl python" BUILD_DEPENDS="curl-dev openssl-dev python-dev" diff -r 61d8634c86c3 -r affc6fdda56c python-pychart/receipt --- a/python-pychart/receipt Mon May 16 17:48:38 2022 +0100 +++ b/python-pychart/receipt Mon May 16 19:42:25 2022 +0000 @@ -6,17 +6,18 @@ SHORT_DESC="Python library for creating EPS, PDF, PNG or SVG." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -SOURCE="PyChart" +SOURCE="Python-Chart" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://pypi.org/project/$SOURCE/" -WGET_URL="http://download.gna.org/pychart/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python" +# What is the latest version available today? current_version() { - wget -O - $WEB_SITE 2>/dev/null | sed '/ PyChart /!d;s|.*PyChart ||' + wget -O - $WEB_SITE 2>/dev/null | sed '/ Python-Chart /!d;s|.*Python-Chart ||' } # Rules to configure and make the package. diff -r 61d8634c86c3 -r affc6fdda56c python-xmlutils/receipt --- a/python-xmlutils/receipt Mon May 16 17:48:38 2022 +0100 +++ b/python-xmlutils/receipt Mon May 16 19:42:25 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="python-xmlutils" -VERSION="1.4" +VERSION="1.4.1" CATEGORY="development" SHORT_DESC="Convert XML documents to SQL, CSV or JSON." MAINTAINER="pascal.bellard@slitaz.org"