summaryrefslogtreecommitdiff
path: root/graphics/py-cairocffi
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-2/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-12-08revbump for icu and libffiadam1-2/+2
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot1-2/+2
2020-05-02graphics/py-cairocffi: remove no-op SUBST blockrillig1-14/+1
There is neither PREFIX nor SOEXT in cairocffi/__init__.py.
2020-03-08*: recursive bump for libffiwiz1-2/+2
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz1-2/+2
2018-11-14Revbump after cairo 1.16.0 update.kleink1-1/+2
2018-11-12py-cairocffi: Update to 0.9.0.kleink2-8/+7
Version 0.9.0 ............. Released on 2018-08-06 * Drop Python 3.2 and 3.3 support * Test with PyPy and PyPy3 * `#114 <https://github.com/Kozea/cairocffi/pull/114>`_: Fix test compatibility with Cairo 1.15.12 * `#112 <https://github.com/Kozea/cairocffi/pull/112>`_: Add cairo library name from PyGObject for Windows * Fix ``pango_example.py`` * `#85 <https://github.com/Kozea/cairocffi/issues/85>`_: Fix crash with xbc tests * Clean documentation * Support Cairo features up to 1.15.12
2018-07-18Try open Cairo via dlopen first, so that rpath is honoured. While itjoerg3-4/+35
doesn't currently work on OSX, the original code remains as fallback. Bump revision.
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-1/+2
2017-09-16Reset maintainerwiz1-2/+2
2017-07-16Version 0.8.0adam3-11/+32
* Follow semver * Avoid implicit relative import * Use utf-8 instead of utf8 in headers * Keep cairo library loaded until all relevant objects are freed * Add cairo_quartz_* functions for MacOS * Use the default ReadTheDocs theme * Fix implicit casts
2017-04-20Drop unnecessary GTK dependency. Bump revision.joerg1-3/+2
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2016-08-03Revbump after graphics/gd updateadam1-2/+2
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn1-1/+2
2014-10-05Version 0.6rodent3-10/+13
........... Released on 2014-09-23. * `#39 <https://github.com/SimonSapin/cairocffi/pull/39>`_: Add :class:`xcb.XCBSurface`. * `#42 <https://github.com/SimonSapin/cairocffi/pull/42>`_: Add :class:`Win32PrintingSurface`.
2014-05-24Updated to latest release, 0.5.4. From CHANGES:rodent3-31/+6
Released on 2014-05-23. * Stop testing with tox on Python 3.1, start on 3.4 * Start testing pushes and pull requests `on Travis-CI <https://travis-ci.org/SimonSapin/cairocffi>`_ * Add more variants of the library names to try with `dlopen()`. This seems to be necessary on OpenBSD.
2014-05-17Import py27-cairocffi-0.5.3 as graphics/py-cairocffi.rodent5-0/+102
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. Additionally, the cairocffi.pixbuf module uses GDK-PixBuf to decode various image formats for use in Cairo.