Port details |
- py-iso8601 Simple module to parse ISO 8601 dates
- 1.0.2 devel
=9 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2014-07-14 04:41:29
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- People watching this port, also watch:: nettle, gmake, zip, smartmontools, subversion
- Also Listed In: python
- License: MIT
- Description:
- This module parses the most common forms of ISO 8601 date strings
(e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
You can parse full date + times, or just the date. In both cases a datetime
instance is returned but with missing times defaulting to 0, and missing
days / months defaulting to 1.
WWW: https://bitbucket.org/micktwomey/pyiso8601
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}iso8601>0:devel/py-iso8601@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-iso8601/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-iso8601
- pkg install py39-iso8601
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 py39-iso8601 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-iso8601
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1652122641
SHA256 (iso8601-1.0.2.tar.gz) = 27f503220e6845d9db954fb212b95b0362d8b7e6c1b2326a87061c3de93594b1
SIZE (iso8601-1.0.2.tar.gz) = 12653
- 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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
- devel/py-keystoneauth1
- devel/py-openstacksdk
- devel/py-oslo.utils
- devel/py-oslo.versionedobjects
- devel/py-qcs-api-client
- misc/py-cinder
- net/py-python-ceilometerclient
-
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-iso8601
- 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 |
20 Jul 2022 14:21:35 1.0.2 |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
03 Jun 2022 16:57:19 1.0.2 |
Po-Chuan Hsieh (sunpoet)  |
devel/py-iso8601: Convert to USE_PYTHON=pytest |
13 May 2022 11:39:28 1.0.2 |
Po-Chuan Hsieh (sunpoet)  |
devel/py-iso8601: Update to 1.0.2
- Update version requirement of TEST_DEPENDS
Changes: https://github.com/micktwomey/pyiso8601/releases |
07 Mar 2022 19:24:01 0.1.16 |
Po-Chuan Hsieh (sunpoet)  |
*/py-*: Take maintainership |
07 Mar 2022 19:07:39 0.1.16 |
Rene Ladan (rene)  |
all: return koobs' ports to the pool after safekeeping his commit bit. |
30 Jul 2021 03:39:31 0.1.16 |
Yuri Victorovich (yuri)  |
devel/py-iso8601: Update 0.1.12 -> 0.1.16
PR: 257487
Approved by: koobs (maintainer) |
06 Apr 2021 14:31:07 0.1.12 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.1.12 |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
25 Apr 2019 08:10:10
0.1.12 |
koobs  |
devel/py-iso8601: Update to 0.1.12 |
20 Jun 2018 17:05:44
0.1.11 |
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 |
30 Nov 2017 15:50:34
0.1.11  |
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 ) |
01 Apr 2016 14:00:57
0.1.11 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
04 Mar 2016 05:22:26
0.1.11 |
koobs  |
devel/py-iso8601: Update to 0.1.11
- Update PORTVERSION and distinfo checksum (0.1.11)
- Update test target using new framework bits
- Remove TESTS option bits accordingly
- Enable NO_ARCH (architecture independent) |
20 Oct 2014 16:04:14
0.1.10 |
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
14 Jul 2014 04:41:22
0.1.10 |
koobs  |
[NEW] devel/py-iso8601: Simple module to parse ISO 8601 dates
This module parses the most common forms of ISO 8601 date strings
(e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
You can parse full date + times, or just the date. In both cases a datetime
instance is returned but with missing times defaulting to 0, and missing
days / months defaulting to 1.
WWW: https://bitbucket.org/micktwomey/pyiso8601 |