From ab30ebb61b59048257fa708971bbf7b05a72946c Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 14 Dec 2014 02:39:36 +0000 Subject: [PATCH] Remove time/py-dateutil2, time/dateutil is newer than this package and support both py2x and py3x. --- doc/CHANGES-2014 | 3 ++- time/Makefile | 3 +-- time/py-dateutil2/DESCR | 21 --------------------- time/py-dateutil2/Makefile | 19 ------------------- time/py-dateutil2/PLIST | 32 -------------------------------- time/py-dateutil2/distinfo | 5 ----- 6 files changed, 3 insertions(+), 80 deletions(-) delete mode 100644 time/py-dateutil2/DESCR delete mode 100644 time/py-dateutil2/Makefile delete mode 100644 time/py-dateutil2/PLIST delete mode 100644 time/py-dateutil2/distinfo diff --git a/doc/CHANGES-2014 b/doc/CHANGES-2014 index 1162063f9e7b..189a321cdcc0 100644 --- a/doc/CHANGES-2014 +++ b/doc/CHANGES-2014 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2014,v 1.4816 2014/12/13 16:56:35 tsutsui Exp $ +$NetBSD: CHANGES-2014,v 1.4817 2014/12/14 02:39:36 obache Exp $ Changes to the packages collection and infrastructure in 2014: @@ -6301,3 +6301,4 @@ Changes to the packages collection and infrastructure in 2014: Updated textproc/mdocml to 1.13.2 [wiz 2014-12-13] Updated www/ruby-userstream to 1.4.0 [tsutsui 2014-12-13] Updated x11/mlterm to 3.4.1 [tsutsui 2014-12-13] + Removed time/py-dateutil2 successor time/py-dateutil [wiz 2014-12-14] diff --git a/time/Makefile b/time/Makefile index 4ce239ce067f..f9c25a01187a 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.142 2014/12/04 10:40:06 mef Exp $ +# $NetBSD: Makefile,v 1.143 2014/12/14 02:39:36 obache Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -124,7 +124,6 @@ SUBDIR+= projclock SUBDIR+= ptimetracker SUBDIR+= py-arrow SUBDIR+= py-dateutil -SUBDIR+= py-dateutil2 SUBDIR+= py-goocalendar SUBDIR+= py-icalendar SUBDIR+= py-iso8601 diff --git a/time/py-dateutil2/DESCR b/time/py-dateutil2/DESCR deleted file mode 100644 index d58eaef64365..000000000000 --- a/time/py-dateutil2/DESCR +++ /dev/null @@ -1,21 +0,0 @@ -The dateutil module provides powerful extensions to the standard datetime -module. - -Features - -* Computing of relative deltas (next month, next year, next monday, last week - of month, etc); -* Computing of relative deltas between two given date and/or datetime objects; -* Computing of dates based on very flexible recurrence rules, using a superset - of the iCalendar specification. Parsing of RFC strings is supported as well. -* Generic parsing of dates in almost any string format; -* Timezone (tzinfo) implementations for tzfile(5) format files - (/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all - known formats), iCalendar format files, given ranges (with help from - relative deltas), local machine timezone, fixed offset timezone, and UTC - timezone. -* 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-3.x version of the module. diff --git a/time/py-dateutil2/Makefile b/time/py-dateutil2/Makefile deleted file mode 100644 index 62f3bb191285..000000000000 --- a/time/py-dateutil2/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2014/10/26 11:49:53 wiz Exp $ - -DISTNAME= python-dateutil-2.2 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} -CATEGORIES= time python -MASTER_SITES= https://pypi.python.org/packages/source/p/python-dateutil/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://labix.org/python-dateutil -COMMENT= Extensions to the standard datetime module -LICENSE= modified-bsd - -EGG_NAME= ${DISTNAME:S/-/_/} - -pre-build: - chmod 644 ${WRKSRC}/python_dateutil.egg-info/* - -.include "../../lang/python/egg.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/time/py-dateutil2/PLIST b/time/py-dateutil2/PLIST deleted file mode 100644 index 872425a4e3ee..000000000000 --- a/time/py-dateutil2/PLIST +++ /dev/null @@ -1,32 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2014/10/25 22:10:35 cheusov Exp $ -${PYSITELIB}/dateutil/__init__.py -${PYSITELIB}/dateutil/__init__.pyc -${PYSITELIB}/dateutil/__init__.pyo -${PYSITELIB}/dateutil/easter.py -${PYSITELIB}/dateutil/easter.pyc -${PYSITELIB}/dateutil/easter.pyo -${PYSITELIB}/dateutil/parser.py -${PYSITELIB}/dateutil/parser.pyc -${PYSITELIB}/dateutil/parser.pyo -${PYSITELIB}/dateutil/relativedelta.py -${PYSITELIB}/dateutil/relativedelta.pyc -${PYSITELIB}/dateutil/relativedelta.pyo -${PYSITELIB}/dateutil/rrule.py -${PYSITELIB}/dateutil/rrule.pyc -${PYSITELIB}/dateutil/rrule.pyo -${PYSITELIB}/dateutil/tz.py -${PYSITELIB}/dateutil/tz.pyc -${PYSITELIB}/dateutil/tz.pyo -${PYSITELIB}/dateutil/tzwin.py -${PYSITELIB}/dateutil/tzwin.pyc -${PYSITELIB}/dateutil/tzwin.pyo -${PYSITELIB}/dateutil/zoneinfo/__init__.py -${PYSITELIB}/dateutil/zoneinfo/__init__.pyc -${PYSITELIB}/dateutil/zoneinfo/__init__.pyo -${PYSITELIB}/dateutil/zoneinfo/zoneinfo--latest.tar.gz -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/time/py-dateutil2/distinfo b/time/py-dateutil2/distinfo deleted file mode 100644 index bd5e411b270e..000000000000 --- a/time/py-dateutil2/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2014/10/25 22:10:35 cheusov Exp $ - -SHA1 (python-dateutil-2.2.tar.gz) = fbafcd19ea0082b3ecb17695b4cb46070181699f -RMD160 (python-dateutil-2.2.tar.gz) = e72e546d762ffb3c2c952fcc77031352a9992b27 -Size (python-dateutil-2.2.tar.gz) = 259085 bytes