kumquat-buildroot/package/python-pycups/python-pycups.mk
Bernd Kuhls 0fe729f70e package/python-pycups: switch from distutils to setuptools
distutils will be dropped with python 3.12.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-08-06 23:40:48 +02:00

16 lines
573 B
Makefile

################################################################################
#
# python-pycups
#
################################################################################
PYTHON_PYCUPS_VERSION = 2.0.1
PYTHON_PYCUPS_SOURCE = pycups-$(PYTHON_PYCUPS_VERSION).tar.gz
PYTHON_PYCUPS_SITE = https://files.pythonhosted.org/packages/0c/bb/82546806a86dc16f5eeb76f62ffdc42cce3d43aacd4e25a8b5300eec0263
PYTHON_PYCUPS_SETUP_TYPE = setuptools
PYTHON_PYCUPS_LICENSE = GPL-2.0+
PYTHON_PYCUPS_LICENSE_FILES = COPYING
PYTHON_PYCUPS_DEPENDENCIES = cups
$(eval $(python-package))