wok diff python-caldav/receipt @ rev 23970
Up tazlito (528)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 04 13:29:03 2020 +0000 (2020-10-04) |
parents | 5d50a02468c7 |
children | 1df6fa555414 |
line diff
1.1 --- a/python-caldav/receipt Sun May 19 19:23:11 2019 +0200 1.2 +++ b/python-caldav/receipt Sun Oct 04 13:29:03 2020 +0000 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-caldav" 1.7 -VERSION="0.1.12" 1.8 +VERSION="0.6.2" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="CalDAV (RFC4791) client library for Python" 1.11 +SHORT_DESC="CalDAV (RFC4791) client library for Python." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL" 1.14 +WEB_SITE="https://pypi.org/project/caldav" 1.15 + 1.16 SOURCE="caldav" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://pypi.python.org/pypi/caldav" 1.19 -WGET_URL="http://pypi.python.org/packages/source/c/$SOURCE/$TARBALL" 1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/c/$SOURCE/$TARBALL" 1.21 1.22 DEPENDS="python" 1.23 BUILD_DEPENDS="python python-dev python-setuptools" 1.24 @@ -24,5 +25,5 @@ 1.25 genpkg_rules() 1.26 { 1.27 mkdir -p $fs/usr 1.28 - cp -a $install/usr $fs 1.29 + cp -a $install/usr $fs 1.30 }