diff options
Diffstat (limited to 'meta-python/recipes-devtools/python3-cairocffi')
-rw-r--r-- | meta-python/recipes-devtools/python3-cairocffi/python3-cairocffi_1.7.1.bb | 12 |
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 @@ | |||
1 | SUMMARY = "cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python bindings and object-oriented API for cairo." | ||
2 | HOMEPAGE = "https://github.com/Kozea/cairocffi" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e7c7639c2f7e3d6103414416614bfaac" | ||
5 | |||
6 | SRC_URI[sha256sum] = "2e48ee864884ec4a3a34bfa8c9ab9999f688286eb714a15a43ec9d068c36557b" | ||
7 | |||
8 | inherit pypi python_flit_core | ||
9 | |||
10 | RDEPENDS:${PN} = "\ | ||
11 | python3-cffi \ | ||
12 | " | ||