diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-16 10:25:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-16 10:25:03 +0000 |
commit | a900dae770ebd190a4055662a8f4d999b8cf7a6e (patch) | |
tree | c1ebe987bc073d493dcfe00532406dc16016c729 /time/py-dateutil | |
parent | 76cc7f364052990bdfececd64b987e507f414a66 (diff) | |
download | pkgsrc-a900dae770ebd190a4055662a8f4d999b8cf7a6e.tar.gz |
Mention that this is the Python-2.x version of the module.
Diffstat (limited to 'time/py-dateutil')
-rw-r--r-- | time/py-dateutil/DESCR | 2 | ||||
-rw-r--r-- | time/py-dateutil/Makefile | 5 |
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/-/_/} |