summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-13 21:37:17 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-13 21:49:32 +0200
commit3aa767e4a3a12182f339d4a64b4f2fc264171d1e (patch)
tree4e60def2aff5fd3aac2142d7c226ebd2493a009e /dev-python/h11
parentdev-python/cmd2: Bump to 1.3.3 (diff)
downloadgentoo-3aa767e4a3a12182f339d4a64b4f2fc264171d1e.tar.gz
gentoo-3aa767e4a3a12182f339d4a64b4f2fc264171d1e.tar.bz2
gentoo-3aa767e4a3a12182f339d4a64b4f2fc264171d1e.zip
dev-python/h11: Bump to 0.10.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/h11')
-rw-r--r--dev-python/h11/Manifest1
-rw-r--r--dev-python/h11/h11-0.10.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/h11/Manifest b/dev-python/h11/Manifest
index 9acc59d1d97c..793bee965c61 100644
--- a/dev-python/h11/Manifest
+++ b/dev-python/h11/Manifest
@@ -1 +1,2 @@
+DIST h11-0.10.0.tar.gz 96120 BLAKE2B d998de143fae86217b47f4e7f535780244bef84233cdb957799ce0540d6315bdffc4c6909d36c74e5d11d83b816f23dce27ac7424c5a235e94aeb70289577add SHA512 c5f6271002d3c9423d6587a1050279d4cb25c6f1a0fee87f8f01c5dbd02b4c4817f1a6b7ea0b92c49a45a1f05a7073c6f4953c9d61d29e341fdd8b0a5f40a0b4
DIST h11-0.9.0.tar.gz 93331 BLAKE2B 46bc596f110d78ad162daaec68b9fa1e3a5ec828b45d66b6067bbdf27a5e81f110a7c1e1d394a4a11d797b9a6ba69d7c9fb182edbf753c5ea1a66f2cd8c01ed7 SHA512 fb323ebf0cc95d89bb7e73cf1f393d2588961ed6dd95630ad692e36f15141ae1de7a0bfe3ef2855f0e9b7c8cf2abba5cf808547bb4bb4d10ebb525122ac63d4a
diff --git a/dev-python/h11/h11-0.10.0.ebuild b/dev-python/h11/h11-0.10.0.ebuild
new file mode 100644
index 000000000000..f61bd104ce99
--- /dev/null
+++ b/dev-python/h11/h11-0.10.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A pure-Python implementation of HTTP/1.1 inspired by hyper-h2"
+HOMEPAGE="https://github.com/python-hyper/h11 https://pypi.python.org/pypi/h11"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest