aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-cairocffi
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/py-cairocffi: update to 1.2.0Dave Cottlehuber2020-11-292-4/+4
| | | | | | | | | | changes: https://github.com/Kozea/cairocffi/blob/master/NEWS.rst#version-120 Reported by: portscout Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=556567
* graphics/py-cairocffi: update to 1.1.0Dave Cottlehuber2019-09-152-4/+4
| | | | | | | | Approved by: jrm (mentor, implicit) Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=512091
* graphics/py-cairocffi: Update to 1.0.2Kubilay Kocak2019-05-275-59/+64
| | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=502792
* fix auto-assign for BZ PRs by updating MAINTAINER for my portsDave Cottlehuber2019-05-211-1/+1
| | | | | | | | Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D20331 Notes: svn path=/head/; revision=502217
* Remove unused USE_PYTHON values.Mathieu Arnold2019-03-131-1/+1
| | | | | | | Reported by: tobik (in D19569) Notes: svn path=/head/; revision=495574
* graphics/py-cairocffi adding xcffib to RUN_DEPENDS and BUILD_DEPENDSEric Turgeon2018-11-301-2/+3
| | | | | | | | | | | | PR has no reply by maintainer PR: 233337 Submitted by: ericbsd Reported by: ericbsd Approved by: mentors (implicit) Notes: svn path=/head/; revision=486302
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-1/+1
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Instead of using a mix of autoplist and static plist, use a static plistAntoine Brodin2017-12-012-5/+43
| | | | | | | that works with both python2 and python3 (thanks to py3kplist) Notes: svn path=/head/; revision=455285
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* - Add missing dependencyMartin Wilke2017-04-021-0/+2
| | | | | | | | PR: 218160 Submitted by: maintainer Notes: svn path=/head/; revision=437565
* - Update to 0.8.0Wen Heping2017-03-092-3/+4
| | | | | | | | PR: 217647 Submitted by: dch@skunkwerks.at(maintainer) Notes: svn path=/head/; revision=435739
* cairocffiMatthew Seaman2016-05-154-0/+37
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> Notes: svn path=/head/; revision=415272