Search Criteria
Package Details: python2-cairo 1.19.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python2-cairo.git (read-only, click to copy) |
---|---|
Package Base: | python2-cairo |
Description: | Python bindings for the cairo graphics library |
Upstream URL: | https://pycairo.readthedocs.io/en/latest/ |
Licenses: | MPL, LGPL2.1 |
Submitter: | Archange |
Maintainer: | hexd |
Last Packager: | hexd |
Votes: | 18 |
Popularity: | 0.26 |
First Submitted: | 2022-05-15 08:51 (UTC) |
Last Updated: | 2023-06-19 22:51 (UTC) |
Dependencies (2)
- cairo (cairo-gitAUR)
- python2AUR (python2-binAUR)
Required by (11)
- gmapcatcher
- keyboardlayouteditor-git
- pygtk
- python2-gobject (make)
- python2-matplotlib (optional)
- scurve
- sk1
- sk1-git
- stl2pov (optional)
- uniconvertor
- uniconvertor2-git
Latest Comments
showipatlogon commented on 2024-01-22 15:54 (UTC) (edited on 2024-01-22 15:55 (UTC) by showipatlogon)
In my case it doesn't compile because the PYTHONHOME variable isn't declared. So to fix this I have to modify the PKGBUILD file by adding that declaration in the prepare() section as such:
Not sure if that is something you would like to add... More an FYI for those who may have the same issue. Thx !
FabioLolix commented on 2023-06-18 15:20 (UTC)
Hello, git is not needed as makedepends
hexd commented on 2023-04-08 06:14 (UTC)
The change log in https://pycairo.readthedocs.io/en/latest/changelog.html tells the latest version to support Python 2 was v1.18.2. However,
Shows that only a few things changed, including docs, a typeshed fix for
Context.set_dash
(+ a test for this), a Windows NT DLL hack for Python 3.8+, and an explicit removal of Python 2 support (in setup.py and docs, not in the library contents). And:Shows only changes explicitly for Python 3 (with a version check) and PyPy happened. And:
Removes many Python version checks, so this is the first version to truly assume Python 3.
So, yes, v1.19.1 is compatible with Python 2, but this required a small tweak to bypass a check in
setup.py
. That said, I've just upgraded this package to v1.19.1.qubidt commented on 2023-04-03 11:58 (UTC)
note that the last version of cairo to support python2 was v1.19.1