aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cairocffi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python3Packages.cairocffi: correct gdk-pixbuf substitutionEdmund Wu2019-08-032-2/+2
|
* gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-225-18/+18
|
* python.pkgs.cairocffi: make withXcffib work again (#57855)Robert Schütz2019-03-193-61/+87
|
* pythonPackages.cairocffi: support 1.0 and 0.9Alexander V. Nikolaev2019-03-133-54/+118
| | | | | 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-171-2/+2
|
* python: cairocffi: 0.9.0 -> 1.0.1Frederik Rietdijk2019-02-171-2/+2
|
* python.pkgs.cairocffi: remove superfluous patchRobert Schütz2018-09-012-25/+0
|
* python: cairocffi: 0.8.1 -> 0.9.0Frederik Rietdijk2018-08-251-2/+2
|
* python.pkgs.cairocffi: support darwinOrivej Desh2018-06-062-5/+7
|
* python.pkgs.cairocffi: update tests for Cairo 1.15.12Orivej Desh2018-06-042-0/+25
| | | | Fixes #41183
* python.pkgs.cairocffi: 0.8.0 -> 0.8.1Orivej Desh2018-06-041-2/+2
|
* pythonPackages.cairocffi: 0.7.2 → 0.8.0Jan Tojnar2018-02-271-25/+18
|
* pythonPackages.cairocffi: move out of python-modules.nixJan Tojnar2018-02-271-0/+65
|
* python27Packages.cairocffi: FIX test_scaled_fontKamil Chmielewski2016-09-091-0/+11
| | | | | | | 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-071-0/+47
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)