wok diff python-xdg/receipt @ rev 25581
Update some web_site & wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 27 11:13:29 2023 +0000 (21 months ago) |
parents | 2f230197370e |
children |
line diff
1.1 --- a/python-xdg/receipt Wed Feb 16 11:53:30 2022 +0000 1.2 +++ b/python-xdg/receipt Sat May 27 11:13:29 2023 +0000 1.3 @@ -1,19 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-xdg" 1.7 -VERSION="0.26" 1.8 +VERSION="0.27" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Python library to access freedesktop.org standards." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="LGPL2" 1.13 -WEB_SITE="https://www.freedesktop.org/wiki/Software/pyxdg/" 1.14 +WEB_SITE="https://pypi.org/project/pyxdg/" 1.15 +REPOLOGY="python:pyxdg" 1.16 1.17 SOURCE="pyxdg" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.20 1.21 DEPENDS="python" 1.22 -BUILD_DEPENDS="python python-dev" 1.23 +BUILD_DEPENDS="python python-dev python-setuptools" 1.24 1.25 # What is the latest version available today? 1.26 current_version() 1.27 @@ -32,5 +33,5 @@ 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 - cp -a $install/usr $fs 1.32 + cook_copy_folders lib 1.33 }