commit:     657e7b78e76aca3c46bd5d0c7550ea996fab2a76
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 07:46:57 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 07:54:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657e7b78

dev-python/httpcore: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/httpcore/Manifest               |  5 ---
 dev-python/httpcore/httpcore-0.13.7.ebuild | 65 ------------------------------
 dev-python/httpcore/httpcore-0.14.3.ebuild | 34 ----------------
 dev-python/httpcore/httpcore-0.14.4.ebuild | 34 ----------------
 dev-python/httpcore/httpcore-0.14.5.ebuild | 39 ------------------
 dev-python/httpcore/httpcore-0.14.6.ebuild | 41 -------------------
 6 files changed, 218 deletions(-)

diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index 53d6932bdbf9..1a780dabcc57 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -1,6 +1 @@
-DIST httpcore-0.13.7.tar.gz 64734 BLAKE2B 
e6c4b1720ce4bf62689995d3e1c648c4702bb416f3b3586eb8dd2f0cfd2155046e64181c4c04e65f721a5f0fcbc23b5ffd01c2930c7c69d37ee4c36e37b7d0d4
 SHA512 
0cc48828d0710066b3ef89998ec85975285763ac63a8b59106952ef2dac5a02dac71e7e106c4b6ea1022eb4d06a9cb5ee3e634eb564bad49c5508beff75279d6
-DIST httpcore-0.14.3.tar.gz 64650 BLAKE2B 
140c55af60f54ff13db958cecef50af2b8857837c00c2e5b1ec48d8866bc08146f608864a3dcaed0014505ba0ea10b8d457a763ecf434a0d40a2e11debdd4003
 SHA512 
05e92109839c2e2f7ec81fea9507fb15a12d1bf6ae92048170953b1cb0139237b81c892feff1bc3840e06887e8916cadcc4124725874344524e45e3640a00379
-DIST httpcore-0.14.4.tar.gz 68463 BLAKE2B 
cc6c17da3b97c2a8fb9edb0aeb6247904240748645f605b2f3c84194fc06bab10f568ce21b8beaf1dee9a8d68166f1691e00f17e44d89efce0a18a6fbd91d5a5
 SHA512 
4dfb2d0dd10df1de45f4e78ddedddf02bf500a81a0132919894bd5c07f02a2975ce589ba3f6d79dd92ec882128f86f338bd32f35cdecb6618307e446ed369310
-DIST httpcore-0.14.5.tar.gz 74227 BLAKE2B 
8e54b6b40d35a9228b96682d87651a6d3967441b74f3544a21b378620b417b48978f51d25b1980d87fad4748537036c6f2a4751e8b58e622c7c76389ff1afb67
 SHA512 
1705cf83df3ead454065e2ed4c300697c5d0a6609846a3eadfca2af2d9c1578f951c2f4bf3ac018c3cc984d2d2ccd39c4b2de781747588a6116eebe1007afff0
-DIST httpcore-0.14.6.tar.gz 75303 BLAKE2B 
408d140e754cf765809af2549d0ae8a076c63ef9df8358596fd893e2a744c95353fa1f8cadaafc5ca9b4710a87db6c27bdae1f5913f83a7d69c7b9b45192e994
 SHA512 
a3e2474619fec999150c5e2adb475e000b1d2de4ec84a9e93788e816717cd699f0ddc3494ec9e6f07cb1c6a95d74d39a83799ac4fd07d02a8fab72a1253b97ba
 DIST httpcore-0.14.7.gh.tar.gz 75844 BLAKE2B 
50d5fac7f44996cc5a08b4f994c2109b173e5b9fea080c8740309b799421d012a70280a84fffe93e290bf425e5ee6eb1bfcb74aff81fa7e737c21f25019e6664
 SHA512 
6865e97f9b84846bb4e9304ea358b0a28d66fd2d1e244e8a2a439ee446a294ecbc68ac07d5a718fd1c3eceaa44a391d7a8f7f2ca659f1674eb17a90f39987d48

