xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# Python bindings for libcups, from the CUPS project.
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# Copyright (c) Ambu A/S - All rights reserved
4*4882a593Smuzhiyun# SPDX-License-Identifier: MIT
5*4882a593Smuzhiyun#
6*4882a593Smuzhiyun# Author(s)
7*4882a593Smuzhiyun#   clst@ambu.com (Claus Stovgaard)
8*4882a593Smuzhiyun#
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunDESCRIPTION = "pycups - CUPS bindings for Python"
11*4882a593SmuzhiyunHOMEPAGE = "https://github.com/OpenPrinting/pycups"
12*4882a593SmuzhiyunLICENSE = "GPL-2.0-or-later"
13*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
14*4882a593SmuzhiyunDEPENDS += "cups"
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun# See https://pypi.org/project/pycups/ for data
17*4882a593SmuzhiyunSRC_URI[sha256sum] = "57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90"
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuninherit pypi python_setuptools_build_meta
20