initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_AIOSIGNAL
|
||||
bool "python-aiosignal"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_FROZENLIST # runtime
|
||||
help
|
||||
aiosignal: a list of registered asynchronous callbacks.
|
||||
|
||||
https://github.com/aio-libs/aiosignal
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aiosignal/json
|
||||
md5 f3edf1b700b4fee6ea6ed375c3f6555c aiosignal-1.1.2.tar.gz
|
||||
sha256 15605698a0401075a03d36cea979e3c0e6cf8467a9e3b9047040514dd9e6f43b aiosignal-1.1.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 6fd5243e92dd7f98ec69c7ac377728e74905709ff527a5bf98d6d0263c04f5b6 LICENSE.txt
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aiosignal
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOSIGNAL_VERSION = 1.1.2
|
||||
PYTHON_AIOSIGNAL_SOURCE = aiosignal-$(PYTHON_AIOSIGNAL_VERSION).tar.gz
|
||||
PYTHON_AIOSIGNAL_SITE = https://files.pythonhosted.org/packages/ac/f7/c3df3b7eac6ea96175e0817b272b43b398d5ba589be09a50d1b758d5b852
|
||||
PYTHON_AIOSIGNAL_SETUP_TYPE = setuptools
|
||||
PYTHON_AIOSIGNAL_LICENSE = Apache-2.0
|
||||
PYTHON_AIOSIGNAL_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user