diff --git a/dev-python/httpcore/httpcore-0.13.7.ebuild 
b/dev-python/httpcore/httpcore-0.13.7.ebuild
deleted file mode 100644
index d6cbf811e975..000000000000
--- a/dev-python/httpcore/httpcore-0.13.7.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A minimal low-level HTTP client"
-HOMEPAGE="https://www.encode.io/httpcore/";
-SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="
-       =dev-python/anyio-3*[${PYTHON_USEDEP}]
-       <dev-python/h11-0.13[${PYTHON_USEDEP}]
-       <dev-python/h2-5[${PYTHON_USEDEP}]
-       =dev-python/sniffio-1*[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-               dev-python/trustme[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       # trio is not in the tree, anyio is causing tons of test failures
-       # (probably insisting on using trio)
-       sed -i 's/^@pytest.mark.\(anyio\|trio\)/@pytest.mark.skip/' \
-               tests/async_tests/test_*.py || die
-       sed -i '/^import trio/d' tests/utils.py || die
-       # pproxy is not in the tree, the associated fixture
-       # must be disabled to prevent errors during test setup
-       sed -i 's/def proxy_server().*/&\n    pytest.skip()/' \
-               tests/conftest.py || die
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       local skipped_tests=(
-               # Require Internet access or hypercorn (not in the tree)
-               tests/test_threadsafety.py::test_threadsafe_basic
-               tests/sync_tests/test_interfaces.py::test_http_request
-               tests/sync_tests/test_interfaces.py::test_https_request
-               tests/sync_tests/test_interfaces.py::test_http2_request
-               tests/sync_tests/test_interfaces.py::test_closing_http_request
-               
tests/sync_tests/test_interfaces.py::test_connection_pool_get_connection_info
-               
tests/sync_tests/test_interfaces.py::test_max_keepalive_connections_handled_correctly
-               tests/sync_tests/test_interfaces.py::test_explicit_backend_name
-               tests/sync_tests/test_interfaces.py::test_connection_timeout_tcp
-               
tests/sync_tests/test_interfaces.py::test_broken_socket_detection_many_open_files
-               tests/sync_tests/test_retries.py::test_no_retries
-               tests/sync_tests/test_retries.py::test_retries_exceeded
-               tests/sync_tests/test_retries.py::test_retries_enabled
-               # Require hypercorn
-               tests/sync_tests/test_interfaces.py::test_connection_timeout_uds
-       )
-       epytest ${skipped_tests[@]/#/--deselect }
-}

diff --git a/dev-python/httpcore/httpcore-0.14.3.ebuild 
b/dev-python/httpcore/httpcore-0.14.3.ebuild
deleted file mode 100644
index ddb66b448ee5..000000000000
--- a/dev-python/httpcore/httpcore-0.14.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A minimal low-level HTTP client"
-HOMEPAGE="https://www.encode.io/httpcore/";
-SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="
-       =dev-python/anyio-3*[${PYTHON_USEDEP}]
-       dev-python/certifi[${PYTHON_USEDEP}]
-       <dev-python/h11-0.13[${PYTHON_USEDEP}]
-       <dev-python/h2-5[${PYTHON_USEDEP}]
-       =dev-python/sniffio-1*[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-               dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-               dev-python/pytest-trio[${PYTHON_USEDEP}]
-               dev-python/trio[${PYTHON_USEDEP}]
-               dev-python/trustme[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/httpcore/httpcore-0.14.4.ebuild 
b/dev-python/httpcore/httpcore-0.14.4.ebuild
deleted file mode 100644
index e5dcbd6373f9..000000000000
--- a/dev-python/httpcore/httpcore-0.14.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A minimal low-level HTTP client"
-HOMEPAGE="https://www.encode.io/httpcore/";
-SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-       =dev-python/anyio-3*[${PYTHON_USEDEP}]
-       dev-python/certifi[${PYTHON_USEDEP}]
-       <dev-python/h11-0.13[${PYTHON_USEDEP}]
-       <dev-python/h2-5[${PYTHON_USEDEP}]
-       =dev-python/sniffio-1*[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-               dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-               dev-python/pytest-trio[${PYTHON_USEDEP}]
-               dev-python/trio[${PYTHON_USEDEP}]
-               dev-python/trustme[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/httpcore/httpcore-0.14.5.ebuild 
b/dev-python/httpcore/httpcore-0.14.5.ebuild
deleted file mode 100644
index 09aca91e42a5..000000000000
--- a/dev-python/httpcore/httpcore-0.14.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1 optfeature
-
-DESCRIPTION="A minimal low-level HTTP client"
-HOMEPAGE="https://www.encode.io/httpcore/";
-SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-       =dev-python/anyio-3*[${PYTHON_USEDEP}]
-       dev-python/certifi[${PYTHON_USEDEP}]
-       <dev-python/h11-0.13[${PYTHON_USEDEP}]
-       <dev-python/h2-5[${PYTHON_USEDEP}]
-       =dev-python/sniffio-1*[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-               dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-               dev-python/pytest-trio[${PYTHON_USEDEP}]
-               dev-python/socksio[${PYTHON_USEDEP}]
-               dev-python/trio[${PYTHON_USEDEP}]
-               dev-python/trustme[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
-       optfeature "SOCKs support" dev-python/socksio
-}

diff --git a/dev-python/httpcore/httpcore-0.14.6.ebuild 
b/dev-python/httpcore/httpcore-0.14.6.ebuild
deleted file mode 100644
index 914ec401500b..000000000000
--- a/dev-python/httpcore/httpcore-0.14.6.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="A minimal low-level HTTP client"
-HOMEPAGE="https://www.encode.io/httpcore/";
-SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-       =dev-python/anyio-3*[${PYTHON_USEDEP}]
-       dev-python/certifi[${PYTHON_USEDEP}]
-       <dev-python/h11-0.13[${PYTHON_USEDEP}]
-       <dev-python/h2-5[${PYTHON_USEDEP}]
-       =dev-python/sniffio-1*[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-               dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-               dev-python/pytest-trio[${PYTHON_USEDEP}]
-               dev-python/socksio[${PYTHON_USEDEP}]
-               dev-python/trio[${PYTHON_USEDEP}]
-               dev-python/trustme[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
-       optfeature "SOCKS support" dev-python/socksio
-}

Reply via email to