./time/py-mxDateTime, Python extension that provides types and conversions for dates

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.2.9nb1, Package name: py27-mxDateTime-3.2.9nb1, Maintainer: pkgsrc-users

A C extension package for python that provides new datatypes for
handling dates and times together with a rich set of conversion and
parsing routines.

These types were created to provide a consistent way of transferring
date and time data between Python and databases. Apart from handling
date before the Unix epoch (1.1.1970) they also correctly work with
dates beyond the Unix time limit (currently with Unix time value being
encoded using 32bit integers, the limit is reached in 2038) and thus
is Year 2000 and Year 2038 safe.


Required to run:
[lang/python27]

Master sites:

Filesize: 4503.519 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-22 15:18:48 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-mxDateTime: fix PLIST
   2022-01-10 23:16:23 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-mxDateTime: convert to egg.mk
   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
   2019-09-02 15:20:22 by Adam Ciarcinski | Files touched by this commit (415)
Log message:
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for \ 
future Python 3.8
   2019-04-26 16:12:50 by Maya Rashish | Files touched by this commit (205)
Log message:
fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
   2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473)
Log message:
Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.
   2018-07-03 07:03:44 by Adam Ciarcinski | Files touched by this commit (495)
Log message:
extend PYTHON_VERSIONS_ for Python 3.7