Import of pkgsrc-2014Q1
This commit is contained in:
21
time/py-dateutil2/DESCR
Normal file
21
time/py-dateutil2/DESCR
Normal file
@@ -0,0 +1,21 @@
|
||||
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.
|
||||
18
time/py-dateutil2/Makefile
Normal file
18
time/py-dateutil2/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:26 wiz Exp $
|
||||
|
||||
DISTNAME= python-dateutil-2.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
|
||||
CATEGORIES= time python
|
||||
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 (Python-3.x version)
|
||||
LICENSE= modified-bsd
|
||||
|
||||
EGG_NAME= ${DISTNAME:S/-/_/}
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 26 27
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
31
time/py-dateutil2/PLIST
Normal file
31
time/py-dateutil2/PLIST
Normal file
@@ -0,0 +1,31 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2014/01/16 10:26:00 wiz 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-2011d.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}/top_level.txt
|
||||
5
time/py-dateutil2/distinfo
Normal file
5
time/py-dateutil2/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2014/01/16 10:26:00 wiz Exp $
|
||||
|
||||
SHA1 (python-dateutil-2.0.tar.gz) = 946337a273866cc4f51d32c86cdbc4209ab84a43
|
||||
RMD160 (python-dateutil-2.0.tar.gz) = a7ae3c4948c69471c95466236a388d63fcdac120
|
||||
Size (python-dateutil-2.0.tar.gz) = 255439 bytes
|
||||
Reference in New Issue
Block a user