b691cc6a4c
* License was changed from UNIX to Windows line endings. * SETUP_TYPE is actually distutils, and not setuptools. * Use two spaces for hash file indentation. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
560 B
Makefile
15 lines
560 B
Makefile
################################################################################
|
|
#
|
|
# python-bitstring
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BITSTRING_VERSION = 3.1.7
|
|
PYTHON_BITSTRING_SOURCE = bitstring-$(PYTHON_BITSTRING_VERSION).tar.gz
|
|
PYTHON_BITSTRING_SITE = https://files.pythonhosted.org/packages/c3/fc/ffac2c199d2efe1ec5111f55efeb78f5f2972456df6939fea849f103f9f5
|
|
PYTHON_BITSTRING_SETUP_TYPE = distutils
|
|
PYTHON_BITSTRING_LICENSE = MIT
|
|
PYTHON_BITSTRING_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|