Port details |
- py-cycler Composable style cycles
- 0.11.0 devel
=0 0.11.0Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2015-12-25 07:47:09
- Last Update: 2021-11-19 10:39:53
- Commit Hash: 6441d6c
- Also Listed In: python
- License: BSD2CLAUSE
- Description:
- Composable style cycles.
WWW: https://github.com/matplotlib/cycler/
WWW: https://pypi.org/project/Cycler/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}cycler>0:devel/py-cycler@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-cycler/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-cycler
- pkg install py38-cycler
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-cycler listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-cycler
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1637316437
SHA256 (cycler-0.11.0.tar.gz) = 9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f
SIZE (cycler-0.11.0.tar.gz) = 18784
- 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-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Build
-
- graphics/qgis
- graphics/qgis-ltr
- math/sage
- for Run
-
- graphics/qgis
- graphics/qgis-ltr
- math/py-matplotlib
- math/py-matplotlib2
- math/sage
- Configuration Options:
- No options to configure
- Options name:
- devel_py-cycler
- 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 |
19 Nov 2021 10:39:53 0.11.0
|
Yuri Victorovich (yuri)  |
devel/py-cycler: Update 0.10.0 -> 0.11.0
Reported by: portscout |
06 Apr 2021 14:31:07 0.10.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
03 Jan 2021 09:11:52
0.10.0
|
antoine  |
Remove python 2.7 support from a few ports |
20 Jun 2018 17:05:44
0.10.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.10.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 |
25 Feb 2018 00:40:37
0.10.0
|
yuri  |
Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.
Approved by: tcberner (mentor, implicit) |
08 Feb 2018 20:18:09
0.10.0
|
amdmi3  |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
30 Nov 2017 15:50:34
0.10.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 ) |
02 Dec 2016 09:21:59
0.10.0
|
mat  |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
06 Jun 2016 15:25:42
0.10.0
|
mat  |
Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)
Sponsored by: Absolight |
01 Apr 2016 14:00:57
0.10.0
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
02 Mar 2016 22:48:26
0.10.0
|
rakuco  |
Update to 0.10.0.
PR: 207651
Submitted by: yuri@rawbw.com (maintainer) |
05 Jan 2016 17:50:29
0.9.0
|
rakuco  |
Revert r404408.
It actually broke `make fetch'. The tarball location in PyPI is a bit
tricky since the directory is called Cycler but the tarball is called
cycler, and this confuses the MASTER_SITE_SUBDIR substitutions. |
25 Dec 2015 09:19:43
0.9.0
|
vanilla  |
Set DISTNAME to preclude overwriting of MASTER_SITE_SUBDIR.
Approved by: koobs@ |
25 Dec 2015 07:47:01
0.9.0
|
vanilla  |
Add py-cycler 0.9.0, composable style cycles.
PR: 205594
Submitted by: Yuri Victorovich <yuri@rawbw.com> |