initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_AIODNS
|
||||
bool "python-aiodns"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_PYCARES # runtime
|
||||
help
|
||||
Simple DNS resolver for asyncio.
|
||||
|
||||
http://github.com/saghul/aiodns
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aiodns/json
|
||||
md5 181e11935c78965de2b2b7b0e5efba8d aiodns-3.0.0.tar.gz
|
||||
sha256 946bdfabe743fceeeb093c8a010f5d1645f708a241be849e17edfb0e49e08cd6 aiodns-3.0.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 eb0455d35129425ed399883cd710923de3e246a510e2eb84d9f00032d0bbec97 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aiodns
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIODNS_VERSION = 3.0.0
|
||||
PYTHON_AIODNS_SOURCE = aiodns-$(PYTHON_AIODNS_VERSION).tar.gz
|
||||
PYTHON_AIODNS_SITE = https://files.pythonhosted.org/packages/27/79/df72e25df0fdd9bf5a5ab068539731d27c5f2ae5654621ae0c92ceca94cf
|
||||
PYTHON_AIODNS_SETUP_TYPE = setuptools
|
||||
PYTHON_AIODNS_LICENSE = MIT
|
||||
PYTHON_AIODNS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user