mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
15 lines
506 B
Makefile
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))
|