wok rev 25165

updated python-caldav (0.6.2 -> 0.8.2)
author Hans-G?nter Theisgen
date Fri Jul 01 11:05:59 2022 +0100 (22 months ago)
parents c056636b8c7e
children d85bd79b1552
files python-caldav/receipt
line diff
     1.1 --- a/python-caldav/receipt	Fri Jul 01 10:50:21 2022 +0100
     1.2 +++ b/python-caldav/receipt	Fri Jul 01 11:05:59 2022 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-caldav"
     1.7 -VERSION="0.6.2"
     1.8 +VERSION="0.8.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="CalDAV (RFC4791) client library for Python."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL"
    1.13  WEB_SITE="https://pypi.org/project/caldav"
    1.14 +REPOLOGY="python:caldav"
    1.15  
    1.16  SOURCE="caldav"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 @@ -30,6 +31,5 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr
    1.23 -	cp -a $install/usr	$fs
    1.24 +	cook_copy_folders	lib
    1.25  }