mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_JANUS
|
||||
bool "python-janus"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
Mixed sync-async queue to interoperate between asyncio
|
||||
tasks and classic threads.
|
||||
|
||||
https://github.com/aio-libs/janus/
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/janus/json
|
||||
md5 577c3c8939ef945c5dc00319bd59484f janus-0.5.0.tar.gz
|
||||
sha256 0700f5537d076521851d19b7625545c5e76f6d5792ab17984f28230adcc3b34c janus-0.5.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 8b177cccb6ddec12a9fc97bd49e7e2bbcd92464625624bd8bdbfad799ae606e9 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-janus
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_JANUS_VERSION = 0.5.0
|
||||
PYTHON_JANUS_SOURCE = janus-$(PYTHON_JANUS_VERSION).tar.gz
|
||||
PYTHON_JANUS_SITE = https://files.pythonhosted.org/packages/9a/76/fbb89aa5d3cb5f3fec6ce74d34cf980ccd475b015d1a59cb5a14fe4cd2c5
|
||||
PYTHON_JANUS_SETUP_TYPE = setuptools
|
||||
PYTHON_JANUS_LICENSE = Apache-2.0
|
||||
PYTHON_JANUS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user