svn commit: r496082 - head/www/py-caldav
Joseph Mingrone
jrm at FreeBSD.org
Sun Mar 17 18:13:10 UTC 2019
Author: jrm
Date: Sun Mar 17 18:13:09 2019
New Revision: 496082
URL: https://svnweb.freebsd.org/changeset/ports/496082
Log:
www/py-caldav: Update to version 0.6.0
Modified:
head/www/py-caldav/Makefile (contents, props changed)
head/www/py-caldav/distinfo (contents, props changed)
head/www/py-caldav/pkg-descr (contents, props changed)
Modified: head/www/py-caldav/Makefile
==============================================================================
--- head/www/py-caldav/Makefile Sun Mar 17 18:05:51 2019 (r496081)
+++ head/www/py-caldav/Makefile Sun Mar 17 18:13:09 2019 (r496082)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= caldav
-PORTVERSION= 0.5.0
-PORTREVISION= 1
+PORTVERSION= 0.6.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,12 +12,14 @@ COMMENT= CalDAV (RFC4791) client library
LICENSE= APACHE20 GPLv3
LICENSE_COMB= dual
-USES= python
-USE_PYTHON= distutils autoplist
+NO_ARCH= yes
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>=3.6.0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}vobject>=0.8.1:deskutils/py-vobject@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
Modified: head/www/py-caldav/distinfo
==============================================================================
--- head/www/py-caldav/distinfo Sun Mar 17 18:05:51 2019 (r496081)
+++ head/www/py-caldav/distinfo Sun Mar 17 18:13:09 2019 (r496082)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485357538
-SHA256 (caldav-0.5.0.tar.gz) = c71d922906259fef96e85142d8fb495e395e7851a176e816eabef1d88e0437ad
-SIZE (caldav-0.5.0.tar.gz) = 43932
+TIMESTAMP = 1552844670
+SHA256 (caldav-0.6.0.tar.gz) = 3fabc9483e5df8ec1c87d2b2f46f784689d8aeb26e67880aeadd83c2ae9d89d2
+SIZE (caldav-0.6.0.tar.gz) = 33946
Modified: head/www/py-caldav/pkg-descr
==============================================================================
--- head/www/py-caldav/pkg-descr Sun Mar 17 18:05:51 2019 (r496081)
+++ head/www/py-caldav/pkg-descr Sun Mar 17 18:13:09 2019 (r496082)
@@ -5,4 +5,4 @@ allowing a client to access scheduling information on
server. It extends WebDAV (HTTP-based protocol for data manipulation)
specification and uses iCalendar format for the data.
-WWW: https://bitbucket.org/cyrilrbt/caldav/wiki/Home
+WWW: https://github.com/python-caldav/caldav
More information about the svn-ports-head
mailing list