summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz>2013-02-16 18:08:48 +0000
committerwiz <wiz>2013-02-16 18:08:48 +0000
commit5c4d32a0801892c356a5b295e0fa4ef8ccfad174 (patch)
treeb7a815ff72c115bb49a0803503448093f77eb30c /time
parent5c3ae7319ef9544eb34e0d226fe7382fe74ef588 (diff)
downloadpkgsrc-5c4d32a0801892c356a5b295e0fa4ef8ccfad174.tar.gz
This now needs py-dateutil instead of py-pytz. Bump PKGREVISION.
Diffstat (limited to 'time')
-rw-r--r--time/py-icalendar/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/time/py-icalendar/Makefile b/time/py-icalendar/Makefile
index f3ef084c7a2..91a6a94df29 100644
--- a/time/py-icalendar/Makefile
+++ b/time/py-icalendar/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2013/02/09 17:02:26 kleink Exp $
+# $NetBSD: Makefile,v 1.11 2013/02/16 18:08:48 wiz Exp $
#
DISTNAME= icalendar-3.3
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= http://pypi.python.org/packages/source/i/icalendar/
@@ -11,9 +12,9 @@ HOMEPAGE= http://icalendar.readthedocs.org/en/latest/
COMMENT= Python parser/generator for iCalendar files, as per RFC2445
LICENSE= 2-clause-bsd
-USE_LANGUAGES= # empty
+DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
-DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+USE_LANGUAGES= # empty
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"