2504365e1e
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>
14 lines
425 B
Makefile
14 lines
425 B
Makefile
################################################################################
|
|
#
|
|
# python-crc16
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CRC16_VERSION = 0.1.1
|
|
PYTHON_CRC16_SITE = $(call github,gennady,pycrc16,v$(PYTHON_CRC16_VERSION))
|
|
PYTHON_CRC16_LICENSE = LGPL-3.0+
|
|
PYTHON_CRC16_LICENSE_FILES = COPYING.txt
|
|
PYTHON_CRC16_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|