summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb')
-rw-r--r--meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb b/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb
new file mode 100644
index 0000000000..dd00f444ed
--- /dev/null
+++ b/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb
@@ -0,0 +1,19 @@
1# Python bindings for libcups, from the CUPS project.
2#
3# Copyright (c) Ambu A/S - All rights reserved
4# SPDX-License-Identifier: MIT
5#
6# Author(s)
7# clst@ambu.com (Claus Stovgaard)
8#
9
10DESCRIPTION = "pycups - CUPS bindings for Python"
11HOMEPAGE = "https://github.com/OpenPrinting/pycups"
12LICENSE = "GPLv2+"
13LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
14DEPENDS += "cups"
15
16# See https://pypi.org/project/pycups/ for data
17SRC_URI[sha256sum] = "57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90"
18
19inherit pypi setuptools3 \ No newline at end of file