diff options
author | 2021-02-24 19:47:19 +0100 | |
---|---|---|
committer | 2021-02-24 19:47:19 +0100 | |
commit | 8c501e2d1240b9abe48df652da643e95b1d3e9cc (patch) | |
tree | 1b4f18b5f4840364b9e4ddf3de0b62ad006660fa /dev-python/httpx/httpx-0.16.1.ebuild | |
parent | dev-vcs/lazygit: drop old 0.20.9, 0.22.9 (diff) | |
download | guru-8c501e2d1240b9abe48df652da643e95b1d3e9cc.tar.gz guru-8c501e2d1240b9abe48df652da643e95b1d3e9cc.tar.bz2 guru-8c501e2d1240b9abe48df652da643e95b1d3e9cc.zip |
dev-python/{gssapi,httpcore,httpx,uvicorn}: moved to ::gentoo
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python/httpx/httpx-0.16.1.ebuild')
-rw-r--r-- | dev-python/httpx/httpx-0.16.1.ebuild | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/dev-python/httpx/httpx-0.16.1.ebuild b/dev-python/httpx/httpx-0.16.1.ebuild deleted file mode 100644 index 8e65c5b4..00000000 --- a/dev-python/httpx/httpx-0.16.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -DOCS_BUILDER="mkdocs" -DOCS_DEPEND="dev-python/mkdocs-material" -DOCS_AUTODOC=1 - -inherit distutils-r1 docs - -DESCRIPTION="A next generation HTTP client for Python" -HOMEPAGE=" - https://www.python-httpx.org - https://github.com/encode/httpx - https://pypi.org/project/httpx -" -SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -# lots of these -# request() got an unexpected keyword argument 'ext' -RESTRICT="test" - -RDEPEND=" - dev-python/certifi[${PYTHON_USEDEP}] - dev-python/chardet[${PYTHON_USEDEP}] - dev-python/hstspreload[${PYTHON_USEDEP}] - ~dev-python/httpcore-0.10.1[${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}] -" - -DEPEND="test? ( - dev-python/attrs[${PYTHON_USEDEP}] - dev-python/brotlipy[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/pytest-trio[${PYTHON_USEDEP}] - dev-python/trio[${PYTHON_USEDEP}] - dev-python/trustme[${PYTHON_USEDEP}] - dev-python/uvicorn[${PYTHON_USEDEP}] -)" - -distutils_enable_tests pytest - -python_prepare_all() { - # do not depend on pytest-cov - sed -i -e '/addopts/d' setup.cfg || die - - distutils-r1_python_prepare_all -} |