Port details |
- py-isodate ISO 8601 date/time/duration parser and formater
- 0.6.1 devel
=6 0.6.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2012-02-10 01:50:10
- Last Update: 2022-01-11 18:44:25
- Commit Hash: 0c26489
- People watching this port, also watch:: libmad, desktop-file-utils, screen, p5-Encode-Locale, libXres
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- This module implements ISO 8601 date, time and duration parsing. The
implementation follows ISO8601:2004 standard, and implements only date/time
representations mentioned in the standard. If something is not mentioned there,
then it is treated as non existent, and not as an allowed option.
For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended
by this module to support 2 digit years. (while it may still be valid as ISO
date, because it is not explicitly forbidden.) Another example is, when no time
zone information is given for a time, then it should be interpreted as local
time, and not UTC.
As this module maps ISO 8601 dates/times to standard Python data types, like
date, time, datetime and timedelta, it is not possible to convert all possible
ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by
the Python date and datetime classes. Additionally fractional seconds are
limited to microseconds. That means if the parser finds for instance nanoseconds
it will round it to microseconds.
WWW: https://github.com/gweis/isodate
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}isodate>0:devel/py-isodate@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-isodate/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-isodate
- pkg install py38-isodate
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-isodate listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-isodate
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1641045928
SHA256 (isodate-0.6.1.tar.gz) = 48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9
SIZE (isodate-0.6.1.tar.gz) = 28443
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-six>=0 : devel/py-six@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- databases/py-tableschema
- devel/py-frictionless
- devel/py-openapi-core
- multimedia/streamlink
- net/py-zeep
- net-mgmt/py-msrest
- security/py-python3-saml
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- No options to configure
- Options name:
- devel_py-isodate
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Jan 2022 18:44:25 0.6.1
|
Po-Chuan Hsieh (sunpoet)  |
devel/py-isodate: Update to 0.6.1
- Update WWW
Changes: https://github.com/gweis/isodate/blob/master/CHANGES.txt |
06 Apr 2021 14:31:07 0.6.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.6.0
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
20 Jun 2018 17:05:44
0.6.0
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
25 Apr 2018 16:42:38
0.6.0
|
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
30 Nov 2017 15:50:34
0.6.0 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
15 Oct 2017 00:36:47
0.6.0
|
sunpoet  |
Update to 0.6.0
Changes: https://github.com/gweis/isodate/blob/master/CHANGES.txt |
09 Dec 2015 14:27:15
0.5.4
|
sunpoet  |
- Update to 0.5.4
Changes: https://pypi.python.org/pypi/isodate#changes |
02 Sep 2015 17:03:47
0.5.0
|
sunpoet  |
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH |
15 Aug 2014 03:43:55
0.5.0
|
sunpoet  |
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg |
15 Aug 2014 03:00:47
0.5.0
|
sunpoet  |
- Use USES=python |
08 Mar 2014 09:24:37
0.5.0
|
sunpoet  |
- Cosmetic change |
23 Feb 2014 12:20:23
0.5.0
|
sunpoet  |
- Update to 0.50
- Remove post-patch:
Changes: http://pypi.python.org/pypi/isodate#changes
https://github.com/gweis/isodate/blob/master/CHANGES.txt |
26 Dec 2013 21:53:16
0.4.9
|
sunpoet  |
- Update LICENSE |
30 Nov 2013 09:12:03
0.4.9
|
sunpoet  |
- Use PYDISTUTILS_AUTOPLIST
Suggested by: mva |
29 Nov 2013 22:37:33
0.4.9
|
sunpoet  |
- Use PYTHON_PY3K_PLIST_HACK |
20 Nov 2013 03:21:28
0.4.9
|
sunpoet  |
- Add LICENSE
- Support STAGEDIR
- Update WWW |
20 Sep 2013 17:13:47
0.4.9
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
07 Sep 2013 17:53:23
0.4.9
|
sunpoet  |
- Cosmetic change |
21 Aug 2013 17:17:26
0.4.9
|
sunpoet  |
- Remove leading indefinite article from COMMENT |
23 Dec 2012 17:52:25
0.4.9
|
sunpoet  |
- Update to 0.4.9
- Cleanup Makefile header
Changes: http://pypi.python.org/pypi/isodate#changes
https://github.com/gweis/isodate/blob/master/CHANGES.txt |
05 May 2012 04:22:36
0.4.8
|
sunpoet  |
- Update to 0.4.8
Changes: http://hg.proclos.com/isodate/file/b689d2bac236/CHANGES.txt |
10 Feb 2012 01:49:41
0.4.7
|
sunpoet  |
- Add py-isodate 0.4.7
This module implements ISO 8601 date, time and duration parsing. The
implementation follows ISO8601:2004 standard, and implements only date/time
representations mentioned in the standard. If something is not mentioned there,
then it is treated as non existent, and not as an allowed option.
For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended
by this module to support 2 digit years. (while it may still be valid as ISO
date, because it is not explicitly forbidden.) Another example is, when no time
zone information is given for a time, then it should be interpreted as local
time, and not UTC.
As this module maps ISO 8601 dates/times to standard Python data types, like
date, time, datetime and timedelta, it is not possible to convert all possible
ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by
the Python date and datetime classes. Additionally fractional seconds are
limited to microseconds. That means if the parser finds for instance nanoseconds
it will round it to microseconds.
WWW: http://cheeseshop.python.org/pypi/isodate |