diff options
author | 2021-02-17 19:32:13 +0100 | |
---|---|---|
committer | 2021-02-17 19:32:13 +0100 | |
commit | 551c20dabdcbc42d137b8d94ff5903e6b4895c39 (patch) | |
tree | 76b1085a410194075410d17e4ebf93ca7ade49b0 /dev-python/httpcore/httpcore-0.12.2.ebuild | |
parent | dev-python/anyio: add py3.8 and py3.9 (diff) | |
download | guru-551c20dabdcbc42d137b8d94ff5903e6b4895c39.tar.gz guru-551c20dabdcbc42d137b8d94ff5903e6b4895c39.tar.bz2 guru-551c20dabdcbc42d137b8d94ff5903e6b4895c39.zip |
dev-python/httpcore: add py3.9
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python/httpcore/httpcore-0.12.2.ebuild')
-rw-r--r-- | dev-python/httpcore/httpcore-0.12.2.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/httpcore/httpcore-0.12.2.ebuild b/dev-python/httpcore/httpcore-0.12.2.ebuild deleted file mode 100644 index a59caa84..00000000 --- a/dev-python/httpcore/httpcore-0.12.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) - -DOCS_BUILDER="mkdocs" -DOCS_DEPEND="dev-python/mkdocs-material" -DOCS_AUTODOC=1 - -inherit distutils-r1 docs - -DESCRIPTION="A minimal HTTP client" -HOMEPAGE=" - https://github.com/encode/httpcore - https://pypi.org/project/httpcore -" -SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# httpcore.ConnectError: [Errno 16] Device or resource busy -RESTRICT="test" - -RDEPEND=" - >=dev-python/curio-1.4[${PYTHON_USEDEP}] - <dev-python/h11-1[${PYTHON_USEDEP}] - >=dev-python/hyper-h2-3[${PYTHON_USEDEP}] - <dev-python/hyper-h2-5[${PYTHON_USEDEP}] - >=dev-python/sniffio-1[${PYTHON_USEDEP}] - <dev-python/sniffio-2[${PYTHON_USEDEP}] - >=dev-python/trio-0.17.0[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} - test? ( - >=dev-python/anyio-2.0.2[${PYTHON_USEDEP}] - >=dev-python/hypercorn-0.11.1[${PYTHON_USEDEP}] - >=dev-python/pproxy-2.3.7[${PYTHON_USEDEP}] - >=dev-python/pytest-trio-0.7.0[${PYTHON_USEDEP}] - >=dev-python/trustme-0.6.0[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |