commit: cc5c9d675d6daba60c4dcdc4e0c8211bbeae45d1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 14 16:03:16 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 14 16:03:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5c9d67
net-proxy/mitmproxy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-proxy/mitmproxy/Manifest | 2 -
net-proxy/mitmproxy/mitmproxy-11.0.2.ebuild | 86 ----------------------------
net-proxy/mitmproxy/mitmproxy-12.1.1.ebuild | 87 -----------------------------
3 files changed, 175 deletions(-)
diff --git a/net-proxy/mitmproxy/Manifest b/net-proxy/mitmproxy/Manifest
index 026faccf812d..f0d8d235ebac 100644
--- a/net-proxy/mitmproxy/Manifest
+++ b/net-proxy/mitmproxy/Manifest
@@ -1,3 +1 @@
-DIST mitmproxy-11.0.2.gh.tar.gz 31029894 BLAKE2B
b43ca5739fdb165aa30afa9d6eb5e8b205dfe5f3fdfed19393f1cf37d6c5a17fdacd5cf252ec8732f243652e918c6b75110677294c594109d61c51e7c0b02352
SHA512
483ac0ce3df39bf718a6762dceda0a0e3357734cf3678be87b01d489ad2f8fa7e2d8727b9db7470e4e6c8c5996bbf7641dfd1319aa5844f793d408870d6bb5ff
-DIST mitmproxy-12.1.1.gh.tar.gz 31145758 BLAKE2B
00d3d1f4e0e071d91a014e8b68ad69a373dc5efed5b0e4c5a8cc664110c1d21ac441dcf5635072b035f4573b292a2d933b6760e2323e466186a21bbe54217a7d
SHA512
260d424a003b046686e12f11bb19c1b63610f83759e379590f22e6d08040d9335d6dfb62c8bcb2908d09699ba9f9a7ab29f972739210c5345a5146ccf00fe56d
DIST mitmproxy-12.1.2.gh.tar.gz 31161408 BLAKE2B
a09b71b99fc1504d22bd1ed5632f25ea0383e7b774d306f6731e343ddd1bdc95faae825e0271d1e821a92b1fe689cf1571e0db680366c8d1d1cc1387fe9ecc42
SHA512
9c2fa710fa92c702fb9282cd8649274aff79c46cec2ae1d90177bed77ca07239886f8bb71f09f480ac9fe1143fd078df639375983f5cd298c8d906eba1b07d84
diff --git a/net-proxy/mitmproxy/mitmproxy-11.0.2.ebuild
b/net-proxy/mitmproxy/mitmproxy-11.0.2.ebuild
deleted file mode 100644
index 9fdaefb88aef..000000000000
--- a/net-proxy/mitmproxy/mitmproxy-11.0.2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="An interactive, SSL-capable, man-in-the-middle HTTP proxy"
-HOMEPAGE="
- https://mitmproxy.org/
- https://github.com/mitmproxy/mitmproxy/
- https://pypi.org/project/mitmproxy/
-"
-SRC_URI="
- https://github.com/mitmproxy/mitmproxy/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-
-RDEPEND="
- >=app-arch/brotli-1.0.0[python,${PYTHON_USEDEP}]
- >=dev-python/aioquic-1.1.0[${PYTHON_USEDEP}]
- >=dev-python/asgiref-3.2.10[${PYTHON_USEDEP}]
- >=dev-python/certifi-2019.9.11[${PYTHON_USEDEP}]
- >=dev-python/cryptography-42.0[${PYTHON_USEDEP}]
- >=dev-python/flask-3.0[${PYTHON_USEDEP}]
- >=dev-python/h2-4.1.0[${PYTHON_USEDEP}]
- >=dev-python/hyperframe-6.0.0[${PYTHON_USEDEP}]
- >=dev-python/kaitaistruct-0.10[${PYTHON_USEDEP}]
- >=dev-python/ldap3-2.8[${PYTHON_USEDEP}]
- >=net-proxy/mitmproxy-rs-0.10.7[${PYTHON_USEDEP}]
- >=dev-python/msgpack-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/passlib-1.6.5[${PYTHON_USEDEP}]
- >=dev-python/publicsuffix2-2.20190812[${PYTHON_USEDEP}]
- >=dev-python/pyopenssl-22.1[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.4.2[${PYTHON_USEDEP}]
- >=dev-python/pyperclip-1.9.0[${PYTHON_USEDEP}]
- >=dev-python/ruamel-yaml-0.16[${PYTHON_USEDEP}]
- >=dev-python/sortedcontainers-2.3.0[${PYTHON_USEDEP}]
- >=dev-python/tornado-6.4.1[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/typing-extensions-4.3[${PYTHON_USEDEP}]
- ' 3.10)
- >=dev-python/urwid-2.6.14[${PYTHON_USEDEP}]
- >=dev-python/wsproto-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/zstandard-0.15.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- test? (
- >=dev-python/click-7.0[${PYTHON_USEDEP}]
- >=dev-python/hypothesis-6.104.2[${PYTHON_USEDEP}]
- >=dev-python/pytest-asyncio-0.23.6[${PYTHON_USEDEP}]
- >=dev-python/requests-2.9.1[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
-
- # unpin dependencies
- sed -i -r -e 's:,?<=?[0-9.]+,?::' pyproject.toml || die
-}
-
-python_test() {
- local EPYTEST_DESELECT=(
- # TODO
- test/mitmproxy/addons/test_termlog.py::test_cannot_print
-
- # requires root?
- test/mitmproxy/proxy/test_mode_servers.py::test_tun_mode
- )
-
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest -p asyncio
-}
diff --git a/net-proxy/mitmproxy/mitmproxy-12.1.1.ebuild
b/net-proxy/mitmproxy/mitmproxy-12.1.1.ebuild
deleted file mode 100644
index b45f29354b20..000000000000
--- a/net-proxy/mitmproxy/mitmproxy-12.1.1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{12..13} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="An interactive, SSL-capable, man-in-the-middle HTTP proxy"
-HOMEPAGE="
- https://mitmproxy.org/
- https://github.com/mitmproxy/mitmproxy/
- https://pypi.org/project/mitmproxy/
-"
-SRC_URI="
- https://github.com/mitmproxy/mitmproxy/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
- >=app-arch/brotli-1.0.0[python,${PYTHON_USEDEP}]
- >=dev-python/aioquic-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/argon2-cffi-23.1.0[${PYTHON_USEDEP}]
- >=dev-python/asgiref-3.2.10[${PYTHON_USEDEP}]
- >=dev-python/certifi-2019.9.11[${PYTHON_USEDEP}]
- >=dev-python/cryptography-42.0[${PYTHON_USEDEP}]
- >=dev-python/flask-3.0[${PYTHON_USEDEP}]
- >=dev-python/h11-0.16.0[${PYTHON_USEDEP}]
- >=dev-python/h2-4.1.0[${PYTHON_USEDEP}]
- >=dev-python/hyperframe-6.0.0[${PYTHON_USEDEP}]
- >=dev-python/kaitaistruct-0.10[${PYTHON_USEDEP}]
- >=dev-python/ldap3-2.8[${PYTHON_USEDEP}]
- <net-proxy/mitmproxy-rs-0.13[${PYTHON_USEDEP}]
- >=net-proxy/mitmproxy-rs-0.12.3[${PYTHON_USEDEP}]
- >=dev-python/msgpack-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/passlib-1.6.5[${PYTHON_USEDEP}]
- >=dev-python/publicsuffix2-2.20190812[${PYTHON_USEDEP}]
- >=dev-python/pyopenssl-24.3[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.4.2[${PYTHON_USEDEP}]
- >=dev-python/pyperclip-1.9.0[${PYTHON_USEDEP}]
- >=dev-python/ruamel-yaml-0.18.10[${PYTHON_USEDEP}]
- >=dev-python/sortedcontainers-2.3.0[${PYTHON_USEDEP}]
- >=dev-python/tornado-6.5.1[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/typing-extensions-4.13.2[${PYTHON_USEDEP}]
- ' 3.12)
- >=dev-python/urwid-2.6.14[${PYTHON_USEDEP}]
- >=dev-python/wsproto-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/zstandard-0.15.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- test? (
- >=dev-python/click-7.0[${PYTHON_USEDEP}]
- >=dev-python/hypothesis-6.104.2[${PYTHON_USEDEP}]
- <dev-python/pytest-asyncio-1[${PYTHON_USEDEP}]
- >=dev-python/pytest-asyncio-0.23.6[${PYTHON_USEDEP}]
- >=dev-python/requests-2.9.1[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
-
- # unpin dependencies
- sed -i -r -e 's:,?<=?[0-9.]+,?::' pyproject.toml || die
-}
-
-python_test() {
- local EPYTEST_DESELECT=(
- # requires root?
- test/mitmproxy/proxy/test_mode_servers.py::test_tun_mode
- )
-
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest -p asyncio
-}