Subject: CVS commit: pkgsrc/time
From: Adam Ciarcinski
Date: 2018-12-06 20:25:34
Message id: 20181206192534.78840FB16@cvs.NetBSD.org

Log Message:
py-aniso8601: added version 4.0.1

Library for parsing ISO 8601 strings

Features
* Pure Python implementation
* Python 3 support
* Logical behavior
  - Parse a time, get a datetime.time
  - Parse a date, get a datetime.date
  - Parse a datetime, get a datetime.datetime
  - Parse a duration, get a datetime.timedelta
  - Parse an interval, get a tuple of dates or datetimes
  - Parse a repeating interval, get a date or datetime generator
* UTC offset represented as fixed-offset tzinfo
* Parser separate from representation, allowing parsing to different datetime
  formats
* No regular expressions

Files:
RevisionActionfile
1.1addpkgsrc/time/py-aniso8601/DESCR
1.1addpkgsrc/time/py-aniso8601/Makefile
1.1addpkgsrc/time/py-aniso8601/PLIST
1.1addpkgsrc/time/py-aniso8601/distinfo