diff options
author | adam <adam@pkgsrc.org> | 2018-12-06 19:25:33 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-12-06 19:25:33 +0000 |
commit | 0229611ff6273bf5d08da2ef7564762723e7c34a (patch) | |
tree | 39616ba2af9cc0b96ec1842fcb4a6fba8e453a6c /time/Makefile | |
parent | f9abcf9ee5b64b9e6ca695c081a2193696306a0c (diff) | |
download | pkgsrc-0229611ff6273bf5d08da2ef7564762723e7c34a.tar.gz |
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
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index cdc21e1ab9e..19d1c8a2e00 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.179 2018/09/15 15:15:07 khorben Exp $ +# $NetBSD: Makefile,v 1.180 2018/12/06 19:25:33 adam Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -129,6 +129,7 @@ SUBDIR+= planner SUBDIR+= polclock SUBDIR+= projclock SUBDIR+= projectlibre +SUBDIR+= py-aniso8601 SUBDIR+= py-arrow SUBDIR+= py-dateparser SUBDIR+= py-dateutil |