From 5234afa061322995ac891a28634ff863eff99e12 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 3 Feb 2020 18:46:30 +0100 Subject: [PATCH] dev-python/httpx: A next generation HTTP client for Python Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan --- dev-python/httpx/Manifest | 1 + dev-python/httpx/httpx-0.11.1.ebuild | 27 +++++++++++++++++++++++++++ dev-python/httpx/metadata.xml | 9 +++++++++ 3 files changed, 37 insertions(+) create mode 100644 dev-python/httpx/Manifest create mode 100644 dev-python/httpx/httpx-0.11.1.ebuild create mode 100644 dev-python/httpx/metadata.xml diff --git a/dev-python/httpx/Manifest b/dev-python/httpx/Manifest new file mode 100644 index 0000000000..6146f31164 --- /dev/null +++ b/dev-python/httpx/Manifest @@ -0,0 +1 @@ +DIST httpx-0.11.1.tar.gz 65974 BLAKE2B fabf6f8e9b48ad3ccc79c72c42ad007819a065d74c8c0d7225550cc2e223626b896b57378ad989c7f04b17e70d1941873addcec2507afefde0801f4eaa6d3f43 SHA512 0203d348739b450fec1f386778136f8591d0177f58eff68d3887348f1e379bfd7da98b87a80b195d023ce17e1442989a52765704be18088166593211a23b84ad diff --git a/dev-python/httpx/httpx-0.11.1.ebuild b/dev-python/httpx/httpx-0.11.1.ebuild new file mode 100644 index 0000000000..0e11ec8124 --- /dev/null +++ b/dev-python/httpx/httpx-0.11.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="A next generation HTTP client for Python" +HOMEPAGE="https://www.python-httpx.org + https://github.com/encode/httpx" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +RDEPEND="dev-python/certifi[${PYTHON_USEDEP}] + dev-python/chardet[${PYTHON_USEDEP}] + dev-python/hstspreload[${PYTHON_USEDEP}] + dev-python/hyper-h2[${PYTHON_USEDEP}] + dev-python/h11[${PYTHON_USEDEP}] + dev-python/idna[${PYTHON_USEDEP}] + dev-python/rfc3986[${PYTHON_USEDEP}] + dev-python/sniffio[${PYTHON_USEDEP}] + dev-python/urllib3[${PYTHON_USEDEP}]" diff --git a/dev-python/httpx/metadata.xml b/dev-python/httpx/metadata.xml new file mode 100644 index 0000000000..628ab20176 --- /dev/null +++ b/dev-python/httpx/metadata.xml @@ -0,0 +1,9 @@ + + + + + + andrewammerlaan@riseup.net + Andrew Ammerlaan + +