package/python-h11: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
aa7d11a2ad
commit
71c1324940
@ -1380,6 +1380,7 @@ F: package/python-flatbuffers/
|
||||
F: package/python-fonttools/
|
||||
F: package/python-frozenlist/
|
||||
F: package/python-greenlet/
|
||||
F: package/python-h11/
|
||||
F: package/python-hatchling/
|
||||
F: package/python-hatch-fancy-pypi-readme/
|
||||
F: package/python-hatch-vcs/
|
||||
|
@ -1071,6 +1071,7 @@ menu "External python modules"
|
||||
source "package/python-gpiozero/Config.in"
|
||||
source "package/python-greenlet/Config.in"
|
||||
source "package/python-gunicorn/Config.in"
|
||||
source "package/python-h11/Config.in"
|
||||
source "package/python-h2/Config.in"
|
||||
source "package/python-hiredis/Config.in"
|
||||
source "package/python-hpack/Config.in"
|
||||
|
7
package/python-h11/Config.in
Normal file
7
package/python-h11/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_H11
|
||||
bool "python-h11"
|
||||
help
|
||||
A pure-Python, bring-your-own-I/O implementation of
|
||||
HTTP/1.1.
|
||||
|
||||
https://github.com/python-hyper/h11
|
5
package/python-h11/python-h11.hash
Normal file
5
package/python-h11/python-h11.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/h11/json
|
||||
md5 84c33fc0aa1f868928114c4d02c43dc2 h11-0.14.0.tar.gz
|
||||
sha256 8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d h11-0.14.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 37db5bb85926db28a427a25867f10b1232003aea1be69ccb851138adb8e6f361 LICENSE.txt
|
14
package/python-h11/python-h11.mk
Normal file
14
package/python-h11/python-h11.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-h11
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_H11_VERSION = 0.14.0
|
||||
PYTHON_H11_SOURCE = h11-$(PYTHON_H11_VERSION).tar.gz
|
||||
PYTHON_H11_SITE = https://files.pythonhosted.org/packages/f5/38/3af3d3633a34a3316095b39c8e8fb4853a28a536e55d347bd8d8e9a14b03
|
||||
PYTHON_H11_SETUP_TYPE = setuptools
|
||||
PYTHON_H11_LICENSE = MIT
|
||||
PYTHON_H11_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
Loading…
Reference in New Issue
Block a user