Skip to content

Commit

Permalink
python-pycairo: Initial inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
joebonrichie committed Feb 5, 2024
1 parent 672f8c5 commit f042996
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 0 deletions.
Binary file added p/python-pycairo/manifest.x86_64.bin
Binary file not shown.
49 changes: 49 additions & 0 deletions p/python-pycairo/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
/** Human readable report. This is not consumed by boulder */
{
"manifest-version": "0.2",
"packages": {
"pycairo": {
"build-depends": [
"pkgconfig(cairo)",
"pkgconfig(python3)"
],
"depends": [
"soname(libc.so.6(x86_64))",
"soname(libcairo.so.2(x86_64))"
],
"files": [
"/usr/lib/python3.11/site-packages/cairo/__init__.py",
"/usr/lib/python3.11/site-packages/cairo/__init__.pyi",
"/usr/lib/python3.11/site-packages/cairo/__pycache__/__init__.cpython-311.pyc",
"/usr/lib/python3.11/site-packages/cairo/_cairo.cpython-311-x86_64-linux-gnu.so",
"/usr/lib/python3.11/site-packages/cairo/include/py3cairo.h",
"/usr/lib/python3.11/site-packages/cairo/py.typed",
"/usr/lib/python3.11/site-packages/pycairo-1.25.1.egg-info"
],
"name": "pycairo",
"provides": [
"soname(_cairo.cpython-311-x86_64-linux-gnu.so(x86_64))"
]
},
"pycairo-devel": {
"build-depends": [
"pkgconfig(cairo)",
"pkgconfig(python3)"
],
"depends": [
"pkgconfig(cairo)"
],
"files": [
"/usr/include/pycairo/py3cairo.h",
"/usr/lib/pkgconfig/py3cairo.pc"
],
"name": "pycairo-devel",
"provides": [
"pkgconfig(py3cairo)"
]
}
},
"source-name": "pycairo",
"source-release": "1",
"source-version": "1.25.1"
}
2 changes: 2 additions & 0 deletions p/python-pycairo/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
id: 13166
26 changes: 26 additions & 0 deletions p/python-pycairo/stone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# SPDX-FileCopyrightText: © 2020-2024 Serpent OS Developers
#
# SPDX-License-Identifier: MPL-2.0
#
name : pycairo
version : 1.25.1
release : 1
homepage : http://cairographics.org/pycairo/
upstreams :
- https://github.com/pygobject/pycairo/releases/download/v1.25.1/pycairo-1.25.1.tar.gz : 7e2be4fbc3b4536f16db7a11982cbf713e75069a4d73d44fe5a49b68423f5c0c
summary : Python bindings for the cairo graphics library.
description : |
Pycairo is a set of Python 2 & 3 bindings for the cairo graphics library.
license :
- LGPL-2.1-or-later
- MPL-1.1
builddeps :
- pkgconfig(cairo)
- pkgconfig(python3)
setup : |
%meson
build : |
%meson_build
install : |
%meson_install

0 comments on commit f042996

Please sign in to comment.