summaryrefslogtreecommitdiff
path: root/time/py-icalendar/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-02-20 17:00:35 +0000
committerwiz <wiz@pkgsrc.org>2017-02-20 17:00:35 +0000
commitd6f96489a0adf6ef1185a53a15074577080379df (patch)
treeb9ba3baa4d0b7717bb6fd784dd497d15b091fb9e /time/py-icalendar/Makefile
parent873fbc865fdd3d3e8900c258dd4449f5dcbad02f (diff)
downloadpkgsrc-d6f96489a0adf6ef1185a53a15074577080379df.tar.gz
Switch py-dateutils to plain DEPENDS.
It supports both python 2 and 3 nowadays.
Diffstat (limited to 'time/py-icalendar/Makefile')
-rw-r--r--time/py-icalendar/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/time/py-icalendar/Makefile b/time/py-icalendar/Makefile
index 1b94a4e9d43..a488ab0ab9d 100644
--- a/time/py-icalendar/Makefile
+++ b/time/py-icalendar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2016/07/28 13:58:45 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2017/02/20 17:00:37 wiz Exp $
DISTNAME= icalendar-3.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,12 +10,10 @@ HOMEPAGE= http://icalendar.readthedocs.org/en/latest/
COMMENT= Python parser/generator for iCalendar files, as per RFC2445
LICENSE= 2-clause-bsd
+DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-PYTHON_VERSIONED_DEPENDENCIES= dateutil
-
USE_LANGUAGES= # empty
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"