mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
6
package/python-bitstring/Config.in
Normal file
6
package/python-bitstring/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_BITSTRING
|
||||
bool "python-bitstring"
|
||||
help
|
||||
Simple construction, analysis and modification of binary data.
|
||||
|
||||
https://github.com/scott-griffiths/bitstring
|
2
package/python-bitstring/python-bitstring.hash
Normal file
2
package/python-bitstring/python-bitstring.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 b769620c1b52d6c1548c6c4f055613f4eee3120ed8a5cff4ba4ffbbc8a582286 bitstring-3.1.5.tar.gz
|
14
package/python-bitstring/python-bitstring.mk
Normal file
14
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