initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
config BR2_PACKAGE_CIRCUS
|
||||
bool "circus"
|
||||
depends on BR2_PACKAGE_PYTHON3 # python-tornado
|
||||
depends on BR2_INSTALL_LIBSTDCPP # pyzmq -> zeromq
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # pyzmq -> zeromq
|
||||
select BR2_PACKAGE_PYTHON_IOWAIT # runtime
|
||||
select BR2_PACKAGE_PYTHON_PSUTIL # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYZMQ # runtime
|
||||
select BR2_PACKAGE_PYTHON_TORNADO # runtime
|
||||
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||||
help
|
||||
Circus is a program that will let you run and watch multiple
|
||||
processes and sockets.
|
||||
|
||||
https://circus.readthedocs.org/en/latest/
|
||||
|
||||
comment "circus needs Python 3 and a toolchain w/ C++, threads"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
!BR2_PACKAGE_PYTHON3
|
||||
@@ -0,0 +1,4 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/circus/json
|
||||
md5 9887ddafebef7475c08ff2c8e5cc2fad circus-0.16.1.tar.gz
|
||||
sha256 dd7c011eb67785a1c96a4db94a56a22810c6ed608cebf301152dabc771654c5d circus-0.16.1.tar.gz
|
||||
sha256 3df739c05a4eed7efdf4987142658d2a4f1243e5f08e72a5ecedac5749c92a49 LICENSE
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# circus
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CIRCUS_VERSION = 0.16.1
|
||||
CIRCUS_SITE = https://files.pythonhosted.org/packages/09/8a/44a0b6b35ecf5dcf22bf51e4bcf188ec9e7ab9dd4c14330ba1b8bea51102
|
||||
CIRCUS_SETUP_TYPE = setuptools
|
||||
CIRCUS_LICENSE = Apache-2.0
|
||||
CIRCUS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user