mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-27 05:38:30 +00:00
Add buildroot 2018-02
This commit is contained in:
14
buildroot/package/python-bitstring/python-bitstring.mk
Normal file
14
buildroot/package/python-bitstring/python-bitstring.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user