Remove time/py-dateutil2, time/dateutil is newer than this package
and support both py2x and py3x.
This commit is contained in:
parent
d705be77bd
commit
ab30ebb61b
6 changed files with 3 additions and 80 deletions
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
|
@ -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"
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue