mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
15
package/python-autobahn/Config.in
Normal file
15
package/python-autobahn/Config.in
Normal file
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_PYTHON_AUTOBAHN
|
||||
bool "python-autobahn"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-cryptography -> python-pyasn
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
||||
select BR2_PACKAGE_PYTHON_TXAIO # runtime
|
||||
help
|
||||
WebSocket client and server library, WAMP real-time
|
||||
framework.
|
||||
|
||||
https://pypi.python.org/pypi/autobahn
|
||||
|
||||
comment "python-autobahn needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
5
package/python-autobahn/python-autobahn.hash
Normal file
5
package/python-autobahn/python-autobahn.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/autobahn/json
|
||||
md5 dcae3cf26203aa4bbd9912137e5c9512 autobahn-20.4.3.tar.gz
|
||||
sha256 c6fe745d52ba9f9eecf791cd31f558df42aebfc4f9ee558a8f1d18c707e1ae1f autobahn-20.4.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 0387eefce570453daaa60633f28676003731eeca28b2d0a0071c628e3a0004ef LICENSE
|
||||
16
package/python-autobahn/python-autobahn.mk
Normal file
16
package/python-autobahn/python-autobahn.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-autobahn
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AUTOBAHN_VERSION = 20.4.3
|
||||
PYTHON_AUTOBAHN_SOURCE = autobahn-$(PYTHON_AUTOBAHN_VERSION).tar.gz
|
||||
PYTHON_AUTOBAHN_SITE = https://files.pythonhosted.org/packages/cb/16/38d27874ef827974f44acb6dd64a92a9248b624734c0e84b91083c2d9350
|
||||
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
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user