summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python3-cairocffi/python3-cairocffi_1.7.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python3-cairocffi/python3-cairocffi_1.7.1.bb')
-rw-r--r--meta-python/recipes-devtools/python3-cairocffi/python3-cairocffi_1.7.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-cairocffi/python3-cairocffi_1.7.1.bb b/meta-python/recipes-devtools/python3-cairocffi/python3-cairocffi_1.7.1.bb
new file mode 100644
index 0000000000..141c014924
--- /dev/null
+++ b/meta-python/recipes-devtools/python3-cairocffi/python3-cairocffi_1.7.1.bb
@@ -0,0 +1,12 @@
1SUMMARY = "cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python bindings and object-oriented API for cairo."
2HOMEPAGE = "https://github.com/Kozea/cairocffi"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e7c7639c2f7e3d6103414416614bfaac"
5
6SRC_URI[sha256sum] = "2e48ee864884ec4a3a34bfa8c9ab9999f688286eb714a15a43ec9d068c36557b"
7
8inherit pypi python_flit_core
9
10RDEPENDS:${PN} = "\
11 python3-cffi \
12"