mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/ilanschnell/bitarray/blob/3.8.1/CHANGE_LOG
Updated license hash due to copyright year bump:
730c524980
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
559 B
Makefile
15 lines
559 B
Makefile
################################################################################
|
|
#
|
|
# python-bitarray
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BITARRAY_VERSION = 3.8.1
|
|
PYTHON_BITARRAY_SOURCE = bitarray-$(PYTHON_BITARRAY_VERSION).tar.gz
|
|
PYTHON_BITARRAY_SITE = https://files.pythonhosted.org/packages/fc/47/b5da717e7bbe97a6dc4c986f053ca55fd3276078d78f68f9e8b417d1425a
|
|
PYTHON_BITARRAY_SETUP_TYPE = setuptools
|
|
PYTHON_BITARRAY_LICENSE = Python-2.0
|
|
PYTHON_BITARRAY_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|