summary refs log tree commit diff
path: root/pkgs/development/python-modules/cairocffi
Commit message (Collapse)AuthorAge
* pythonPackages.cairocffi: v1.0.2 -> v.1.1.0Dima2019-09-22
| | | | | | | | | | | The tests were failing due the switch to pytest5. This issue has been addressed upstream in https://github.com/Kozea/cairocffi/commit/a500f208660ba9861828a2a92b32c33565ee18fd which is included in v.1.1.0, so bumping the version and updating the old patch. Hydra log of the failure: https://hydra.nixos.org/build/100785460/nixlog/6
* python3Packages.cairocffi: correct gdk-pixbuf substitutionEdmund Wu2019-08-03
|
* gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|
* python.pkgs.cairocffi: make withXcffib work again (#57855)Robert Schütz2019-03-19
|
* pythonPackages.cairocffi: support 1.0 and 0.9Alexander V. Nikolaev2019-03-13
| | | | | This patch ensures that Python2 can be used if cairocffi is used. Version 1.0 dropped Python 2 support.
* python: cairocffi: 1.0.1 -> 1.0.2Frederik Rietdijk2019-02-17
|
* python: cairocffi: 0.9.0 -> 1.0.1Frederik Rietdijk2019-02-17
|
* python.pkgs.cairocffi: remove superfluous patchRobert Schütz2018-09-01
|
* python: cairocffi: 0.8.1 -> 0.9.0Frederik Rietdijk2018-08-25
|
* python.pkgs.cairocffi: support darwinOrivej Desh2018-06-06
|
* python.pkgs.cairocffi: update tests for Cairo 1.15.12Orivej Desh2018-06-04
| | | | Fixes #41183
* python.pkgs.cairocffi: 0.8.0 -> 0.8.1Orivej Desh2018-06-04
|
* pythonPackages.cairocffi: 0.7.2 → 0.8.0Jan Tojnar2018-02-27
|
* pythonPackages.cairocffi: move out of python-modules.nixJan Tojnar2018-02-27
|
* python27Packages.cairocffi: FIX test_scaled_fontKamil Chmielewski2016-09-09
| | | | | | | workaround for https://github.com/Kozea/cairocffi/issues/88 (cherry picked from commit 9e18b81dedec6d06f5bdfc80c26f281f1b07a2d1) Signed-off-by: Domen Kožar <domen@dev.si>
* cairocffi: Add missing dependencies on gdk_pixbufAlexander V. Nikolaev2016-02-07
Rewrite dlopening stuff in hacky way (due ctypes.util totally brokennes: it attempt to use /sbin/ldconfig, gcc from PATH and other tricks to detect sonames, I replaced it with simple table lookup) Also I add patch to bypass another rounding regression in tests (this patch submitted upstream as well)