blob: 150827300933f59c411c5a2cde597d28aa843f77 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001# 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"
Andrew Geissler9aee5002022-03-30 16:27:02 +000012LICENSE = "GPL-2.0-or-later"
Andrew Geissler595f6302022-01-24 19:11:47 +000013LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
14DEPENDS += "cups"
15
16# See https://pypi.org/project/pycups/ for data
17SRC_URI[sha256sum] = "57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90"
18
Andrew Geissler9aee5002022-03-30 16:27:02 +000019inherit pypi python_setuptools_build_meta