wok rev 23468

updated python-caldav (0.1.12 -> 0.6.2)
author Hans-G?nter Theisgen
date Sun Apr 05 09:14:31 2020 +0100 (2020-04-05)
parents 34af7e8f2ad6
children f1020832b94b
files python-caldav/receipt
line diff
     1.1 --- a/python-caldav/receipt	Sun Apr 05 09:09:06 2020 +0100
     1.2 +++ b/python-caldav/receipt	Sun Apr 05 09:14:31 2020 +0100
     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  }