mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
Add pycups - python bindings for CUPS
Used for access cups and control printers from python. Placed in meta-oe together with the rest of printing support, as tools like system-config-printer depend on pycups. Signed-off-by: Claus Stovgaard <clst@ambu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
83bb0c483f
commit
e597752612
19
meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb
Normal file
19
meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
# Python bindings for libcups, from the CUPS project.
|
||||
#
|
||||
# Copyright (c) Ambu A/S - All rights reserved
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
# Author(s)
|
||||
# clst@ambu.com (Claus Stovgaard)
|
||||
#
|
||||
|
||||
DESCRIPTION = "pycups - CUPS bindings for Python"
|
||||
HOMEPAGE = "https://github.com/OpenPrinting/pycups"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
DEPENDS += "cups"
|
||||
|
||||
# See https://pypi.org/project/pycups/ for data
|
||||
SRC_URI[sha256sum] = "57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90"
|
||||
|
||||
inherit pypi setuptools3
|
||||
Reference in New Issue
Block a user