buildroot/package/python-bitstring/python-bitstring.mk
Yegor Yefremov c9129558b9 python-bitstring: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-02-06 17:17:35 +01:00

15 lines
506 B
Makefile

################################################################################
#
# python-bitstring
#
################################################################################
PYTHON_BITSTRING_VERSION = 3.1.5
PYTHON_BITSTRING_SOURCE = bitstring-$(PYTHON_BITSTRING_VERSION).tar.gz
PYTHON_BITSTRING_SITE = https://github.com/scott-griffiths/bitstring/archive
PYTHON_BITSTRING_SETUP_TYPE = distutils
PYTHON_BITSTRING_LICENSE = MIT
PYTHON_BITSTRING_LICENSE_FILES = LICENSE
$(eval $(python-package))