From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
Date: Sun, 20 Apr 2025 11:43:00 +0000 (UTC) [thread overview]
Message-ID: <1745149375.d54cb1a06e3455305c3fdbe27160014f26ef1a8b.mgorny@gentoo> (raw)
commit: d54cb1a06e3455305c3fdbe27160014f26ef1a8b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 15 06:06:59 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 11:42:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54cb1a0
net-proxy/mitmproxy-rs: Bump to 0.11.5
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-proxy/mitmproxy-rs/Manifest | 2 +
net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.5.ebuild | 53 +++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/net-proxy/mitmproxy-rs/Manifest b/net-proxy/mitmproxy-rs/Manifest
index 4f5ab6feb343..ffcc149edd2e 100644
--- a/net-proxy/mitmproxy-rs/Manifest
+++ b/net-proxy/mitmproxy-rs/Manifest
@@ -1,4 +1,6 @@
DIST boringtun-e3252d9c4f4c8fc628995330f45369effd4660a1.gh.tar.gz 219190 BLAKE2B d20cb9619cee7d2f8db118deb14c13ddc1ec1574902f1fa24d2cebc5d2838f95ab3fb252413616d8af4d4d362b2031fdd447021bde4baf554cb8c7eb68cee77b SHA512 3dd2bdcc2e94714b448df72eab54bfddb9e436a4799fe0b266777b3bac5debdeb4495f31495736c98f86725921758ccbdd0c25a2404e4a4472dd8c6d14771b7c
DIST mitmproxy-rs-0.11.1-crates.tar.xz 40875272 BLAKE2B d033617908ac719962483b13d4f18a4470cdcaaf953246e7b63a6cc0fb78bdb7459e7fb81b9bff520b2f30edc7720df435a42a1da9efe8a893954c8afea042e5 SHA512 639319cf7163832b7f8aa44733ed50e8d429a73bd3458c0a40e4e86b4a2c03567f40cf9f1df045f7c0d880a63578132efe2791934e43427b57abd44e4e7f52e6
DIST mitmproxy_rs-0.11.1.tar.gz 1184746 BLAKE2B 6e4b7f1c50d45821664e7c448398e5497b33310b0ecc268fa2ed5d4559a8a51f47e76366d939edda9b9923f2aaeb3205646bbc995ba45b068600926a9a6d1d6a SHA512 c72e8c36bc7de6a34cc99eb0cbc1cc3deb6c51d994e9e56acbb02803846fd87f6b671889b1b8c019ac7e84ecdf8939cda5bc62f5f5bd1dacdb53f75c9f1fb1c4
+DIST mitmproxy_rs-0.11.5-crates.tar.xz 50121936 BLAKE2B 1f4645c44c42b904c300661b4314c0245e16a6bec6cdc7198d38e0492cccc4704cfdf479c5943ab73b6806ad62f9385289b5a7e9cee582d3e0def8381dac5869 SHA512 70facfa58bc45e2e0ee854b8d3fbd53818a93b319a117019f4713ab15793e065ea263ad6edae5086938755433c20756c7d23c3b023451e4cc052f2a98f956f60
+DIST mitmproxy_rs-0.11.5.tar.gz 1296760 BLAKE2B e7a0003b6657ff0e5d853219b1f5d847464207ee988d07e91c65a6a0c7d44e3a5603cf60dea9de1de7c50f1be0b153f5540431686c3be22b7873d2ed8907e845 SHA512 bcc106078e7e887e381ccee5e8e9753d023da3b5eb01e49c2121d5102094425e6a66be0c30e03f6be24d4c797983a434f063a5b7736fc8c7e7ddaa30ca0d94b1
DIST smoltcp-ef67e7b46cabf49783053cbf68d8671ed97ff8d4.gh.tar.gz 334018 BLAKE2B 48c906c3c37ba691fee9889ce526cf5d4426b087fcf284eaecb934a349d6eb3da971dd2de172f3a29bfcd05f5a5449de015342feb0add23ac490e9a9f8b6fce1 SHA512 72020f063215ff5cede1fac6d9f17251f3dfa684b1f7a1c27700a629221e928859d02d099e1382ae82e66165dc83ea54baa3e907109d8cd58b90c93b58b71d45
diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.5.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.5.ebuild
new file mode 100644
index 000000000000..059c30f7a51f
--- /dev/null
+++ b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.5.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+"
+
+declare -A GIT_CRATES=(
+ [boringtun]='https://github.com/cloudflare/boringtun;e3252d9c4f4c8fc628995330f45369effd4660a1;boringtun-%commit%/boringtun'
+)
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=maturin
+PYTHON_COMPAT=( python3_{12..13} )
+RUST_MIN_VER=1.85.0
+
+inherit cargo distutils-r1 pypi
+
+DESCRIPTION="mitmproxy's Rust bits"
+HOMEPAGE="
+ https://github.com/mitmproxy/mitmproxy_rs/
+ https://pypi.org/project/mitmproxy-rs/
+"
+SRC_URI+="
+ ${CARGO_CRATE_URIS}
+ https://github.com/gentoo-crate-dist/mitmproxy_rs/releases/download/v${PV}/${P/-/_}-crates.tar.xz
+"
+
+LICENSE="MIT"
+# Dependent crate licenses
+LICENSE+="
+ 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC
+ LGPL-3+ MIT Unicode-3.0 WTFPL-2 ZLIB
+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ ~net-proxy/mitmproxy-linux-${PV}[${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # replace upstream crate substitution with our crate substitution, sigh
+ local bor_dep=$(grep ^boringtun "${ECARGO_HOME}"/config.toml || die)
+ sed -i -e "/boringtun/s;^.*$;${bor_dep};" Cargo.toml || die
+}
+
+python_test() {
+ cargo_src_test --manifest-path mitmproxy-rs/Cargo.toml
+}
next reply other threads:[~2025-04-20 11:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-20 11:43 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-24 8:51 [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/ Michał Górny
2025-05-17 11:38 Sam James
2025-05-17 11:38 Sam James
2025-04-30 5:36 Michał Górny
2025-04-20 11:50 Michał Górny
2025-01-25 11:01 Arthur Zamarin
2025-01-04 16:17 Sam James
2025-01-03 19:27 Michał Górny
2025-01-03 5:47 Michał Górny
2024-12-31 16:01 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1745149375.d54cb1a06e3455305c3fdbe27160014f26ef1a8b.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox