mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
dev-python/httpcore: new version
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
45
dev-python/httpcore/httpcore-0.12.2.ebuild
Normal file
45
dev-python/httpcore/httpcore-0.12.2.ebuild
Normal file
@@ -0,0 +1,45 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_7 )
|
||||
|
||||
DOCBUILDER="mkdocs"
|
||||
DOCDEPEND="dev-python/mkdocs-material"
|
||||
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"
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user