NOTICE: This package has been removed from pkgsrc

./time/py-dateutil2, Extensions to the standard datetime module

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.2, Package name: py27-dateutil-2.2, Maintainer: pkgsrc-users

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.


Required to run:
[devel/py-setuptools] [lang/python27]

Master sites:

SHA1: fbafcd19ea0082b3ecb17695b4cb46070181699f
RMD160: e72e546d762ffb3c2c952fcc77031352a9992b27
Filesize: 253.013 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-26 12:49:53 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix MASTER_SITES (add missing slash)
   2014-10-26 00:10:35 by Aleksey Cheusov | Files touched by this commit (3)
Log message:
Remove PYTHON_VERSIONS_INCOMPATIBLE. This module works fine with py-{26,27}

Update to version 2.2
   Version 2.2
   -----------
     - Updated zoneinfo to 2013h
     - fuzzy_with_tokens parse addon from Christopher Corley
     - Bug with LANG=C fixed by Mike Gilbert
   Version 2.1
   -----------
     - New maintainer
     - Dateutil now works on Python 2.6, 2.7 and 3.2 from same codebase (with
       - six)
     - #704047: Ismael Carnales' patch for a new time format
     - Small bug fixes, thanks for reporters!
   2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2014-01-16 11:26:00 by Thomas Klausner | Files touched by this commit (4)
Log message:
Import py33-dateutil-2.0 as time/py-dateutil2.

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.

Changes compared to py-dateutil-1.5:

Version 2.0
-----------

- Ported to Python 3, by Brian Jones.  If you need dateutil for Python 2.X,
  please continue using the 1.X series.

- There's no such thing as a "PSF License".  This source code is now
  made available under the Simplified BSD license.  See LICENSE for
  details.