From 8e3281f71945b4cccca5a44f2f467f3bff4ac45c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 6 Jul 2023 10:13:38 +0100 Subject: gentoo auto-resync : 06:07:2023 - 10:13:38 --- dev-python/httpcore/Manifest | 2 ++ dev-python/httpcore/httpcore-0.17.3.ebuild | 48 ++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 dev-python/httpcore/httpcore-0.17.3.ebuild (limited to 'dev-python/httpcore') diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest index 4fbe326a883e..506ed5012f8b 100644 --- a/dev-python/httpcore/Manifest +++ b/dev-python/httpcore/Manifest @@ -1,3 +1,5 @@ DIST httpcore-0.17.2.gh.tar.gz 85086 BLAKE2B 74f748c0135cbd0551b3d1cf22b655e9d8e26f517790d08e9cb10f10cc7eecc09187e755e429fd9620f6f845be1abc3a7fde2a4d8ce557d57296d1777aaebc81 SHA512 429451323b31006eddae88b2f5575bb4b672206056d466e274f0667c185f196bedc06e82ed3a824836d56360004ba368370bca88656c3c998d61f7382c990296 +DIST httpcore-0.17.3.gh.tar.gz 91500 BLAKE2B 65e6ac917f215fb3c2f6651633db29cf58b7c936b1554102bb1c2e777a289527d44472c2b92fb7c62e7e1a812a1cf9573796051f90ea088dc37fcc2052dfe10b SHA512 41f48d32caa7d7a3456528404392a257927d047f0a1c733e2a68c0fec97c7454c7f8d7d1b6851c5722cfac292dfaa478a4033c656e66d389c81c72dee8e7a7d2 EBUILD httpcore-0.17.2.ebuild 1168 BLAKE2B 6406a80927fef46e2fc4aa55039e426d01313059f7ccf85c9946a5db7aaa3dae418233bd954d540a6bcb45014227b45b87a0c1f040ead23a62415927e5800d8a SHA512 1097c0bea70f9872c359decdc20b9e146dd2cc4c567fe1750ff578325107ffc148c54320730dace3100c0ab320086ae1360d1a36ea21730082116edaac304eae +EBUILD httpcore-0.17.3.ebuild 1176 BLAKE2B e3a660b86199bdfa226e312960d7f699f06de776714efb5b692f3e26659fe7c99d54701b29f8deb7f050bf1ed9b598165e21c682397dbf588d77adfd55d926d8 SHA512 392e730f8928f86de682df04504f4fe799bc71de44171d84f70fefa05bf53e360cce60ab44454e75d26514e843d03f27b54cf24e20d09692bec484c471689af2 MISC metadata.xml 454 BLAKE2B f8a48d9ab81e5f74623dd0c8490e5de5cc711fda7f4614932e7ac6caa80bd23436037ddf9327d6bddc3d39c8b601b4ee74a85c0a10bacb20514cbf8278e34d1f SHA512 af962141bd55f51b27e0d4b61bcf7d5426e816df4f8c65be257d8fddd597664afe04e78ebe7e11caaebf06ae4fe17b88f568dc440403865ba6b8e3b47d796aa6 diff --git a/dev-python/httpcore/httpcore-0.17.3.ebuild b/dev-python/httpcore/httpcore-0.17.3.ebuild new file mode 100644 index 000000000000..d875f7d31179 --- /dev/null +++ b/dev-python/httpcore/httpcore-0.17.3.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +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 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" +