public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2024-12-31 16:01 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2024-12-31 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8e7fd955035a1e9922bd1e27737fa7e5ddfc8a81
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 15:38:14 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 16:01:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7fd955

net-proxy/mitmproxy-rs: New package, v0.11.1

Needed for net-proxy/mitmproxy bump.

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

 net-proxy/mitmproxy-rs/Manifest                   |  4 ++
 net-proxy/mitmproxy-rs/metadata.xml               | 12 +++++
 net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild | 54 +++++++++++++++++++++++
 3 files changed, 70 insertions(+)

diff --git a/net-proxy/mitmproxy-rs/Manifest b/net-proxy/mitmproxy-rs/Manifest
new file mode 100644
index 000000000000..4f5ab6feb343
--- /dev/null
+++ b/net-proxy/mitmproxy-rs/Manifest
@@ -0,0 +1,4 @@
+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 smoltcp-ef67e7b46cabf49783053cbf68d8671ed97ff8d4.gh.tar.gz 334018 BLAKE2B 48c906c3c37ba691fee9889ce526cf5d4426b087fcf284eaecb934a349d6eb3da971dd2de172f3a29bfcd05f5a5449de015342feb0add23ac490e9a9f8b6fce1 SHA512 72020f063215ff5cede1fac6d9f17251f3dfa684b1f7a1c27700a629221e928859d02d099e1382ae82e66165dc83ea54baa3e907109d8cd58b90c93b58b71d45

