You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
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))
|