wok diff python-caldav/receipt @ rev 25529
created recipe for neovim-0.8.3
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 25 14:14:14 2023 +0100 (20 months ago) |
parents | 076f424196b2 |
children |
line diff
1.1 --- a/python-caldav/receipt Sun Feb 06 11:51:57 2022 +0000 1.2 +++ b/python-caldav/receipt Sat Feb 25 14:14:14 2023 +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 }