diff --git a/net-proxy/mitmproxy-rs/metadata.xml b/net-proxy/mitmproxy-rs/metadata.xml
new file mode 100644
index 000000000000..2f0242522cf8
--- /dev/null
+++ b/net-proxy/mitmproxy-rs/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">mitmproxy/mitmproxy_rs</remote-id>
+		<remote-id type="pypi">mitmproxy-rs</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild
new file mode 100644
index 000000000000..9f84fe051d70
--- /dev/null
+++ b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2024 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'
+	[smoltcp]='https://github.com/smoltcp-rs/smoltcp;ef67e7b46cabf49783053cbf68d8671ed97ff8d4;smoltcp-%commit%'
+)
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=maturin
+PYTHON_COMPAT=( python3_{10..13} )
+
+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}
+"
+if [[ ${PKGBUMPING} != ${PVR} ]]; then
+	SRC_URI+="
+		https://dev.gentoo.org/~mgorny/dist/${P}-crates.tar.xz
+	"
+fi
+
+LICENSE="MIT"
+# Dependent crate licenses
+LICENSE+="
+	0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC
+	LGPL-3+ MIT Unicode-DFS-2016 WTFPL-2
+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+	distutils-r1_src_prepare
+
+	# replace upstream crate substitution with our crate substitution, sigh
+	sed -i -e '/git =/d' Cargo.toml || die
+	sed -i -e '/\[patch\./d' -e '/boringtun/i[patch.crates-io]' \
+		"${CARGO_HOME}/config.toml" || die
+}
+
+python_test() {
+	cargo_src_test --manifest-path mitmproxy-rs/Cargo.toml
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-01-03  5:47 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-01-03  5:47 UTC (permalink / raw
  To: gentoo-commits

commit:     0eef797efc379156fa1859e9613340b1faf16927
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 04:55:43 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 05:46:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eef797e

net-proxy/mitmproxy-rs: Bump to 0.11.2

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

 net-proxy/mitmproxy-rs/Manifest                   |  2 +
 net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.2.ebuild | 53 +++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/net-proxy/mitmproxy-rs/Manifest b/net-proxy/mitmproxy-rs/Manifest
index 4f5ab6feb343..a0c34050f5cd 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.2-crates.tar.xz 49260956 BLAKE2B 2313619c662be40d2325ffce2714e0c92ea0ccabc3001e00f4330e30a4b6c6eb283e19bd9edda49f0e6c574c497b4adddfd13158442467a3ce005ba3382c3b39 SHA512 c607884382af7e73b51a9521ef4645f93be54850c561453cd30d6b16d1e991d97ea7b0e97990b12115ee4b12be491782bb716656d135de16021194c9cf48fce9
 DIST mitmproxy_rs-0.11.1.tar.gz 1184746 BLAKE2B 6e4b7f1c50d45821664e7c448398e5497b33310b0ecc268fa2ed5d4559a8a51f47e76366d939edda9b9923f2aaeb3205646bbc995ba45b068600926a9a6d1d6a SHA512 c72e8c36bc7de6a34cc99eb0cbc1cc3deb6c51d994e9e56acbb02803846fd87f6b671889b1b8c019ac7e84ecdf8939cda5bc62f5f5bd1dacdb53f75c9f1fb1c4
+DIST mitmproxy_rs-0.11.2.tar.gz 1294125 BLAKE2B 4fa79d391b89e5334e920c0aa3119b0ca1bdc4e6999491cf1efaba383de7796bebef8a9f7aeda5066bdf40cb32b881d620f2eb9e29f9eb4c41df86a0990a0236 SHA512 b3492e2771f58770c0cdd7a5627f10f2c9fa6376e96b8bc9be8e5eb94add2c27f411badce21cbf8c090eed67ef6075a3c3a6ae0609c5d4e3879934ed2d7579e5
 DIST smoltcp-ef67e7b46cabf49783053cbf68d8671ed97ff8d4.gh.tar.gz 334018 BLAKE2B 48c906c3c37ba691fee9889ce526cf5d4426b087fcf284eaecb934a349d6eb3da971dd2de172f3a29bfcd05f5a5449de015342feb0add23ac490e9a9f8b6fce1 SHA512 72020f063215ff5cede1fac6d9f17251f3dfa684b1f7a1c27700a629221e928859d02d099e1382ae82e66165dc83ea54baa3e907109d8cd58b90c93b58b71d45

diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.2.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.2.ebuild
new file mode 100644
index 000000000000..a0a2e5fd85b4
--- /dev/null
+++ b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.2.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_{10..13} )
+
+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}
+"
+if [[ ${PKGBUMPING} != ${PVR} ]]; then
+	SRC_URI+="
+		https://dev.gentoo.org/~mgorny/dist/${P}-crates.tar.xz
+	"
+fi
+
+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"
+
+src_prepare() {
+	distutils-r1_src_prepare
+
+	# replace upstream crate substitution with our crate substitution, sigh
+	sed -i -e '/git =/d' Cargo.toml || die
+	sed -i -e '/\[patch\./d' -e '/boringtun/i[patch.crates-io]' \
+		"${CARGO_HOME}/config.toml" || die
+}
+
+python_test() {
+	cargo_src_test --manifest-path mitmproxy-rs/Cargo.toml
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-01-03 19:27 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-01-03 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     6e7180d9f1adee5656bb5a4ca9e3acfddf6dd3a1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 19:26:55 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 19:26:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7180d9

net-proxy/mitmproxy-rs: Revert "Bump to 0.11.2"

Missing a nontrivial dependency, this whole thing is messed up.  One day
since I've taken it and they've already managed to mess it up so badly
I regret it.

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

 net-proxy/mitmproxy-rs/Manifest                   |  2 -
 net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.2.ebuild | 53 -----------------------
 2 files changed, 55 deletions(-)

diff --git a/net-proxy/mitmproxy-rs/Manifest b/net-proxy/mitmproxy-rs/Manifest
index a0c34050f5cd..4f5ab6feb343 100644
--- a/net-proxy/mitmproxy-rs/Manifest
+++ b/net-proxy/mitmproxy-rs/Manifest
@@ -1,6 +1,4 @@
 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.2-crates.tar.xz 49260956 BLAKE2B 2313619c662be40d2325ffce2714e0c92ea0ccabc3001e00f4330e30a4b6c6eb283e19bd9edda49f0e6c574c497b4adddfd13158442467a3ce005ba3382c3b39 SHA512 c607884382af7e73b51a9521ef4645f93be54850c561453cd30d6b16d1e991d97ea7b0e97990b12115ee4b12be491782bb716656d135de16021194c9cf48fce9
 DIST mitmproxy_rs-0.11.1.tar.gz 1184746 BLAKE2B 6e4b7f1c50d45821664e7c448398e5497b33310b0ecc268fa2ed5d4559a8a51f47e76366d939edda9b9923f2aaeb3205646bbc995ba45b068600926a9a6d1d6a SHA512 c72e8c36bc7de6a34cc99eb0cbc1cc3deb6c51d994e9e56acbb02803846fd87f6b671889b1b8c019ac7e84ecdf8939cda5bc62f5f5bd1dacdb53f75c9f1fb1c4
-DIST mitmproxy_rs-0.11.2.tar.gz 1294125 BLAKE2B 4fa79d391b89e5334e920c0aa3119b0ca1bdc4e6999491cf1efaba383de7796bebef8a9f7aeda5066bdf40cb32b881d620f2eb9e29f9eb4c41df86a0990a0236 SHA512 b3492e2771f58770c0cdd7a5627f10f2c9fa6376e96b8bc9be8e5eb94add2c27f411badce21cbf8c090eed67ef6075a3c3a6ae0609c5d4e3879934ed2d7579e5
 DIST smoltcp-ef67e7b46cabf49783053cbf68d8671ed97ff8d4.gh.tar.gz 334018 BLAKE2B 48c906c3c37ba691fee9889ce526cf5d4426b087fcf284eaecb934a349d6eb3da971dd2de172f3a29bfcd05f5a5449de015342feb0add23ac490e9a9f8b6fce1 SHA512 72020f063215ff5cede1fac6d9f17251f3dfa684b1f7a1c27700a629221e928859d02d099e1382ae82e66165dc83ea54baa3e907109d8cd58b90c93b58b71d45

diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.2.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.2.ebuild
deleted file mode 100644
index a0a2e5fd85b4..000000000000
--- a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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_{10..13} )
-
-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}
-"
-if [[ ${PKGBUMPING} != ${PVR} ]]; then
-	SRC_URI+="
-		https://dev.gentoo.org/~mgorny/dist/${P}-crates.tar.xz
-	"
-fi
-
-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"
-
-src_prepare() {
-	distutils-r1_src_prepare
-
-	# replace upstream crate substitution with our crate substitution, sigh
-	sed -i -e '/git =/d' Cargo.toml || die
-	sed -i -e '/\[patch\./d' -e '/boringtun/i[patch.crates-io]' \
-		"${CARGO_HOME}/config.toml" || die
-}
-
-python_test() {
-	cargo_src_test --manifest-path mitmproxy-rs/Cargo.toml
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-01-04 16:17 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2025-01-04 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     8b19e722aae64c6997371b8c5310ca70199a02e1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 16:16:16 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 16:16:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b19e722

net-proxy/mitmproxy-rs: Keyword 0.11.1 arm64, #947275

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild
index 9f84fe051d70..3bb00cc3cf0c 100644
--- a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild
+++ b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -38,7 +38,7 @@ LICENSE+="
 	LGPL-3+ MIT Unicode-DFS-2016 WTFPL-2
 "
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 src_prepare() {
 	distutils-r1_src_prepare


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-01-25 11:01 Arthur Zamarin
  0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2025-01-25 11:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c84d53d09bb4957589d2494a9ac58d44bb27d948
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 11:00:55 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 11:01:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84d53d0

net-proxy/mitmproxy-rs: Stabilize 0.11.1 amd64, #948691

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild
index 3bb00cc3cf0c..552705e97db3 100644
--- a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild
+++ b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.1.ebuild
@@ -38,7 +38,7 @@ LICENSE+="
 	LGPL-3+ MIT Unicode-DFS-2016 WTFPL-2
 "
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 
 src_prepare() {
 	distutils-r1_src_prepare


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-04-20 11:43 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-04-20 11:43 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-04-20 11:50 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-04-20 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     f9c6e4087bb079545ee0c0b40dabc59aa26fd105
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 11:46:00 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 11:46:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c6e408

net-proxy/mitmproxy-rs: Bump to 0.12.0

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

 net-proxy/mitmproxy-rs/Manifest                   |  2 +
 net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.0.ebuild | 53 +++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/net-proxy/mitmproxy-rs/Manifest b/net-proxy/mitmproxy-rs/Manifest
index ffcc149edd2e..a302b1d165e4 100644
--- a/net-proxy/mitmproxy-rs/Manifest
+++ b/net-proxy/mitmproxy-rs/Manifest
@@ -3,4 +3,6 @@ DIST mitmproxy-rs-0.11.1-crates.tar.xz 40875272 BLAKE2B d033617908ac719962483b13
 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 mitmproxy_rs-0.12.0-crates.tar.xz 62765072 BLAKE2B 270793c1aaf313ad9d256963e67906dfba1e901d24c8549bc4ccd2b09b4dceeb85f8232f45a0859bc53f0a92907051a0ec8a50394a2afe04c94ef3b99659c2ef SHA512 5ad0978d88f487aceebe6d579d0a226388198d2afda31a918fa521a048def313697157391f7971703bebe0134015640aa9841557d943c742a5172fcdfce84d86
+DIST mitmproxy_rs-0.12.0.tar.gz 1317235 BLAKE2B 3197640e415ace19c789c7d74650fe7df177302b9935404d3f258e0f7f54738f451c1700cc16e456129cd14c157c6e032baae313ec24227c24c2943984aca076 SHA512 1feb6fba4ee6b9931ef9ce81b81fe354ad362f79efd48a918d169b005dffbbc90ca9e255edfdffcecb0f8d4b55d469a2aab0c7056a6b3283661c49c85486f014
 DIST smoltcp-ef67e7b46cabf49783053cbf68d8671ed97ff8d4.gh.tar.gz 334018 BLAKE2B 48c906c3c37ba691fee9889ce526cf5d4426b087fcf284eaecb934a349d6eb3da971dd2de172f3a29bfcd05f5a5449de015342feb0add23ac490e9a9f8b6fce1 SHA512 72020f063215ff5cede1fac6d9f17251f3dfa684b1f7a1c27700a629221e928859d02d099e1382ae82e66165dc83ea54baa3e907109d8cd58b90c93b58b71d45

diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.0.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.0.ebuild
new file mode 100644
index 000000000000..059c30f7a51f
--- /dev/null
+++ b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.0.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
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-04-30  5:36 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-04-30  5:36 UTC (permalink / raw
  To: gentoo-commits

commit:     95f3074dba3493c9caf3bee0a74d270a9c68db10
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 30 04:56:45 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 30 05:35:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f3074d

net-proxy/mitmproxy-rs: Bump to 0.12.3

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

 net-proxy/mitmproxy-rs/Manifest                   |  2 +
 net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.3.ebuild | 53 +++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/net-proxy/mitmproxy-rs/Manifest b/net-proxy/mitmproxy-rs/Manifest
index a302b1d165e4..7d19759139a0 100644
--- a/net-proxy/mitmproxy-rs/Manifest
+++ b/net-proxy/mitmproxy-rs/Manifest
@@ -5,4 +5,6 @@ DIST mitmproxy_rs-0.11.5-crates.tar.xz 50121936 BLAKE2B 1f4645c44c42b904c300661b
 DIST mitmproxy_rs-0.11.5.tar.gz 1296760 BLAKE2B e7a0003b6657ff0e5d853219b1f5d847464207ee988d07e91c65a6a0c7d44e3a5603cf60dea9de1de7c50f1be0b153f5540431686c3be22b7873d2ed8907e845 SHA512 bcc106078e7e887e381ccee5e8e9753d023da3b5eb01e49c2121d5102094425e6a66be0c30e03f6be24d4c797983a434f063a5b7736fc8c7e7ddaa30ca0d94b1
 DIST mitmproxy_rs-0.12.0-crates.tar.xz 62765072 BLAKE2B 270793c1aaf313ad9d256963e67906dfba1e901d24c8549bc4ccd2b09b4dceeb85f8232f45a0859bc53f0a92907051a0ec8a50394a2afe04c94ef3b99659c2ef SHA512 5ad0978d88f487aceebe6d579d0a226388198d2afda31a918fa521a048def313697157391f7971703bebe0134015640aa9841557d943c742a5172fcdfce84d86
 DIST mitmproxy_rs-0.12.0.tar.gz 1317235 BLAKE2B 3197640e415ace19c789c7d74650fe7df177302b9935404d3f258e0f7f54738f451c1700cc16e456129cd14c157c6e032baae313ec24227c24c2943984aca076 SHA512 1feb6fba4ee6b9931ef9ce81b81fe354ad362f79efd48a918d169b005dffbbc90ca9e255edfdffcecb0f8d4b55d469a2aab0c7056a6b3283661c49c85486f014
+DIST mitmproxy_rs-0.12.3-crates.tar.xz 55236484 BLAKE2B d1279c3b64ec12f88d71ab053bdc460053558ff51e655f7b348f498874482f3a08a727c4f96f7e4382798865b71b7496791a2a026457f00f852893a422777f76 SHA512 235e1a7126e1aac94a8d6a88f20e56e048801971a12a6d2f8717a37607cefbc80c88d650647d8106d6e5d179e8a7400fa136cbdf732ecab5e9cdae1e92fd108c
+DIST mitmproxy_rs-0.12.3.tar.gz 1321031 BLAKE2B dfd6d96d860169cd6293cbe37ac6aa401f0313d4885feaf3728fbeab3fb88a4ab9a6cf610102b5263212458077a79528a3601cebfcd0d4731644f094e6dba321 SHA512 186a52feff6292752fab9db03729da4a412e8a28e32b656cc3795ada0f3319334c598746387ac2646b9af4716646950b070a88dd43624c827d7f9c7683eadc05
 DIST smoltcp-ef67e7b46cabf49783053cbf68d8671ed97ff8d4.gh.tar.gz 334018 BLAKE2B 48c906c3c37ba691fee9889ce526cf5d4426b087fcf284eaecb934a349d6eb3da971dd2de172f3a29bfcd05f5a5449de015342feb0add23ac490e9a9f8b6fce1 SHA512 72020f063215ff5cede1fac6d9f17251f3dfa684b1f7a1c27700a629221e928859d02d099e1382ae82e66165dc83ea54baa3e907109d8cd58b90c93b58b71d45

diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.3.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.3.ebuild
new file mode 100644
index 000000000000..059c30f7a51f
--- /dev/null
+++ b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.3.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
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-05-17 11:38 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2025-05-17 11:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4751c3d9a7c6d9895321d8e2b004cd4ccf1e96f5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 11:29:58 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 17 11:37:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4751c3d9

net-proxy/mitmproxy-rs: Keyword 0.12.3 arm64, #947275

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.3.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.3.ebuild
index 059c30f7a51f..dcc9377571f5 100644
--- a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.3.ebuild
+++ b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.3.ebuild
@@ -34,7 +34,7 @@ LICENSE+="
 	LGPL-3+ MIT Unicode-3.0 WTFPL-2 ZLIB
 "
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 RDEPEND="
 	~net-proxy/mitmproxy-linux-${PV}[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-05-17 11:38 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2025-05-17 11:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b7ee81b006745a4f23ac340b90495b9152f74858
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 11:30:00 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 17 11:37:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ee81b0

net-proxy/mitmproxy-rs: Keyword 0.11.5 arm64, #947275

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.5.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.5.ebuild
index 059c30f7a51f..dcc9377571f5 100644
--- a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.5.ebuild
+++ b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.5.ebuild
@@ -34,7 +34,7 @@ LICENSE+="
 	LGPL-3+ MIT Unicode-3.0 WTFPL-2 ZLIB
 "
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 RDEPEND="
 	~net-proxy/mitmproxy-linux-${PV}[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-05-24  8:51 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-05-24  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     5874a4d43c2b1bf2d6e3236f1096d2dad2e46ba8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 07:19:48 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 24 08:51:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5874a4d4

net-proxy/mitmproxy-rs: Remove old

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

 net-proxy/mitmproxy-rs/Manifest                   |  4 --
 net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.5.ebuild | 53 -----------------------
 net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.0.ebuild | 53 -----------------------
 3 files changed, 110 deletions(-)

diff --git a/net-proxy/mitmproxy-rs/Manifest b/net-proxy/mitmproxy-rs/Manifest
index 7d19759139a0..ee778ff90ef7 100644
--- a/net-proxy/mitmproxy-rs/Manifest
+++ b/net-proxy/mitmproxy-rs/Manifest
@@ -1,10 +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 mitmproxy_rs-0.12.0-crates.tar.xz 62765072 BLAKE2B 270793c1aaf313ad9d256963e67906dfba1e901d24c8549bc4ccd2b09b4dceeb85f8232f45a0859bc53f0a92907051a0ec8a50394a2afe04c94ef3b99659c2ef SHA512 5ad0978d88f487aceebe6d579d0a226388198d2afda31a918fa521a048def313697157391f7971703bebe0134015640aa9841557d943c742a5172fcdfce84d86
-DIST mitmproxy_rs-0.12.0.tar.gz 1317235 BLAKE2B 3197640e415ace19c789c7d74650fe7df177302b9935404d3f258e0f7f54738f451c1700cc16e456129cd14c157c6e032baae313ec24227c24c2943984aca076 SHA512 1feb6fba4ee6b9931ef9ce81b81fe354ad362f79efd48a918d169b005dffbbc90ca9e255edfdffcecb0f8d4b55d469a2aab0c7056a6b3283661c49c85486f014
 DIST mitmproxy_rs-0.12.3-crates.tar.xz 55236484 BLAKE2B d1279c3b64ec12f88d71ab053bdc460053558ff51e655f7b348f498874482f3a08a727c4f96f7e4382798865b71b7496791a2a026457f00f852893a422777f76 SHA512 235e1a7126e1aac94a8d6a88f20e56e048801971a12a6d2f8717a37607cefbc80c88d650647d8106d6e5d179e8a7400fa136cbdf732ecab5e9cdae1e92fd108c
 DIST mitmproxy_rs-0.12.3.tar.gz 1321031 BLAKE2B dfd6d96d860169cd6293cbe37ac6aa401f0313d4885feaf3728fbeab3fb88a4ab9a6cf610102b5263212458077a79528a3601cebfcd0d4731644f094e6dba321 SHA512 186a52feff6292752fab9db03729da4a412e8a28e32b656cc3795ada0f3319334c598746387ac2646b9af4716646950b070a88dd43624c827d7f9c7683eadc05
 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
deleted file mode 100644
index dcc9377571f5..000000000000
--- a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.11.5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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 ~arm64"
-
-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
-}

diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.0.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.0.ebuild
deleted file mode 100644
index 059c30f7a51f..000000000000
--- a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-05-31  5:17 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-05-31  5:17 UTC (permalink / raw
  To: gentoo-commits

commit:     113b204db10c1391126f889a523e787b506a4e7a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 04:35:22 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 31 05:10:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113b204d

net-proxy/mitmproxy-rs: Bump to 0.12.5

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

 net-proxy/mitmproxy-rs/Manifest                   |  2 +
 net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.5.ebuild | 53 +++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/net-proxy/mitmproxy-rs/Manifest b/net-proxy/mitmproxy-rs/Manifest
index ee778ff90ef7..828905e99ee1 100644
--- a/net-proxy/mitmproxy-rs/Manifest
+++ b/net-proxy/mitmproxy-rs/Manifest
@@ -3,4 +3,6 @@ DIST mitmproxy-rs-0.11.1-crates.tar.xz 40875272 BLAKE2B d033617908ac719962483b13
 DIST mitmproxy_rs-0.11.1.tar.gz 1184746 BLAKE2B 6e4b7f1c50d45821664e7c448398e5497b33310b0ecc268fa2ed5d4559a8a51f47e76366d939edda9b9923f2aaeb3205646bbc995ba45b068600926a9a6d1d6a SHA512 c72e8c36bc7de6a34cc99eb0cbc1cc3deb6c51d994e9e56acbb02803846fd87f6b671889b1b8c019ac7e84ecdf8939cda5bc62f5f5bd1dacdb53f75c9f1fb1c4
 DIST mitmproxy_rs-0.12.3-crates.tar.xz 55236484 BLAKE2B d1279c3b64ec12f88d71ab053bdc460053558ff51e655f7b348f498874482f3a08a727c4f96f7e4382798865b71b7496791a2a026457f00f852893a422777f76 SHA512 235e1a7126e1aac94a8d6a88f20e56e048801971a12a6d2f8717a37607cefbc80c88d650647d8106d6e5d179e8a7400fa136cbdf732ecab5e9cdae1e92fd108c
 DIST mitmproxy_rs-0.12.3.tar.gz 1321031 BLAKE2B dfd6d96d860169cd6293cbe37ac6aa401f0313d4885feaf3728fbeab3fb88a4ab9a6cf610102b5263212458077a79528a3601cebfcd0d4731644f094e6dba321 SHA512 186a52feff6292752fab9db03729da4a412e8a28e32b656cc3795ada0f3319334c598746387ac2646b9af4716646950b070a88dd43624c827d7f9c7683eadc05
+DIST mitmproxy_rs-0.12.5-crates.tar.xz 48932336 BLAKE2B dfdb6fc0c789361e90bd14e7ae02d81705b98a69d7d6b91114eaaac317ca2971fb6d4ed8fe3eb4801826adf8f782727fbe018d71adf21b1634eecd6039619671 SHA512 f8cb08bd509112f67e1ff1b2e4af9f4e3117a9451e7fae0bef7428ee6f1c576732a1ace69898fa3379ebf9a5da4293014b3cf7dffdd6f0d16f36f5de433d5c0c
+DIST mitmproxy_rs-0.12.5.tar.gz 1321109 BLAKE2B c91b62ece2d402c7f29ecec0713831c6b377a250a427f749d95abab00c4f696a8634cf82478b1efecadee29c0d0198aaeec0c95bd4527f4f7473807f76314755 SHA512 e954690a3114117a7089ecfc81e45ebc51ac6ba67e955ccbc2e6ee62299ccad2d8575710208d6a08706d115c1e7ac47bb62eda0405a57628525ccbb72c098235
 DIST smoltcp-ef67e7b46cabf49783053cbf68d8671ed97ff8d4.gh.tar.gz 334018 BLAKE2B 48c906c3c37ba691fee9889ce526cf5d4426b087fcf284eaecb934a349d6eb3da971dd2de172f3a29bfcd05f5a5449de015342feb0add23ac490e9a9f8b6fce1 SHA512 72020f063215ff5cede1fac6d9f17251f3dfa684b1f7a1c27700a629221e928859d02d099e1382ae82e66165dc83ea54baa3e907109d8cd58b90c93b58b71d45

diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.5.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.5.ebuild
new file mode 100644
index 000000000000..dcc9377571f5
--- /dev/null
+++ b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.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 ~arm64"
+
+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
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-05-31  5:49 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-05-31  5:49 UTC (permalink / raw
  To: gentoo-commits

commit:     de9c541106b4a23f402671daf83de5850f06cbd2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 05:47:22 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 31 05:49:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9c5411

net-proxy/mitmproxy-rs: Enable py3.14

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

 net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.5.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.5.ebuild
index dcc9377571f5..43a6f68a477e 100644
--- a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.5.ebuild
+++ b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.5.ebuild
@@ -12,7 +12,7 @@ declare -A GIT_CRATES=(
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=maturin
-PYTHON_COMPAT=( python3_{12..13} )
+PYTHON_COMPAT=( python3_{12..14} )
 RUST_MIN_VER=1.85.0
 
 inherit cargo distutils-r1 pypi


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-06-01  2:36 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-06-01  2:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b06bddb75e9d3d31f7ce3540014616d01e66406c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  1 02:18:00 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun  1 02:36:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06bddb7

net-proxy/mitmproxy-rs: Bump to 0.12.6

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

 net-proxy/mitmproxy-rs/Manifest                   |  2 +
 net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.6.ebuild | 53 +++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/net-proxy/mitmproxy-rs/Manifest b/net-proxy/mitmproxy-rs/Manifest
index 828905e99ee1..5a07624ee641 100644
--- a/net-proxy/mitmproxy-rs/Manifest
+++ b/net-proxy/mitmproxy-rs/Manifest
@@ -5,4 +5,6 @@ DIST mitmproxy_rs-0.12.3-crates.tar.xz 55236484 BLAKE2B d1279c3b64ec12f88d71ab05
 DIST mitmproxy_rs-0.12.3.tar.gz 1321031 BLAKE2B dfd6d96d860169cd6293cbe37ac6aa401f0313d4885feaf3728fbeab3fb88a4ab9a6cf610102b5263212458077a79528a3601cebfcd0d4731644f094e6dba321 SHA512 186a52feff6292752fab9db03729da4a412e8a28e32b656cc3795ada0f3319334c598746387ac2646b9af4716646950b070a88dd43624c827d7f9c7683eadc05
 DIST mitmproxy_rs-0.12.5-crates.tar.xz 48932336 BLAKE2B dfdb6fc0c789361e90bd14e7ae02d81705b98a69d7d6b91114eaaac317ca2971fb6d4ed8fe3eb4801826adf8f782727fbe018d71adf21b1634eecd6039619671 SHA512 f8cb08bd509112f67e1ff1b2e4af9f4e3117a9451e7fae0bef7428ee6f1c576732a1ace69898fa3379ebf9a5da4293014b3cf7dffdd6f0d16f36f5de433d5c0c
 DIST mitmproxy_rs-0.12.5.tar.gz 1321109 BLAKE2B c91b62ece2d402c7f29ecec0713831c6b377a250a427f749d95abab00c4f696a8634cf82478b1efecadee29c0d0198aaeec0c95bd4527f4f7473807f76314755 SHA512 e954690a3114117a7089ecfc81e45ebc51ac6ba67e955ccbc2e6ee62299ccad2d8575710208d6a08706d115c1e7ac47bb62eda0405a57628525ccbb72c098235
+DIST mitmproxy_rs-0.12.6-crates.tar.xz 49026512 BLAKE2B a342d004dca4570056525b206dc72576d060fa4a31d50abf2660540578da28a65b8a4d235a2802c8ae516a94ee5d5f6d3dcb58903e7da88313b851331e60a398 SHA512 07c33a9ee563919edb03e60a410522901f4eddaa28712cab1605c8ed7accf74f9347d89ef2462c450fd275b45b4e8c4d27c22157a85a80f96f37b7ca50a2e938
+DIST mitmproxy_rs-0.12.6.tar.gz 1320785 BLAKE2B 4e5b763bb7cae28fc35157c291797a9dbce972d4db008c54a346d43e9f4229dcdc949588e41cdaf9a428d92b21eeda364ee257285ce1128afa796eb671350f48 SHA512 875d67409c722a6860089ef0ca301a3c8824010fc686717c4bce0e5edbdffe3f60ab969095d74888c5fbd2c53728584704aff3ff94dd97f78697dec49482073a
 DIST smoltcp-ef67e7b46cabf49783053cbf68d8671ed97ff8d4.gh.tar.gz 334018 BLAKE2B 48c906c3c37ba691fee9889ce526cf5d4426b087fcf284eaecb934a349d6eb3da971dd2de172f3a29bfcd05f5a5449de015342feb0add23ac490e9a9f8b6fce1 SHA512 72020f063215ff5cede1fac6d9f17251f3dfa684b1f7a1c27700a629221e928859d02d099e1382ae82e66165dc83ea54baa3e907109d8cd58b90c93b58b71d45

diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.6.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.6.ebuild
new file mode 100644
index 000000000000..43a6f68a477e
--- /dev/null
+++ b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.6.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..14} )
+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 ~arm64"
+
+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
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/
@ 2025-06-28  6:55 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2025-06-28  6:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a054a3f2842e7bd4b223837e45351974dbe0133b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 28 06:49:45 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 28 06:49:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a054a3f2

net-proxy/mitmproxy-rs: Remove old

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

 net-proxy/mitmproxy-rs/Manifest                   |  4 --
 net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.3.ebuild | 53 -----------------------
 net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.5.ebuild | 53 -----------------------
 3 files changed, 110 deletions(-)

diff --git a/net-proxy/mitmproxy-rs/Manifest b/net-proxy/mitmproxy-rs/Manifest
index 5a07624ee641..fe3fa68aa719 100644
--- a/net-proxy/mitmproxy-rs/Manifest
+++ b/net-proxy/mitmproxy-rs/Manifest
@@ -1,10 +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.12.3-crates.tar.xz 55236484 BLAKE2B d1279c3b64ec12f88d71ab053bdc460053558ff51e655f7b348f498874482f3a08a727c4f96f7e4382798865b71b7496791a2a026457f00f852893a422777f76 SHA512 235e1a7126e1aac94a8d6a88f20e56e048801971a12a6d2f8717a37607cefbc80c88d650647d8106d6e5d179e8a7400fa136cbdf732ecab5e9cdae1e92fd108c
-DIST mitmproxy_rs-0.12.3.tar.gz 1321031 BLAKE2B dfd6d96d860169cd6293cbe37ac6aa401f0313d4885feaf3728fbeab3fb88a4ab9a6cf610102b5263212458077a79528a3601cebfcd0d4731644f094e6dba321 SHA512 186a52feff6292752fab9db03729da4a412e8a28e32b656cc3795ada0f3319334c598746387ac2646b9af4716646950b070a88dd43624c827d7f9c7683eadc05
-DIST mitmproxy_rs-0.12.5-crates.tar.xz 48932336 BLAKE2B dfdb6fc0c789361e90bd14e7ae02d81705b98a69d7d6b91114eaaac317ca2971fb6d4ed8fe3eb4801826adf8f782727fbe018d71adf21b1634eecd6039619671 SHA512 f8cb08bd509112f67e1ff1b2e4af9f4e3117a9451e7fae0bef7428ee6f1c576732a1ace69898fa3379ebf9a5da4293014b3cf7dffdd6f0d16f36f5de433d5c0c
-DIST mitmproxy_rs-0.12.5.tar.gz 1321109 BLAKE2B c91b62ece2d402c7f29ecec0713831c6b377a250a427f749d95abab00c4f696a8634cf82478b1efecadee29c0d0198aaeec0c95bd4527f4f7473807f76314755 SHA512 e954690a3114117a7089ecfc81e45ebc51ac6ba67e955ccbc2e6ee62299ccad2d8575710208d6a08706d115c1e7ac47bb62eda0405a57628525ccbb72c098235
 DIST mitmproxy_rs-0.12.6-crates.tar.xz 49026512 BLAKE2B a342d004dca4570056525b206dc72576d060fa4a31d50abf2660540578da28a65b8a4d235a2802c8ae516a94ee5d5f6d3dcb58903e7da88313b851331e60a398 SHA512 07c33a9ee563919edb03e60a410522901f4eddaa28712cab1605c8ed7accf74f9347d89ef2462c450fd275b45b4e8c4d27c22157a85a80f96f37b7ca50a2e938
 DIST mitmproxy_rs-0.12.6.tar.gz 1320785 BLAKE2B 4e5b763bb7cae28fc35157c291797a9dbce972d4db008c54a346d43e9f4229dcdc949588e41cdaf9a428d92b21eeda364ee257285ce1128afa796eb671350f48 SHA512 875d67409c722a6860089ef0ca301a3c8824010fc686717c4bce0e5edbdffe3f60ab969095d74888c5fbd2c53728584704aff3ff94dd97f78697dec49482073a
 DIST smoltcp-ef67e7b46cabf49783053cbf68d8671ed97ff8d4.gh.tar.gz 334018 BLAKE2B 48c906c3c37ba691fee9889ce526cf5d4426b087fcf284eaecb934a349d6eb3da971dd2de172f3a29bfcd05f5a5449de015342feb0add23ac490e9a9f8b6fce1 SHA512 72020f063215ff5cede1fac6d9f17251f3dfa684b1f7a1c27700a629221e928859d02d099e1382ae82e66165dc83ea54baa3e907109d8cd58b90c93b58b71d45

diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.3.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.3.ebuild
deleted file mode 100644
index dcc9377571f5..000000000000
--- a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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 ~arm64"
-
-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
-}

diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.5.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.5.ebuild
deleted file mode 100644
index 43a6f68a477e..000000000000
--- a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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..14} )
-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 ~arm64"
-
-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
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-06-28  6:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-31 16:01 [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy-rs/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2025-01-03  5:47 Michał Górny
2025-01-03 19:27 Michał Górny
2025-01-04 16:17 Sam James
2025-01-25 11:01 Arthur Zamarin
2025-04-20 11:43 Michał Górny
2025-04-20 11:50 Michał Górny
2025-04-30  5:36 Michał Górny
2025-05-17 11:38 Sam James
2025-05-17 11:38 Sam James
2025-05-24  8:51 Michał Górny
2025-05-31  5:17 Michał Górny
2025-05-31  5:49 Michał Górny
2025-06-01  2:36 Michał Górny
2025-06-28  6:55 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox