aboutsummaryrefslogtreecommitdiff
path: root/deskutils/py-vobject/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/py-vobject/Makefile')
-rw-r--r--deskutils/py-vobject/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/deskutils/py-vobject/Makefile b/deskutils/py-vobject/Makefile
index 6cc07e96ed96..3d2c108a84ab 100644
--- a/deskutils/py-vobject/Makefile
+++ b/deskutils/py-vobject/Makefile
@@ -1,23 +1,22 @@
-# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-
PORTNAME= vobject
PORTVERSION= 0.9.6.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jun-g@daemonfreaks.com
COMMENT= ICalendar library
+WWW= https://eventable.github.io/vobject/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.4.0:devel/py-dateutil@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.4.0:devel/py-python-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
NO_ARCH= yes
-USES= python:3.6+
+USES= python
USE_PYTHON= distutils autoplist
USE_GITHUB= yes