Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions packages/py/python-cairo/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ UNKNOWN:PyBool_Type
UNKNOWN:PyBuffer_FillInfo
UNKNOWN:PyBuffer_Release
UNKNOWN:PyBytes_AsStringAndSize
UNKNOWN:PyBytes_FromStringAndSize
UNKNOWN:PyCallable_Check
UNKNOWN:PyCapsule_GetPointer
UNKNOWN:PyCapsule_New
UNKNOWN:PyDict_GetItem
UNKNOWN:PyDict_GetItemString
UNKNOWN:PyDict_GetItemRef
UNKNOWN:PyDict_GetItemStringRef
UNKNOWN:PyDict_New
UNKNOWN:PyDict_SetItem
UNKNOWN:PyDict_SetItemString
Expand All @@ -19,8 +20,10 @@ UNKNOWN:PyErr_Occurred
UNKNOWN:PyErr_Print
UNKNOWN:PyErr_SetObject
UNKNOWN:PyErr_SetString
UNKNOWN:PyErr_WarnEx
UNKNOWN:PyEval_RestoreThread
UNKNOWN:PyEval_SaveThread
UNKNOWN:PyExc_DeprecationWarning
UNKNOWN:PyExc_Exception
UNKNOWN:PyExc_IOError
UNKNOWN:PyExc_IndexError
Expand All @@ -32,21 +35,22 @@ UNKNOWN:PyFloat_AsDouble
UNKNOWN:PyFloat_FromDouble
UNKNOWN:PyGILState_Ensure
UNKNOWN:PyGILState_Release
UNKNOWN:PyImport_ImportModule
UNKNOWN:PyList_Append
UNKNOWN:PyList_New
UNKNOWN:PyLong_AsLong
UNKNOWN:PyLong_AsUnsignedLong
UNKNOWN:PyLong_FromLong
UNKNOWN:PyLong_FromUnsignedLong
UNKNOWN:PyLong_Type
UNKNOWN:PyMem_Calloc
UNKNOWN:PyMem_Free
UNKNOWN:PyMem_Malloc
UNKNOWN:PyMemoryView_FromObject
UNKNOWN:PyModuleDef_Init
UNKNOWN:PyModule_Add
UNKNOWN:PyModule_AddIntConstant
UNKNOWN:PyModule_AddObject
UNKNOWN:PyModule_AddObjectRef
UNKNOWN:PyModule_AddStringConstant
UNKNOWN:PyModule_Create2
UNKNOWN:PyNumber_Long
UNKNOWN:PyOS_FSPath
UNKNOWN:PyOS_snprintf
Expand All @@ -66,11 +70,11 @@ UNKNOWN:PyObject_Str
UNKNOWN:PySequence_Fast
UNKNOWN:PyTuple_GetItem
UNKNOWN:PyTuple_New
UNKNOWN:PyTuple_Size
UNKNOWN:PyTuple_Type
UNKNOWN:PyType_IsSubtype
UNKNOWN:PyType_Ready
UNKNOWN:PyType_Type
UNKNOWN:PyUnicode_AsUTF8
UNKNOWN:PyUnicode_FSConverter
UNKNOWN:PyUnicode_Format
UNKNOWN:PyUnicode_FromFormat
Expand Down

This file was deleted.

11 changes: 7 additions & 4 deletions packages/py/python-cairo/package.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : python-cairo
version : 1.27.0
release : 15
version : 1.29.0
release : 16
source :
- https://github.com/pygobject/pycairo/archive/refs/tags/v1.27.0.tar.gz : ce10721e4a5d74c53c8b7241e5ccfd4627fadb2830ecdae72524c077067ca247
- https://github.com/pygobject/pycairo/archive/refs/tags/v1.29.0.tar.gz : 25c6a8a5a488afdd21208b5a71f95796891cceb2ee94f2ec1c51fdf0735eab0b
homepage : https://pycairo.readthedocs.io/
license : LGPL-2.1-or-later
license :
- LGPL-2.1-or-later
- MPL-1.1
component : programming.python
summary : Python3 Cairo Bindings
description: |
Expand All @@ -22,6 +24,7 @@
%ninja_build
install : |
%ninja_install
%install_license COPYING COPYING-*
check : |
%ninja_check
replaces :
Expand Down
22 changes: 13 additions & 9 deletions packages/py/python-cairo/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<Name>python-cairo</Name>
<Homepage>https://pycairo.readthedocs.io/</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
</Packager>
<License>LGPL-2.1-or-later</License>
<License>MPL-1.1</License>
<PartOf>programming.python</PartOf>
<Summary xml:lang="en">Python3 Cairo Bindings</Summary>
<Description xml:lang="en">Python3 Cairo Bindings
Expand All @@ -26,7 +27,10 @@
<Path fileType="library">/usr/lib/python3.14/site-packages/cairo/_cairo.cpython-314-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/cairo/include/py3cairo.h</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/cairo/py.typed</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/pycairo-1.27.0.dist-info/METADATA</Path>
<Path fileType="library">/usr/lib/python3.14/site-packages/pycairo-1.29.0.dist-info/METADATA</Path>
<Path fileType="data">/usr/share/licenses/python-cairo/COPYING</Path>
<Path fileType="data">/usr/share/licenses/python-cairo/COPYING-LGPL-2.1</Path>
<Path fileType="data">/usr/share/licenses/python-cairo/COPYING-MPL-1.1</Path>
</Files>
<Replaces>
<Package>python3-cairo</Package>
Expand All @@ -39,7 +43,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="15">python-cairo</Dependency>
<Dependency release="16">python-cairo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/pycairo/py3cairo.h</Path>
Expand All @@ -50,12 +54,12 @@
</Replaces>
</Package>
<History>
<Update release="15">
<Date>2026-06-05</Date>
<Version>1.27.0</Version>
<Update release="16">
<Date>2026-07-31</Date>
<Version>1.29.0</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
</Update>
</History>
</PISI>