NOTICE: This package has been removed from pkgsrc

./time/py-maya, Human-friendly date and time handling

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


Branch: CURRENT, Version: 0.6.1nb1, Package name: py310-maya-0.6.1nb1, Maintainer: pkgsrc-users

Datetimes are very frustrating to work with in Python, especially when
dealing with different locales on different systems. This library exists
to make the simple things much easier, while admitting that time is an
illusion (timezones doubly so).

Datetimes should be interacted with via an API written for humans.

Maya is mostly built around the headaches and use-cases around parsing
datetime data from websites.


Required to run:
[time/py-pytz] [time/py-tzlocal] [textproc/py-humanize] [time/py-pendulum] [time/py-dateparser] [time/py-snaptime] [lang/python310]

Master sites:

Filesize: 14.05 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-28 11:49:49 by Adam Ciarcinski | Files touched by this commit (4) | Package removed
Log message:
py-maya: removed; not updated upstream since 6 Jan 2019; unclog py-pandas update
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263)
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263)
Log message:
time: Remove SHA1 hashes for distfiles
   2020-03-21 13:56:47 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-maya: updated to 0.6.1

v0.6.1
Fixed
Intervals don't produce an infinite generator

v0.5.0
Added
Localization for MayaDT.slang_time() and MayaDT.slang_date()

v0.4.3
Fixed
Fix RFC3339 representation.

v0.4.2
Added
Support local_datetime() method on MayaDT object to get it as datetime.datetime \ 
with local timezone.

v0.4.1
Fixed
Limited support pendulum versions to >= 1.0 and <= 1.5.1.

v0.4.0
Added
ISO 8601 format support for MayaInterval
Parsing snap modifiers
Allow specifying if datetime is from the past, current period or future when \ 
parsing with maya.when()

Fixed
Fix timezone problem when converting time from struct
Fix subtracting MayaDT objects
   2017-10-31 10:22:22 by Jonathan Perkin | Files touched by this commit (2)
Log message:
py-maya: Fix build with python27.
   2017-10-28 10:54:11 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-maya: updated to 0.3.3

0.3.3:
Fix typos and correct spelling.
   2017-09-29 23:22:51 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Add py-maya-0.3.2:

Datetimes are very frustrating to work with in Python, especially when
dealing with different locales on different systems. This library exists
to make the simple things much easier, while admitting that time is an
illusion (timezones doubly so).

Datetimes should be interacted with via an API written for humans.

Maya is mostly built around the headaches and use-cases around parsing
datetime data from websites.