From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/httpcore/Manifest | 1 + dev-python/httpcore/httpcore-1.0.9-r1.ebuild | 69 ++++++++++++++++++++++++++++ dev-python/httpcore/metadata.xml | 13 ++++++ 3 files changed, 83 insertions(+) create mode 100644 dev-python/httpcore/Manifest create mode 100644 dev-python/httpcore/httpcore-1.0.9-r1.ebuild create mode 100644 dev-python/httpcore/metadata.xml (limited to 'dev-python/httpcore') diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest new file mode 100644 index 000000000000..2caa911d5383 --- /dev/null +++ b/dev-python/httpcore/Manifest @@ -0,0 +1 @@ +DIST httpcore-1.0.9.gh.tar.gz 100038 BLAKE2B bc2208622c1716fbf5a5a4a0baa04f2f5e5c296fd997a6904d776b92bb785128f4c53cd2f78c17c8b06a6efe689f3c9f837e74440c9588d095842d5497ce0eea SHA512 0a1300d9c887dda66b4ac0739406daacd274c1137163b79dd8997a5928438c5b4b130a347e08016a2554bef73aad14225cd5786ff13e932e8d2fb48a4e7245ae diff --git a/dev-python/httpcore/httpcore-1.0.9-r1.ebuild b/dev-python/httpcore/httpcore-1.0.9-r1.ebuild new file mode 100644 index 000000000000..88425338dfbd --- /dev/null +++ b/dev-python/httpcore/httpcore-1.0.9-r1.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 optfeature + +DESCRIPTION="A minimal low-level HTTP client" +HOMEPAGE=" + https://www.encode.io/httpcore/ + https://github.com/encode/httpcore/ + https://pypi.org/project/httpcore/ +" +SRC_URI=" + https://github.com/encode/httpcore/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" + +RDEPEND=" + =dev-python/h11-0.16[${PYTHON_USEDEP}] + + + + + python@gentoo.org + Python + + + + https://github.com/encode/httpcore/issues + + baldeagleos-repo + -- cgit v1.3.1