mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
create rootf's & SDK from 2018.02.9 buildroot (#10)
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_AUTOBAHN
|
||||
bool "python-autobahn"
|
||||
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
|
||||
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
||||
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
||||
select BR2_PACKAGE_PYTHON_HYPERLINK # runtime
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON_TXAIO # runtime
|
||||
help
|
||||
WebSocket client and server library, WAMP real-time
|
||||
WebSocket client Hhh server library, WAMP real-time
|
||||
framework.
|
||||
|
||||
https://pypi.python.org/pypi/autobahn
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/autobahn/json
|
||||
md5 9b0ae4ff164232c952ba01ab3516188e autobahn-22.1.1.tar.gz
|
||||
sha256 17e1b58b6ae1a63ca7d926b1d71bb9e4fd6b9ac9a1a2277d8ee40e0b61f54746 autobahn-22.1.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
# md5 from https://pypi.python.org/pypi/autobahn/json, sha256 locally computed
|
||||
md5 f8c8d74bf73644719b751e6fb11dc4a3 autobahn-17.10.1.tar.gz
|
||||
sha256 8cf74132a18da149c5ea3dcbb5e055f6f4fe5a0238b33258d29e89bd276a8078 autobahn-17.10.1.tar.gz
|
||||
sha256 0387eefce570453daaa60633f28676003731eeca28b2d0a0071c628e3a0004ef LICENSE
|
||||
|
||||
@@ -4,15 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AUTOBAHN_VERSION = 22.1.1
|
||||
PYTHON_AUTOBAHN_VERSION = 17.10.1
|
||||
PYTHON_AUTOBAHN_SOURCE = autobahn-$(PYTHON_AUTOBAHN_VERSION).tar.gz
|
||||
PYTHON_AUTOBAHN_SITE = https://files.pythonhosted.org/packages/0e/2a/0b627ad4adf70437b5753462958b3ba5c6802d7664eb4a680e46423659ba
|
||||
PYTHON_AUTOBAHN_SITE = https://pypi.python.org/packages/e4/2e/01a64212b1eb580d601fa20f146c962235e3493795f46e3b254597ec635d
|
||||
PYTHON_AUTOBAHN_LICENSE = MIT
|
||||
PYTHON_AUTOBAHN_LICENSE_FILES = LICENSE
|
||||
PYTHON_AUTOBAHN_CPE_ID_VENDOR = crossbar
|
||||
PYTHON_AUTOBAHN_CPE_ID_PRODUCT = autobahn
|
||||
PYTHON_AUTOBAHN_SETUP_TYPE = setuptools
|
||||
PYTHON_AUTOBAHN_DEPENDENCIES = host-python-cffi
|
||||
PYTHON_AUTOBAHN_ENV = AUTOBAHN_STRIP_XBR=1
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user