summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-16 10:25:03 +0000
committerwiz <wiz>2014-01-16 10:25:03 +0000
commit8bfcea63afa055d459650d0cbeffc01311597ac6 (patch)
treec1ebe987bc073d493dcfe00532406dc16016c729 /time
parentec26f8f4c2c6964a7e431508fe94ef12cbe07563 (diff)
downloadpkgsrc-8bfcea63afa055d459650d0cbeffc01311597ac6.tar.gz
Mention that this is the Python-2.x version of the module.
Diffstat (limited to 'time')
-rw-r--r--time/py-dateutil/DESCR2
-rw-r--r--time/py-dateutil/Makefile5
2 files changed, 4 insertions, 3 deletions
diff --git a/time/py-dateutil/DESCR b/time/py-dateutil/DESCR
index 4d35d7b8dfc..3f26907cfdb 100644
--- a/time/py-dateutil/DESCR
+++ b/time/py-dateutil/DESCR
@@ -17,3 +17,5 @@ Features
* Computing of Easter Sunday dates for any given year, using Western, Orthodox
or Julian algorithms;
* More than 400 test cases.
+
+This package contains the Python-2.x version of the module.
diff --git a/time/py-dateutil/Makefile b/time/py-dateutil/Makefile
index 6a08fe41a56..237bfadc95b 100644
--- a/time/py-dateutil/Makefile
+++ b/time/py-dateutil/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/10/08 13:04:28 asau Exp $
-#
+# $NetBSD: Makefile,v 1.9 2014/01/16 10:25:03 wiz Exp $
DISTNAME= python-dateutil-1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -8,7 +7,7 @@ MASTER_SITES= http://labix.org/download/python-dateutil/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://labix.org/python-dateutil
-COMMENT= Extensions to the standard datetime module
+COMMENT= Extensions to the standard datetime module (Python-2.x version)
EGG_NAME= ${DISTNAME:S/-/_/}