package/python-sniffio: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
14d301cbb6
commit
e72cca9b2b
@ -1396,6 +1396,7 @@ F: package/python-pypa-build/
|
||||
F: package/python-pyphen/
|
||||
F: package/python-rtoml/
|
||||
F: package/python-snappy/
|
||||
F: package/python-sniffio/
|
||||
F: package/python-sockjs/
|
||||
F: package/python-terminaltables/
|
||||
F: package/python-tinycss2/
|
||||
|
@ -1280,6 +1280,7 @@ menu "External python modules"
|
||||
source "package/python-smbus-cffi/Config.in"
|
||||
source "package/python-smmap2/Config.in"
|
||||
source "package/python-snappy/Config.in"
|
||||
source "package/python-sniffio/Config.in"
|
||||
source "package/python-socketio/Config.in"
|
||||
source "package/python-sockjs/Config.in"
|
||||
source "package/python-sortedcontainers/Config.in"
|
||||
|
6
package/python-sniffio/Config.in
Normal file
6
package/python-sniffio/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_SNIFFIO
|
||||
bool "python-sniffio"
|
||||
help
|
||||
Sniff out which async library your code is running under.
|
||||
|
||||
https://github.com/python-trio/sniffio
|
7
package/python-sniffio/python-sniffio.hash
Normal file
7
package/python-sniffio/python-sniffio.hash
Normal file
@ -0,0 +1,7 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/sniffio/json
|
||||
md5 abb96bcda81817d6c632915c53ac29c8 sniffio-1.3.0.tar.gz
|
||||
sha256 e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101 sniffio-1.3.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 652c878488d1456361e08c3f8607fd7ba59892a14103d15cce4ff93c85b5cc8b LICENSE
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.APACHE2
|
||||
sha256 3e6dae555eb92787fc82d1d48355677f454c7f65aeb38d3f9e72bf9a3daf034b LICENSE.MIT
|
14
package/python-sniffio/python-sniffio.mk
Normal file
14
package/python-sniffio/python-sniffio.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-sniffio
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SNIFFIO_VERSION = 1.3.0
|
||||
PYTHON_SNIFFIO_SOURCE = sniffio-$(PYTHON_SNIFFIO_VERSION).tar.gz
|
||||
PYTHON_SNIFFIO_SITE = https://files.pythonhosted.org/packages/cd/50/d49c388cae4ec10e8109b1b833fd265511840706808576df3ada99ecb0ac
|
||||
PYTHON_SNIFFIO_SETUP_TYPE = setuptools
|
||||
PYTHON_SNIFFIO_LICENSE = Apache-2.0 or MIT
|
||||
PYTHON_SNIFFIO_LICENSE_FILES = LICENSE LICENSE.APACHE2 LICENSE.MIT
|
||||
|
||||
$(eval $(python-package))
|
Loading…
Reference in New Issue
Block a user