./graphics/py-cairo, Python bindings for cairo

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.25.1nb3, Package name: py311-cairo-1.25.1nb3, Maintainer: leuzi

Cairo is a 2D graphics library with support for multiple output
devices. Currently supported output targets include the X Window
System, win32, and image buffers. Experimental backends include OpenGL
(through glitz), Quartz, XCB, PostScript and PDF file output.


Required to run:
[graphics/cairo] [devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 338.953 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-21 20:56:37 by Mark Davies | Files touched by this commit (4)
Log message:
py-cairo{,-shared}: split non python version specific files
into a separate package (py-cairo-shared) and convert back to wheel.mk
   2023-11-15 22:03:57 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-cairo: de-support Python 2 in buildlink3.mk

Too fragile, broke twice in the last week, and no users left that need it
   2023-11-15 14:00:02 by Jonathan Perkin | Files touched by this commit (1)
Log message:
py-cairo: Fix revbump again.
   2023-11-15 09:36:41 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-cairo: undo wheelification

Some dependencies expect the pkg-config file.
   2023-11-15 00:28:37 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-cairo: make dependencies find headers after wheelification
   2023-11-14 17:08:43 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-cairo: convert to wheel.mk

Bump PKGREVISION.
   2023-11-14 17:05:46 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-cairo: update to 1.25.1.

1.25.1 - 2023-10-21
-------------------

* Fix a crash with pypy3.10 :pr:`344`
* Fix the build with CPython 3.13.0a1 :pr:`343`

.. _v1.25.0:

1.25.0 - 2023-09-26
-------------------

* Update to cairo 1.18.0 for the Windows wheel
* Provide a Windows arm64 wheel
* New APIs:

  * :attr:`Status.SVG_FONT_ERROR` :pr:`334`
  * :meth:`FontOptions.get_color_mode`, :meth:`FontOptions.set_color_mode`, \ 
:class:`ColorMode` :pr:`336`
  * :meth:`FontOptions.set_color_palette`, \ 
:meth:`FontOptions.get_color_palette`, :attr:`COLOR_PALETTE_DEFAULT` :pr:`338`
  * :meth:`FontOptions.set_custom_palette_color`, \ 
:meth:`FontOptions.get_custom_palette_color` :pr:`339`
  * :attr:`TAG_CONTENT`, :attr:`TAG_CONTENT_REF` :pr:`340`
  * :meth:`Pattern.get_dither`, :meth:`Pattern.set_dither`, :class:`Dither` :pr:`341`
   2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145)
Log message:
*: recursive bump for cairo dependency changes