mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Updated package as computed by scanpypi. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
535 B
Makefile
15 lines
535 B
Makefile
################################################################################
|
|
#
|
|
# python-crc16
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CRC16_VERSION = 0.1.1
|
|
PYTHON_CRC16_SOURCE = crc16-$(PYTHON_CRC16_VERSION).tar.gz
|
|
PYTHON_CRC16_SITE = https://files.pythonhosted.org/packages/a6/e0/70a44c4385f2b33df82e518005aae16b5c1feaf082c73c0acebe3426fc0a
|
|
PYTHON_CRC16_LICENSE = LGPL-3.0+
|
|
PYTHON_CRC16_LICENSE_FILES = COPYING.txt
|
|
PYTHON_CRC16_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|