summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-27 08:48:05 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-27 09:18:29 +0200
commit2a20ff612341f0e6a50c7e8c0df1de0bb278ea48 (patch)
tree3d552a2c4bd4c59ee8b944cbe1edf903e5a12245 /dev-python/h11/h11-0.9.0.ebuild
parentpackage.mask: Last rite dev-python/asynctest (diff)
downloadgentoo-2a20ff612341f0e6a50c7e8c0df1de0bb278ea48.tar.gz
gentoo-2a20ff612341f0e6a50c7e8c0df1de0bb278ea48.tar.bz2
gentoo-2a20ff612341f0e6a50c7e8c0df1de0bb278ea48.zip
dev-python/h11: Bump to 0.9.0
Closes: https://bugs.gentoo.org/696646 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/h11/h11-0.9.0.ebuild')
-rw-r--r--dev-python/h11/h11-0.9.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/h11/h11-0.9.0.ebuild b/dev-python/h11/h11-0.9.0.ebuild
new file mode 100644
index 000000000000..42d541a4f8ba
--- /dev/null
+++ b/dev-python/h11/h11-0.9.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} )
+
+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