www/py-caldav: Update to version 0.6.0
This commit is contained in:
parent
8dbba9a9fb
commit
5b4b4eef78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496082
@ -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>
|
||||
|
@ -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
|
||||
|
@ -5,4 +5,4 @@ allowing a client to access scheduling information on a remote
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user