wok rev 25251

updated python-xdg (0.26 -> 0.27)
author Hans-G?nter Theisgen
date Thu Jul 14 07:39:02 2022 +0100 (22 months ago)
parents 423689f04ca0
children f8bd4c38d6bb
files python-xdg/receipt
line diff
     1.1 --- a/python-xdg/receipt	Thu Jul 14 07:35:06 2022 +0100
     1.2 +++ b/python-xdg/receipt	Thu Jul 14 07:39:02 2022 +0100
     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  }