summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-16 10:25:03 +0000
committerwiz <wiz@pkgsrc.org>2014-01-16 10:25:03 +0000
commita900dae770ebd190a4055662a8f4d999b8cf7a6e (patch)
treec1ebe987bc073d493dcfe00532406dc16016c729
parent76cc7f364052990bdfececd64b987e507f414a66 (diff)
downloadpkgsrc-a900dae770ebd190a4055662a8f4d999b8cf7a6e.tar.gz
Mention that this is the Python-2.x version of the module.
-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/-/_/}