diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest index 3aa7bda3d6..12b9fd9449 100644 --- a/dev-python/httpcore/Manifest +++ b/dev-python/httpcore/Manifest @@ -1 +1,2 @@ DIST httpcore-1.0.8.tar.gz 85385 BLAKE2B d65d9f6e4bcc0c3d04b984ec9b01d10351819f6c93114a38194d1757ca8c0c551ee1b1b581bd0d88512de92d964e6607e75c6390c3a7fa81b256c3fd0f72c47c SHA512 3ee9f79c3e0c8779cf138f084b4bc4f73543dc8707c4b81c1eab3f6f33e79f2656c0b8d4fac1a4ada560f2f5e011bd67370504397040cb29d520e990930f508a +DIST httpcore-1.0.9.tar.gz 85484 BLAKE2B 8153f43d5c9cec266c6a8ca745f8359fb7fab3bd1d198feb260b7827ec38b5f2bb8f84467860c519055f82a0d09c3d48f730d154870e2fbb6e84625a79c2911b SHA512 4d9022a25bfad46a933ae0fa86be799faf961a52020cc633800cf713d5bc6e1e344dc1c4be2ca889d2ca8fa25620a2b2eabd83e8539aec23c9e92829e94ad262 diff --git a/dev-python/httpcore/httpcore-1.0.9.ebuild b/dev-python/httpcore/httpcore-1.0.9.ebuild new file mode 100644 index 0000000000..33d3db3223 --- /dev/null +++ b/dev-python/httpcore/httpcore-1.0.9.ebuild @@ -0,0 +1,24 @@ +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3+ ) +DISTUTILS_USE_PEP517="hatchling" +inherit distutils-r1 + +DESCRIPTION="A minimal low-level HTTP client." +HOMEPAGE="None https://pypi.org/project/httpcore/" +SRC_URI="https://files.pythonhosted.org/packages/06/94/82699a10bca87a5556c9c59b5963f2d039dbd239f25bc2a63907a05a14cb/httpcore-1.0.9.tar.gz -> httpcore-1.0.9.tar.gz" + +DEPEND="" +RDEPEND=" + dev-python/h11[${PYTHON_USEDEP}] + dev-python/sniffio[${PYTHON_USEDEP}] + dev-python/anyio[${PYTHON_USEDEP}] + dev-python/certifi[${PYTHON_USEDEP}] + dev-python/h2[${PYTHON_USEDEP}]" +IUSE="" +SLOT="0" +LICENSE="BSD" +KEYWORDS="*" +S="${WORKDIR}/httpcore-1.0.9" \ No newline at end of file