summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-02 10:26:42 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-02 10:29:31 +0100
commit4fa6a00d9482344826bfd1380b279195223031bf (patch)
tree00bf109fe9ee0471d72e20525dde509ba87f8092 /dev-python/h11/h11-0.12.0.ebuild
parentdev-python/pyocr: Bump to 0.8 (diff)
downloadgentoo-4fa6a00d9482344826bfd1380b279195223031bf.tar.gz
gentoo-4fa6a00d9482344826bfd1380b279195223031bf.tar.bz2
gentoo-4fa6a00d9482344826bfd1380b279195223031bf.zip
dev-python/h11: Bump to 0.12.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/h11/h11-0.12.0.ebuild')
-rw-r--r--dev-python/h11/h11-0.12.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/h11/h11-0.12.0.ebuild b/dev-python/h11/h11-0.12.0.ebuild
new file mode 100644
index 000000000000..dc980ef6f013
--- /dev/null
+++ b/dev-python/h11/h11-0.12.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..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.org/project/h11/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest