Commit Graph

17 Commits

Author SHA1 Message Date
Michael Reilly 84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Dima 7ff2638b7f pythonPackages.cairocffi: v1.0.2 -> v.1.1.0
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
2019-09-22 18:57:22 +02:00
Edmund Wu b7ecab3d17 python3Packages.cairocffi: correct gdk-pixbuf substitution 2019-08-03 15:57:40 -04:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Robert Schütz 180c68d88a python.pkgs.cairocffi: make withXcffib work again (#57855) 2019-03-19 10:20:05 +01:00
Alexander V. Nikolaev e878fd6f5f pythonPackages.cairocffi: support 1.0 and 0.9
This patch ensures that Python2 can be used if cairocffi is used.
Version 1.0 dropped Python 2 support.
2019-03-13 11:37:51 +01:00
Frederik Rietdijk 7557f5651a python: cairocffi: 1.0.1 -> 1.0.2 2019-02-17 14:40:55 +01:00
Frederik Rietdijk 564b69896a python: cairocffi: 0.9.0 -> 1.0.1 2019-02-17 14:40:16 +01:00
Robert Schütz 6c9f7e2742 python.pkgs.cairocffi: remove superfluous patch 2018-09-01 10:41:37 +02:00
Frederik Rietdijk 4fc5ebd1d0 python: cairocffi: 0.8.1 -> 0.9.0 2018-08-25 07:38:21 +02:00
Orivej Desh 832973d179 python.pkgs.cairocffi: support darwin 2018-06-06 07:18:13 +00:00
Orivej Desh 6db9f4685a python.pkgs.cairocffi: update tests for Cairo 1.15.12
Fixes #41183
2018-06-04 02:37:14 +00:00
Orivej Desh 264254568b python.pkgs.cairocffi: 0.8.0 -> 0.8.1 2018-06-04 02:00:32 +00:00
Jan Tojnar 1bdca01ed4 pythonPackages.cairocffi: 0.7.2 → 0.8.0 2018-02-27 19:29:56 +01:00
Jan Tojnar cd35a39b11 pythonPackages.cairocffi: move out of python-modules.nix 2018-02-27 19:29:56 +01:00
Kamil Chmielewski e4d62926d6 python27Packages.cairocffi: FIX test_scaled_font
workaround for https://github.com/Kozea/cairocffi/issues/88

(cherry picked from commit 9e18b81dedec6d06f5bdfc80c26f281f1b07a2d1)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-09 16:16:53 +02:00
Alexander V. Nikolaev b13e44e094 cairocffi: Add missing dependencies on gdk_pixbuf
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)
2016-02-07 18:15:46 +02:00