Port details |
- py-cairocffi CFFI-based Cairo bindings for Python
- 1.4.0 graphics =2 1.4.0Version of this port present on the latest quarterly branch.
- Maintainer: dch@FreeBSD.org
- Port Added: 2016-05-15 17:50:59
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/kozea/cairocffi
- Description:
- cairocffi
cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python
bindings and object-oriented API for cairo. Cairo is a 2D vector graphics
library with support for multiple backends including image buffers, PNG,
PostScript, PDF, and SVG file output.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocffi@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-cairocffi/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-cairocffi
- pkg install py39-cairocffi
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-cairocffi listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-cairocffi
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1668630352
SHA256 (cairocffi-1.4.0.tar.gz) = 509339b32ccd8d7b00c2204c32736cde78db53a32e6a162d312478d25626cd9a
SIZE (cairocffi-1.4.0.tar.gz) = 69851
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-cffi>=1.1.0 : devel/py-cffi@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-numpy>=1.16,1<1.25,1 : math/py-numpy@py39
- py39-pytest>0 : devel/py-pytest@py39
- gdk-pixbuf2>0 : graphics/gdk-pixbuf2
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-cffi>=1.1.0 : devel/py-cffi@py39
- py39-xcffib>=0.3.2 : x11/py-xcffib@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Library dependencies:
-
- libcairo.so : graphics/cairo
- This port is required by:
- for Build
-
- x11-wm/qtile
- for Run
-
- graphics/py-cairosvg
- graphics/py-gizeh
- math/py-igraph
- print/py-weasyprint
- www/py-graphite-api
- x11-wm/qtile
-
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:
- graphics_py-cairocffi
- USES:
- gnome python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.4.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.4.0 16 Nov 2022 23:07:43 |
Dave Cottlehuber (dch) |
graphics/py-cairocffi: update to 1.4.0
Reported by: portscout
Sponsored by: SkunkWerks, GmbH |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.0 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.2.0 07 Apr 2022 18:59:37 |
Dmitry Marakasov (amdmi3) |
graphics/py-cairocffi: add missing test depend
Approved by: portmgr blanket |
1.2.0 13 Oct 2021 05:40:37 |
Po-Chuan Hsieh (sunpoet) |
graphics/py-cairocffi: Add NO_ARCH
Approved by: portmgr (blanket) |
1.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.0 29 Nov 2020 13:20:53 |
dch |
graphics/py-cairocffi: update to 1.2.0
changes: https://github.com/Kozea/cairocffi/blob/master/NEWS.rst#version-120
Reported by: portscout
Sponsored by: SkunkWerks, GmbH |
1.1.0 15 Sep 2019 08:37:21 |
dch |
graphics/py-cairocffi: update to 1.1.0
Approved by: jrm (mentor, implicit)
Sponsored by: SkunkWerks, GmbH |
1.0.2 27 May 2019 12:58:08 |
koobs |
graphics/py-cairocffi: Update to 1.0.2
- Update COMMENT, match upstream setup.py:description
- Update USES=python, now only supports Python 3.x
- Switch to autoplist (using --record), update pkg-plist to add missing
files until resolved upstream [1][2][3][4]
Changelog:
https://github.com/Kozea/cairocffi/blob/v1.0.2/NEWS.rst
[1] https://github.com/Kozea/cairocffi/issues/108
[2] https://github.com/spatialaudio/python-sounddevice/issues/116
[3] https://github.com/tych0/xcffib/issues/92
[4] See Also: https://groups.google.com/forum/#!topic/python-cffi/oX2T_Y5m99I
PR: 237884
Reviewed by: mat, dch (maintainer)
Approved by: dch (maintainer)
Differential Revision: D20352 |
0.8.0_2 21 May 2019 11:49:16 |
dch |
fix auto-assign for BZ PRs by updating MAINTAINER for my ports
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D20331 |
0.8.0_2 13 Mar 2019 13:03:11 |
mat |
Remove unused USE_PYTHON values.
Reported by: tobik (in D19569) |
0.8.0_2 30 Nov 2018 21:22:52 |
ericbsd |
graphics/py-cairocffi adding xcffib to RUN_DEPENDS and BUILD_DEPENDS
PR has no reply by maintainer
PR: 233337
Submitted by: ericbsd
Reported by: ericbsd
Approved by: mentors (implicit) |
0.8.0_1 20 Jun 2018 17:05:44 |
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 |
0.8.0_1 01 Dec 2017 13:06:22 |
antoine |
Instead of using a mix of autoplist and static plist, use a static plist
that works with both python2 and python3 (thanks to py3kplist) |
0.8.0_1 30 Nov 2017 15:50:34 |
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 ) |
0.8.0_1 02 Apr 2017 15:49:10 |
miwi |
- Add missing dependency
PR: 218160
Submitted by: maintainer |
0.8.0 09 Mar 2017 00:49:53 |
wen |
- Update to 0.8.0
PR: 217647
Submitted by: dch@skunkwerks.at(maintainer) |
0.7.2 15 May 2016 17:50:51 |
matthew |
cairocffi
cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python
bindings and object-oriented API for cairo. Cairo is a 2D vector graphics
library with support for multiple backends including image buffers, PNG,
PostScript, PDF, and SVG file output.
WWW: https://github.com/SimonSapin/cairocffi
PR: 208889
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> |