www/py-caldav: add RUN_DEPENDS, bump PORTREVISION
Approved by: jrm (maintainer)
This commit is contained in:
parent
354f005b93
commit
8b9a2460cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438350
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= caldav
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -15,4 +16,9 @@ LICENSE_COMB= dual
|
|||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:www/py-requests \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six \
|
||||
${PYTHON_PKGNAMEPREFIX}lxml>=3.6.0:devel/py-lxml \
|
||||
${PYTHON_PKGNAMEPREFIX}vobject>=0.8.1:deskutils/py-vobject
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue