# HG changeset patch # User Hans-G?nter Theisgen # Date 1657780742 -3600 # Node ID 2e2732e7e23472db7dd217aa66f8a57873fa73e9 # Parent 423689f04ca03f747a0a39928a2b21a846ae35bb updated python-xdg (0.26 -> 0.27) diff -r 423689f04ca0 -r 2e2732e7e234 python-xdg/receipt --- a/python-xdg/receipt Thu Jul 14 07:35:06 2022 +0100 +++ b/python-xdg/receipt Thu Jul 14 07:39:02 2022 +0100 @@ -1,19 +1,20 @@ # SliTaz package receipt. PACKAGE="python-xdg" -VERSION="0.26" +VERSION="0.27" CATEGORY="development" SHORT_DESC="Python library to access freedesktop.org standards." MAINTAINER="paul@slitaz.org" LICENSE="LGPL2" -WEB_SITE="https://www.freedesktop.org/wiki/Software/pyxdg/" +WEB_SITE="https://pypi.org/project/pyxdg/" +REPOLOGY="python:pyxdg" SOURCE="pyxdg" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python python-dev" +BUILD_DEPENDS="python python-dev python-setuptools" # What is the latest version available today? current_version() @@ -32,5 +33,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cook_copy_folders lib }