Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mitmproxy: update to 9.0.1.
@ 2022-11-05 13:49 unspecd
  2022-11-06 11:06 ` [PR PATCH] [Updated] " unspecd
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: unspecd @ 2022-11-05 13:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 570 bytes --]

There is a new pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/mitmproxy
https://github.com/void-linux/void-packages/pull/40343

mitmproxy: update to 9.0.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):


A patch file from https://github.com/void-linux/void-packages/pull/40343.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/mitmproxy-40343.patch --]
[-- Type: text/x-diff, Size: 5479 bytes --]

From 3ccd898fdc6d46557ac564d2c37b71e0b42346eb Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:23:12 +1100
Subject: [PATCH 1/3] python3-zstandard: update to 0.19.0.

---
 srcpkgs/python3-zstandard/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-zstandard/template b/srcpkgs/python3-zstandard/template
index e17fdc46f9c8..352d445c47c9 100644
--- a/srcpkgs/python3-zstandard/template
+++ b/srcpkgs/python3-zstandard/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zstandard'
 pkgname=python3-zstandard
-version=0.18.0
-revision=3
+version=0.19.0
+revision=1
 wrksrc="python-zstandard-${version}"
 build_style=python3-module
 make_build_args="--system-zstd"
@@ -15,7 +15,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/indygreg/python-zstandard"
 changelog="https://raw.githubusercontent.com/indygreg/python-zstandard/main/docs/news.rst"
 distfiles="https://github.com/indygreg/python-zstandard/archive/${version}.tar.gz"
-checksum=a6c7e2b8d4ec262269ccbc7ce66073370a06d6a0fc866946b7ce429b97e0c4ac
+checksum=8106c216bcaed7b70e6515b407adbfd21dd84c9855c9771530e0a3561b130454
 
 pre_check() {
 	# The skipped test ignored due to failure, see:

From 463a55680bed8d6c3687acc82c2a9d5ef2b1972d Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:00 +1100
Subject: [PATCH 2/3] New package: python3-mitmproxy_wireguard-0.1.17

---
 srcpkgs/python3-mitmproxy_wireguard/template | 31 ++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/python3-mitmproxy_wireguard/template

diff --git a/srcpkgs/python3-mitmproxy_wireguard/template b/srcpkgs/python3-mitmproxy_wireguard/template
new file mode 100644
index 000000000000..fd0c9d224f36
--- /dev/null
+++ b/srcpkgs/python3-mitmproxy_wireguard/template
@@ -0,0 +1,31 @@
+# Template file for 'python3-mitmproxy_wireguard'
+pkgname=python3-mitmproxy_wireguard
+version=0.1.17
+revision=1
+wrksrc="mitmproxy_wireguard-${version}"
+build_style=python3-pep517
+build_helper=rust
+hostmakedepends="cargo maturin"
+makedepends="python3-devel"
+depends="python3"
+short_desc="WireGuard frontend for mitmproxy"
+maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
+license="MIT"
+homepage="https://github.com/decathorpe/mitmproxy_wireguard"
+changelog="https://raw.githubusercontent.com/decathorpe/mitmproxy_wireguard/main/CHANGELOG.md"
+distfiles="https://github.com/decathorpe/mitmproxy_wireguard/archive/${version}.tar.gz"
+checksum=4d433e4c9bc76aa79b1bc8bdf972789265bb63f610c1b214156ff1416ea946cf
+
+if [ "$CROSS_BUILD" ]; then
+	makedepends+=" rust-std"
+	export PYO3_CROSS_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib"
+	export PYO3_CROSS_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
+fi
+
+do_build() {
+	maturin build -o . --release --target "${RUST_TARGET}" --manylinux off
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 8f94a8f7e6e380f26ad104843d15fda942cc1958 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:31 +1100
Subject: [PATCH 3/3] mitmproxy: update to 9.0.1.

---
 srcpkgs/mitmproxy/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/mitmproxy/template b/srcpkgs/mitmproxy/template
index ea33d3571a35..a9d1e996d392 100644
--- a/srcpkgs/mitmproxy/template
+++ b/srcpkgs/mitmproxy/template
@@ -1,14 +1,14 @@
 # Template file for 'mitmproxy'
 pkgname=mitmproxy
-version=8.1.1
-revision=3
+version=9.0.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-Brotli python3-Flask python3-asgiref python3-blinker python3-certifi
- python3-click python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
- python3-ldap3 python3-msgpack python3-openssl python3-parsing python3-passlib python3-protobuf
- python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml python3-sortedcontainers
- python3-tornado python3-urwid python3-wsproto python3-zstandard"
+depends="python3-Brotli python3-Flask python3-asgiref python3-certifi python3-click
+ python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
+ python3-ldap3 python3-mitmproxy_wireguard python3-msgpack python3-openssl python3-parsing
+ python3-passlib python3-protobuf python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
+ python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard"
 checkdepends="${depends} python3-hypothesis python3-parver
  python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"
 short_desc="Interactive TLS-capable intercepting HTTP proxy"
@@ -16,10 +16,11 @@ maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
 license="MIT"
 homepage="https://mitmproxy.org"
 changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
-distfiles="https://github.com/mitmproxy/mitmproxy/archive/v${version}.tar.gz"
-checksum=212e81bec40e1d2a894d73a337f076a3010d981249e513565e9246f29822d06c
+distfiles="https://github.com/mitmproxy/mitmproxy/archive/${version}.tar.gz"
+checksum=2acd2c16e5bc02cd1dab8c58003254a71a2ee0ec0366001f624f85c980a2b43a
 
 _skip="(test_get_version)" # This test fails without a git repository
+_skip+="or(test_wireguard)" # Tries to execute a helper binary compiled for glibc
 
 if [ ${XBPS_TARGET_MACHINE%-musl} = "i686" ]; then
 	_skip+="or(test_refresh)"

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

* Re: [PR PATCH] [Updated] mitmproxy: update to 9.0.1.
  2022-11-05 13:49 [PR PATCH] mitmproxy: update to 9.0.1 unspecd
@ 2022-11-06 11:06 ` unspecd
  2022-11-08 10:16 ` unspecd
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: unspecd @ 2022-11-06 11:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

There is an updated pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/mitmproxy
https://github.com/void-linux/void-packages/pull/40343

mitmproxy: update to 9.0.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):


A patch file from https://github.com/void-linux/void-packages/pull/40343.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/mitmproxy-40343.patch --]
[-- Type: text/x-diff, Size: 5479 bytes --]

From 8438ac83bec39994f8d643117eb981b9f9c51884 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:23:12 +1100
Subject: [PATCH 1/3] python3-zstandard: update to 0.19.0.

---
 srcpkgs/python3-zstandard/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-zstandard/template b/srcpkgs/python3-zstandard/template
index e17fdc46f9c8..352d445c47c9 100644
--- a/srcpkgs/python3-zstandard/template
+++ b/srcpkgs/python3-zstandard/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zstandard'
 pkgname=python3-zstandard
-version=0.18.0
-revision=3
+version=0.19.0
+revision=1
 wrksrc="python-zstandard-${version}"
 build_style=python3-module
 make_build_args="--system-zstd"
@@ -15,7 +15,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/indygreg/python-zstandard"
 changelog="https://raw.githubusercontent.com/indygreg/python-zstandard/main/docs/news.rst"
 distfiles="https://github.com/indygreg/python-zstandard/archive/${version}.tar.gz"
-checksum=a6c7e2b8d4ec262269ccbc7ce66073370a06d6a0fc866946b7ce429b97e0c4ac
+checksum=8106c216bcaed7b70e6515b407adbfd21dd84c9855c9771530e0a3561b130454
 
 pre_check() {
 	# The skipped test ignored due to failure, see:

From fe10ab184ca02f954698ae0c1652f6d2dea3f0da Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:00 +1100
Subject: [PATCH 2/3] New package: python3-mitmproxy_wireguard-0.1.17

---
 srcpkgs/python3-mitmproxy_wireguard/template | 31 ++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/python3-mitmproxy_wireguard/template

diff --git a/srcpkgs/python3-mitmproxy_wireguard/template b/srcpkgs/python3-mitmproxy_wireguard/template
new file mode 100644
index 000000000000..fd0c9d224f36
--- /dev/null
+++ b/srcpkgs/python3-mitmproxy_wireguard/template
@@ -0,0 +1,31 @@
+# Template file for 'python3-mitmproxy_wireguard'
+pkgname=python3-mitmproxy_wireguard
+version=0.1.17
+revision=1
+wrksrc="mitmproxy_wireguard-${version}"
+build_style=python3-pep517
+build_helper=rust
+hostmakedepends="cargo maturin"
+makedepends="python3-devel"
+depends="python3"
+short_desc="WireGuard frontend for mitmproxy"
+maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
+license="MIT"
+homepage="https://github.com/decathorpe/mitmproxy_wireguard"
+changelog="https://raw.githubusercontent.com/decathorpe/mitmproxy_wireguard/main/CHANGELOG.md"
+distfiles="https://github.com/decathorpe/mitmproxy_wireguard/archive/${version}.tar.gz"
+checksum=4d433e4c9bc76aa79b1bc8bdf972789265bb63f610c1b214156ff1416ea946cf
+
+if [ "$CROSS_BUILD" ]; then
+	makedepends+=" rust-std"
+	export PYO3_CROSS_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib"
+	export PYO3_CROSS_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
+fi
+
+do_build() {
+	maturin build -o . --release --target "${RUST_TARGET}" --manylinux off
+}
+
+post_install() {
+	vlicense LICENSE
+}

From fd248d60c94a54ce27ac6ff3ffaf998e02027de0 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:31 +1100
Subject: [PATCH 3/3] mitmproxy: update to 9.0.1.

---
 srcpkgs/mitmproxy/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/mitmproxy/template b/srcpkgs/mitmproxy/template
index ea33d3571a35..a9d1e996d392 100644
--- a/srcpkgs/mitmproxy/template
+++ b/srcpkgs/mitmproxy/template
@@ -1,14 +1,14 @@
 # Template file for 'mitmproxy'
 pkgname=mitmproxy
-version=8.1.1
-revision=3
+version=9.0.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-Brotli python3-Flask python3-asgiref python3-blinker python3-certifi
- python3-click python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
- python3-ldap3 python3-msgpack python3-openssl python3-parsing python3-passlib python3-protobuf
- python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml python3-sortedcontainers
- python3-tornado python3-urwid python3-wsproto python3-zstandard"
+depends="python3-Brotli python3-Flask python3-asgiref python3-certifi python3-click
+ python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
+ python3-ldap3 python3-mitmproxy_wireguard python3-msgpack python3-openssl python3-parsing
+ python3-passlib python3-protobuf python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
+ python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard"
 checkdepends="${depends} python3-hypothesis python3-parver
  python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"
 short_desc="Interactive TLS-capable intercepting HTTP proxy"
@@ -16,10 +16,11 @@ maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
 license="MIT"
 homepage="https://mitmproxy.org"
 changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
-distfiles="https://github.com/mitmproxy/mitmproxy/archive/v${version}.tar.gz"
-checksum=212e81bec40e1d2a894d73a337f076a3010d981249e513565e9246f29822d06c
+distfiles="https://github.com/mitmproxy/mitmproxy/archive/${version}.tar.gz"
+checksum=2acd2c16e5bc02cd1dab8c58003254a71a2ee0ec0366001f624f85c980a2b43a
 
 _skip="(test_get_version)" # This test fails without a git repository
+_skip+="or(test_wireguard)" # Tries to execute a helper binary compiled for glibc
 
 if [ ${XBPS_TARGET_MACHINE%-musl} = "i686" ]; then
 	_skip+="or(test_refresh)"

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

* Re: [PR PATCH] [Updated] mitmproxy: update to 9.0.1.
  2022-11-05 13:49 [PR PATCH] mitmproxy: update to 9.0.1 unspecd
  2022-11-06 11:06 ` [PR PATCH] [Updated] " unspecd
@ 2022-11-08 10:16 ` unspecd
  2022-11-10 11:56 ` unspecd
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: unspecd @ 2022-11-08 10:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

There is an updated pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/mitmproxy
https://github.com/void-linux/void-packages/pull/40343

mitmproxy: update to 9.0.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):


A patch file from https://github.com/void-linux/void-packages/pull/40343.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/mitmproxy-40343.patch --]
[-- Type: text/x-diff, Size: 5612 bytes --]

From fde893e2c8a05ae4dddb95099ca48f0c5414e416 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:23:12 +1100
Subject: [PATCH 1/3] python3-zstandard: update to 0.19.0.

---
 srcpkgs/python3-zstandard/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-zstandard/template b/srcpkgs/python3-zstandard/template
index e17fdc46f9c8..352d445c47c9 100644
--- a/srcpkgs/python3-zstandard/template
+++ b/srcpkgs/python3-zstandard/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zstandard'
 pkgname=python3-zstandard
-version=0.18.0
-revision=3
+version=0.19.0
+revision=1
 wrksrc="python-zstandard-${version}"
 build_style=python3-module
 make_build_args="--system-zstd"
@@ -15,7 +15,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/indygreg/python-zstandard"
 changelog="https://raw.githubusercontent.com/indygreg/python-zstandard/main/docs/news.rst"
 distfiles="https://github.com/indygreg/python-zstandard/archive/${version}.tar.gz"
-checksum=a6c7e2b8d4ec262269ccbc7ce66073370a06d6a0fc866946b7ce429b97e0c4ac
+checksum=8106c216bcaed7b70e6515b407adbfd21dd84c9855c9771530e0a3561b130454
 
 pre_check() {
 	# The skipped test ignored due to failure, see:

From aa25686a6a6e6d4167a6c9dac9550a75f070369c Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:00 +1100
Subject: [PATCH 2/3] New package: python3-mitmproxy_wireguard-0.1.17

---
 srcpkgs/python3-mitmproxy_wireguard/template | 33 ++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 srcpkgs/python3-mitmproxy_wireguard/template

diff --git a/srcpkgs/python3-mitmproxy_wireguard/template b/srcpkgs/python3-mitmproxy_wireguard/template
new file mode 100644
index 000000000000..7ffe4982439f
--- /dev/null
+++ b/srcpkgs/python3-mitmproxy_wireguard/template
@@ -0,0 +1,33 @@
+# Template file for 'python3-mitmproxy_wireguard'
+pkgname=python3-mitmproxy_wireguard
+version=0.1.17
+revision=1
+wrksrc="mitmproxy_wireguard-${version}"
+build_style=python3-pep517
+build_helper=rust
+hostmakedepends="cargo maturin"
+makedepends="python3-devel"
+depends="python3"
+short_desc="WireGuard frontend for mitmproxy"
+maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
+license="MIT"
+homepage="https://github.com/decathorpe/mitmproxy_wireguard"
+changelog="https://raw.githubusercontent.com/decathorpe/mitmproxy_wireguard/main/CHANGELOG.md"
+distfiles="https://github.com/decathorpe/mitmproxy_wireguard/archive/${version}.tar.gz"
+checksum=4d433e4c9bc76aa79b1bc8bdf972789265bb63f610c1b214156ff1416ea946cf
+
+if [ "$CROSS_BUILD" ]; then
+	makedepends+=" rust-std"
+	export PYO3_CROSS_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib"
+	export PYO3_CROSS_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
+fi
+
+do_build() {
+	# Taken from ../python3-adblock/template
+	maturin build -o . --release --target "${RUST_TARGET}" --manylinux off
+	mv mitmproxy_wireguard-${version}-*.whl mitmproxy_wireguard-${version}-py3-none-any.whl
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 1cf4389e95e0fde273fb0cf711dc819be5726693 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:31 +1100
Subject: [PATCH 3/3] mitmproxy: update to 9.0.1.

---
 srcpkgs/mitmproxy/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/mitmproxy/template b/srcpkgs/mitmproxy/template
index ea33d3571a35..a9d1e996d392 100644
--- a/srcpkgs/mitmproxy/template
+++ b/srcpkgs/mitmproxy/template
@@ -1,14 +1,14 @@
 # Template file for 'mitmproxy'
 pkgname=mitmproxy
-version=8.1.1
-revision=3
+version=9.0.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-Brotli python3-Flask python3-asgiref python3-blinker python3-certifi
- python3-click python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
- python3-ldap3 python3-msgpack python3-openssl python3-parsing python3-passlib python3-protobuf
- python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml python3-sortedcontainers
- python3-tornado python3-urwid python3-wsproto python3-zstandard"
+depends="python3-Brotli python3-Flask python3-asgiref python3-certifi python3-click
+ python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
+ python3-ldap3 python3-mitmproxy_wireguard python3-msgpack python3-openssl python3-parsing
+ python3-passlib python3-protobuf python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
+ python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard"
 checkdepends="${depends} python3-hypothesis python3-parver
  python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"
 short_desc="Interactive TLS-capable intercepting HTTP proxy"
@@ -16,10 +16,11 @@ maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
 license="MIT"
 homepage="https://mitmproxy.org"
 changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
-distfiles="https://github.com/mitmproxy/mitmproxy/archive/v${version}.tar.gz"
-checksum=212e81bec40e1d2a894d73a337f076a3010d981249e513565e9246f29822d06c
+distfiles="https://github.com/mitmproxy/mitmproxy/archive/${version}.tar.gz"
+checksum=2acd2c16e5bc02cd1dab8c58003254a71a2ee0ec0366001f624f85c980a2b43a
 
 _skip="(test_get_version)" # This test fails without a git repository
+_skip+="or(test_wireguard)" # Tries to execute a helper binary compiled for glibc
 
 if [ ${XBPS_TARGET_MACHINE%-musl} = "i686" ]; then
 	_skip+="or(test_refresh)"

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

* Re: [PR PATCH] [Updated] mitmproxy: update to 9.0.1.
  2022-11-05 13:49 [PR PATCH] mitmproxy: update to 9.0.1 unspecd
  2022-11-06 11:06 ` [PR PATCH] [Updated] " unspecd
  2022-11-08 10:16 ` unspecd
@ 2022-11-10 11:56 ` unspecd
  2022-11-10 12:09 ` unspecd
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: unspecd @ 2022-11-10 11:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

There is an updated pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/mitmproxy
https://github.com/void-linux/void-packages/pull/40343

mitmproxy: update to 9.0.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):


A patch file from https://github.com/void-linux/void-packages/pull/40343.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/mitmproxy-40343.patch --]
[-- Type: text/x-diff, Size: 5651 bytes --]

From ef17409a952ce0073984808318968b9fc0bc7946 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:23:12 +1100
Subject: [PATCH 1/3] python3-zstandard: update to 0.19.0.

---
 srcpkgs/python3-zstandard/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-zstandard/template b/srcpkgs/python3-zstandard/template
index 68a138ecd03f..352d445c47c9 100644
--- a/srcpkgs/python3-zstandard/template
+++ b/srcpkgs/python3-zstandard/template
@@ -1,7 +1,8 @@
 # Template file for 'python3-zstandard'
 pkgname=python3-zstandard
-version=0.18.0
-revision=3
+version=0.19.0
+revision=1
+wrksrc="python-zstandard-${version}"
 build_style=python3-module
 make_build_args="--system-zstd"
 hostmakedepends="python3-setuptools"
@@ -14,7 +15,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/indygreg/python-zstandard"
 changelog="https://raw.githubusercontent.com/indygreg/python-zstandard/main/docs/news.rst"
 distfiles="https://github.com/indygreg/python-zstandard/archive/${version}.tar.gz"
-checksum=a6c7e2b8d4ec262269ccbc7ce66073370a06d6a0fc866946b7ce429b97e0c4ac
+checksum=8106c216bcaed7b70e6515b407adbfd21dd84c9855c9771530e0a3561b130454
 
 pre_check() {
 	# The skipped test ignored due to failure, see:

From a1dfdc4343c9c820c95f41ac4ac59ee4895d62ae Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:00 +1100
Subject: [PATCH 2/3] New package: python3-mitmproxy_wireguard-0.1.17

---
 srcpkgs/python3-mitmproxy_wireguard/template | 33 ++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 srcpkgs/python3-mitmproxy_wireguard/template

diff --git a/srcpkgs/python3-mitmproxy_wireguard/template b/srcpkgs/python3-mitmproxy_wireguard/template
new file mode 100644
index 000000000000..7ffe4982439f
--- /dev/null
+++ b/srcpkgs/python3-mitmproxy_wireguard/template
@@ -0,0 +1,33 @@
+# Template file for 'python3-mitmproxy_wireguard'
+pkgname=python3-mitmproxy_wireguard
+version=0.1.17
+revision=1
+wrksrc="mitmproxy_wireguard-${version}"
+build_style=python3-pep517
+build_helper=rust
+hostmakedepends="cargo maturin"
+makedepends="python3-devel"
+depends="python3"
+short_desc="WireGuard frontend for mitmproxy"
+maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
+license="MIT"
+homepage="https://github.com/decathorpe/mitmproxy_wireguard"
+changelog="https://raw.githubusercontent.com/decathorpe/mitmproxy_wireguard/main/CHANGELOG.md"
+distfiles="https://github.com/decathorpe/mitmproxy_wireguard/archive/${version}.tar.gz"
+checksum=4d433e4c9bc76aa79b1bc8bdf972789265bb63f610c1b214156ff1416ea946cf
+
+if [ "$CROSS_BUILD" ]; then
+	makedepends+=" rust-std"
+	export PYO3_CROSS_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib"
+	export PYO3_CROSS_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
+fi
+
+do_build() {
+	# Taken from ../python3-adblock/template
+	maturin build -o . --release --target "${RUST_TARGET}" --manylinux off
+	mv mitmproxy_wireguard-${version}-*.whl mitmproxy_wireguard-${version}-py3-none-any.whl
+}
+
+post_install() {
+	vlicense LICENSE
+}

From f266448de2a49935494b2256034ac71da6e194fb Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:31 +1100
Subject: [PATCH 3/3] mitmproxy: update to 9.0.1.

---
 srcpkgs/mitmproxy/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/mitmproxy/template b/srcpkgs/mitmproxy/template
index ea33d3571a35..a9d1e996d392 100644
--- a/srcpkgs/mitmproxy/template
+++ b/srcpkgs/mitmproxy/template
@@ -1,14 +1,14 @@
 # Template file for 'mitmproxy'
 pkgname=mitmproxy
-version=8.1.1
-revision=3
+version=9.0.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-Brotli python3-Flask python3-asgiref python3-blinker python3-certifi
- python3-click python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
- python3-ldap3 python3-msgpack python3-openssl python3-parsing python3-passlib python3-protobuf
- python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml python3-sortedcontainers
- python3-tornado python3-urwid python3-wsproto python3-zstandard"
+depends="python3-Brotli python3-Flask python3-asgiref python3-certifi python3-click
+ python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
+ python3-ldap3 python3-mitmproxy_wireguard python3-msgpack python3-openssl python3-parsing
+ python3-passlib python3-protobuf python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
+ python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard"
 checkdepends="${depends} python3-hypothesis python3-parver
  python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"
 short_desc="Interactive TLS-capable intercepting HTTP proxy"
@@ -16,10 +16,11 @@ maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
 license="MIT"
 homepage="https://mitmproxy.org"
 changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
-distfiles="https://github.com/mitmproxy/mitmproxy/archive/v${version}.tar.gz"
-checksum=212e81bec40e1d2a894d73a337f076a3010d981249e513565e9246f29822d06c
+distfiles="https://github.com/mitmproxy/mitmproxy/archive/${version}.tar.gz"
+checksum=2acd2c16e5bc02cd1dab8c58003254a71a2ee0ec0366001f624f85c980a2b43a
 
 _skip="(test_get_version)" # This test fails without a git repository
+_skip+="or(test_wireguard)" # Tries to execute a helper binary compiled for glibc
 
 if [ ${XBPS_TARGET_MACHINE%-musl} = "i686" ]; then
 	_skip+="or(test_refresh)"

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

* Re: [PR PATCH] [Updated] mitmproxy: update to 9.0.1.
  2022-11-05 13:49 [PR PATCH] mitmproxy: update to 9.0.1 unspecd
                   ` (2 preceding siblings ...)
  2022-11-10 11:56 ` unspecd
@ 2022-11-10 12:09 ` unspecd
  2022-11-10 12:12 ` unspecd
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: unspecd @ 2022-11-10 12:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

There is an updated pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/mitmproxy
https://github.com/void-linux/void-packages/pull/40343

mitmproxy: update to 9.0.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):


A patch file from https://github.com/void-linux/void-packages/pull/40343.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/mitmproxy-40343.patch --]
[-- Type: text/x-diff, Size: 6348 bytes --]

From ef17409a952ce0073984808318968b9fc0bc7946 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:23:12 +1100
Subject: [PATCH 1/3] python3-zstandard: update to 0.19.0.

---
 srcpkgs/python3-zstandard/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-zstandard/template b/srcpkgs/python3-zstandard/template
index 68a138ecd03f..352d445c47c9 100644
--- a/srcpkgs/python3-zstandard/template
+++ b/srcpkgs/python3-zstandard/template
@@ -1,7 +1,8 @@
 # Template file for 'python3-zstandard'
 pkgname=python3-zstandard
-version=0.18.0
-revision=3
+version=0.19.0
+revision=1
+wrksrc="python-zstandard-${version}"
 build_style=python3-module
 make_build_args="--system-zstd"
 hostmakedepends="python3-setuptools"
@@ -14,7 +15,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/indygreg/python-zstandard"
 changelog="https://raw.githubusercontent.com/indygreg/python-zstandard/main/docs/news.rst"
 distfiles="https://github.com/indygreg/python-zstandard/archive/${version}.tar.gz"
-checksum=a6c7e2b8d4ec262269ccbc7ce66073370a06d6a0fc866946b7ce429b97e0c4ac
+checksum=8106c216bcaed7b70e6515b407adbfd21dd84c9855c9771530e0a3561b130454
 
 pre_check() {
 	# The skipped test ignored due to failure, see:

From a1dfdc4343c9c820c95f41ac4ac59ee4895d62ae Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:00 +1100
Subject: [PATCH 2/3] New package: python3-mitmproxy_wireguard-0.1.17

---
 srcpkgs/python3-mitmproxy_wireguard/template | 33 ++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 srcpkgs/python3-mitmproxy_wireguard/template

diff --git a/srcpkgs/python3-mitmproxy_wireguard/template b/srcpkgs/python3-mitmproxy_wireguard/template
new file mode 100644
index 000000000000..7ffe4982439f
--- /dev/null
+++ b/srcpkgs/python3-mitmproxy_wireguard/template
@@ -0,0 +1,33 @@
+# Template file for 'python3-mitmproxy_wireguard'
+pkgname=python3-mitmproxy_wireguard
+version=0.1.17
+revision=1
+wrksrc="mitmproxy_wireguard-${version}"
+build_style=python3-pep517
+build_helper=rust
+hostmakedepends="cargo maturin"
+makedepends="python3-devel"
+depends="python3"
+short_desc="WireGuard frontend for mitmproxy"
+maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
+license="MIT"
+homepage="https://github.com/decathorpe/mitmproxy_wireguard"
+changelog="https://raw.githubusercontent.com/decathorpe/mitmproxy_wireguard/main/CHANGELOG.md"
+distfiles="https://github.com/decathorpe/mitmproxy_wireguard/archive/${version}.tar.gz"
+checksum=4d433e4c9bc76aa79b1bc8bdf972789265bb63f610c1b214156ff1416ea946cf
+
+if [ "$CROSS_BUILD" ]; then
+	makedepends+=" rust-std"
+	export PYO3_CROSS_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib"
+	export PYO3_CROSS_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
+fi
+
+do_build() {
+	# Taken from ../python3-adblock/template
+	maturin build -o . --release --target "${RUST_TARGET}" --manylinux off
+	mv mitmproxy_wireguard-${version}-*.whl mitmproxy_wireguard-${version}-py3-none-any.whl
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 434fe45d25366234ded2358a0d4ea3cf8af58f04 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:31 +1100
Subject: [PATCH 3/3] mitmproxy: update to 9.0.1.

---
 srcpkgs/mitmproxy/template                   | 19 ++++++++++---------
 srcpkgs/python3-mitmproxy_wireguard/template |  3 ++-
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/mitmproxy/template b/srcpkgs/mitmproxy/template
index ea33d3571a35..a9d1e996d392 100644
--- a/srcpkgs/mitmproxy/template
+++ b/srcpkgs/mitmproxy/template
@@ -1,14 +1,14 @@
 # Template file for 'mitmproxy'
 pkgname=mitmproxy
-version=8.1.1
-revision=3
+version=9.0.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-Brotli python3-Flask python3-asgiref python3-blinker python3-certifi
- python3-click python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
- python3-ldap3 python3-msgpack python3-openssl python3-parsing python3-passlib python3-protobuf
- python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml python3-sortedcontainers
- python3-tornado python3-urwid python3-wsproto python3-zstandard"
+depends="python3-Brotli python3-Flask python3-asgiref python3-certifi python3-click
+ python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
+ python3-ldap3 python3-mitmproxy_wireguard python3-msgpack python3-openssl python3-parsing
+ python3-passlib python3-protobuf python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
+ python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard"
 checkdepends="${depends} python3-hypothesis python3-parver
  python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"
 short_desc="Interactive TLS-capable intercepting HTTP proxy"
@@ -16,10 +16,11 @@ maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
 license="MIT"
 homepage="https://mitmproxy.org"
 changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
-distfiles="https://github.com/mitmproxy/mitmproxy/archive/v${version}.tar.gz"
-checksum=212e81bec40e1d2a894d73a337f076a3010d981249e513565e9246f29822d06c
+distfiles="https://github.com/mitmproxy/mitmproxy/archive/${version}.tar.gz"
+checksum=2acd2c16e5bc02cd1dab8c58003254a71a2ee0ec0366001f624f85c980a2b43a
 
 _skip="(test_get_version)" # This test fails without a git repository
+_skip+="or(test_wireguard)" # Tries to execute a helper binary compiled for glibc
 
 if [ ${XBPS_TARGET_MACHINE%-musl} = "i686" ]; then
 	_skip+="or(test_refresh)"
diff --git a/srcpkgs/python3-mitmproxy_wireguard/template b/srcpkgs/python3-mitmproxy_wireguard/template
index 7ffe4982439f..87d004429335 100644
--- a/srcpkgs/python3-mitmproxy_wireguard/template
+++ b/srcpkgs/python3-mitmproxy_wireguard/template
@@ -25,7 +25,8 @@ fi
 do_build() {
 	# Taken from ../python3-adblock/template
 	maturin build -o . --release --target "${RUST_TARGET}" --manylinux off
-	mv mitmproxy_wireguard-${version}-*.whl mitmproxy_wireguard-${version}-py3-none-any.whl
+	mkdir -p dist
+	mv mitmproxy_wireguard-${version}-*.whl dist/mitmproxy_wireguard-${version}-py3-none-any.whl
 }
 
 post_install() {

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

* Re: [PR PATCH] [Updated] mitmproxy: update to 9.0.1.
  2022-11-05 13:49 [PR PATCH] mitmproxy: update to 9.0.1 unspecd
                   ` (3 preceding siblings ...)
  2022-11-10 12:09 ` unspecd
@ 2022-11-10 12:12 ` unspecd
  2022-11-10 12:14 ` unspecd
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: unspecd @ 2022-11-10 12:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

There is an updated pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/mitmproxy
https://github.com/void-linux/void-packages/pull/40343

mitmproxy: update to 9.0.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):


A patch file from https://github.com/void-linux/void-packages/pull/40343.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/mitmproxy-40343.patch --]
[-- Type: text/x-diff, Size: 6309 bytes --]

From 2f897b323f80bccb3e7833c88880209db1a19592 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:23:12 +1100
Subject: [PATCH 1/3] python3-zstandard: update to 0.19.0.

---
 srcpkgs/python3-zstandard/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-zstandard/template b/srcpkgs/python3-zstandard/template
index 68a138ecd03f..3296feb90d65 100644
--- a/srcpkgs/python3-zstandard/template
+++ b/srcpkgs/python3-zstandard/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zstandard'
 pkgname=python3-zstandard
-version=0.18.0
-revision=3
+version=0.19.0
+revision=1
 build_style=python3-module
 make_build_args="--system-zstd"
 hostmakedepends="python3-setuptools"
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/indygreg/python-zstandard"
 changelog="https://raw.githubusercontent.com/indygreg/python-zstandard/main/docs/news.rst"
 distfiles="https://github.com/indygreg/python-zstandard/archive/${version}.tar.gz"
-checksum=a6c7e2b8d4ec262269ccbc7ce66073370a06d6a0fc866946b7ce429b97e0c4ac
+checksum=8106c216bcaed7b70e6515b407adbfd21dd84c9855c9771530e0a3561b130454
 
 pre_check() {
 	# The skipped test ignored due to failure, see:

From 2f9c33131d7cc5f80edf914fc6cb3bb19ac8e5fc Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:00 +1100
Subject: [PATCH 2/3] New package: python3-mitmproxy_wireguard-0.1.17

---
 srcpkgs/python3-mitmproxy_wireguard/template | 33 ++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 srcpkgs/python3-mitmproxy_wireguard/template

diff --git a/srcpkgs/python3-mitmproxy_wireguard/template b/srcpkgs/python3-mitmproxy_wireguard/template
new file mode 100644
index 000000000000..7ffe4982439f
--- /dev/null
+++ b/srcpkgs/python3-mitmproxy_wireguard/template
@@ -0,0 +1,33 @@
+# Template file for 'python3-mitmproxy_wireguard'
+pkgname=python3-mitmproxy_wireguard
+version=0.1.17
+revision=1
+wrksrc="mitmproxy_wireguard-${version}"
+build_style=python3-pep517
+build_helper=rust
+hostmakedepends="cargo maturin"
+makedepends="python3-devel"
+depends="python3"
+short_desc="WireGuard frontend for mitmproxy"
+maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
+license="MIT"
+homepage="https://github.com/decathorpe/mitmproxy_wireguard"
+changelog="https://raw.githubusercontent.com/decathorpe/mitmproxy_wireguard/main/CHANGELOG.md"
+distfiles="https://github.com/decathorpe/mitmproxy_wireguard/archive/${version}.tar.gz"
+checksum=4d433e4c9bc76aa79b1bc8bdf972789265bb63f610c1b214156ff1416ea946cf
+
+if [ "$CROSS_BUILD" ]; then
+	makedepends+=" rust-std"
+	export PYO3_CROSS_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib"
+	export PYO3_CROSS_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
+fi
+
+do_build() {
+	# Taken from ../python3-adblock/template
+	maturin build -o . --release --target "${RUST_TARGET}" --manylinux off
+	mv mitmproxy_wireguard-${version}-*.whl mitmproxy_wireguard-${version}-py3-none-any.whl
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 88e92e642c467a207e6de722d0142c488568fe2b Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:31 +1100
Subject: [PATCH 3/3] mitmproxy: update to 9.0.1.

---
 srcpkgs/mitmproxy/template                   | 19 ++++++++++---------
 srcpkgs/python3-mitmproxy_wireguard/template |  3 ++-
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/mitmproxy/template b/srcpkgs/mitmproxy/template
index ea33d3571a35..a9d1e996d392 100644
--- a/srcpkgs/mitmproxy/template
+++ b/srcpkgs/mitmproxy/template
@@ -1,14 +1,14 @@
 # Template file for 'mitmproxy'
 pkgname=mitmproxy
-version=8.1.1
-revision=3
+version=9.0.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-Brotli python3-Flask python3-asgiref python3-blinker python3-certifi
- python3-click python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
- python3-ldap3 python3-msgpack python3-openssl python3-parsing python3-passlib python3-protobuf
- python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml python3-sortedcontainers
- python3-tornado python3-urwid python3-wsproto python3-zstandard"
+depends="python3-Brotli python3-Flask python3-asgiref python3-certifi python3-click
+ python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
+ python3-ldap3 python3-mitmproxy_wireguard python3-msgpack python3-openssl python3-parsing
+ python3-passlib python3-protobuf python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
+ python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard"
 checkdepends="${depends} python3-hypothesis python3-parver
  python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"
 short_desc="Interactive TLS-capable intercepting HTTP proxy"
@@ -16,10 +16,11 @@ maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
 license="MIT"
 homepage="https://mitmproxy.org"
 changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
-distfiles="https://github.com/mitmproxy/mitmproxy/archive/v${version}.tar.gz"
-checksum=212e81bec40e1d2a894d73a337f076a3010d981249e513565e9246f29822d06c
+distfiles="https://github.com/mitmproxy/mitmproxy/archive/${version}.tar.gz"
+checksum=2acd2c16e5bc02cd1dab8c58003254a71a2ee0ec0366001f624f85c980a2b43a
 
 _skip="(test_get_version)" # This test fails without a git repository
+_skip+="or(test_wireguard)" # Tries to execute a helper binary compiled for glibc
 
 if [ ${XBPS_TARGET_MACHINE%-musl} = "i686" ]; then
 	_skip+="or(test_refresh)"
diff --git a/srcpkgs/python3-mitmproxy_wireguard/template b/srcpkgs/python3-mitmproxy_wireguard/template
index 7ffe4982439f..87d004429335 100644
--- a/srcpkgs/python3-mitmproxy_wireguard/template
+++ b/srcpkgs/python3-mitmproxy_wireguard/template
@@ -25,7 +25,8 @@ fi
 do_build() {
 	# Taken from ../python3-adblock/template
 	maturin build -o . --release --target "${RUST_TARGET}" --manylinux off
-	mv mitmproxy_wireguard-${version}-*.whl mitmproxy_wireguard-${version}-py3-none-any.whl
+	mkdir -p dist
+	mv mitmproxy_wireguard-${version}-*.whl dist/mitmproxy_wireguard-${version}-py3-none-any.whl
 }
 
 post_install() {

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

* Re: mitmproxy: update to 9.0.1.
  2022-11-05 13:49 [PR PATCH] mitmproxy: update to 9.0.1 unspecd
                   ` (4 preceding siblings ...)
  2022-11-10 12:12 ` unspecd
@ 2022-11-10 12:14 ` unspecd
  2022-11-10 13:10 ` paper42
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: unspecd @ 2022-11-10 12:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/40343#issuecomment-1310195685

Comment:
Something weird is happening with xlint.

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

* Re: mitmproxy: update to 9.0.1.
  2022-11-05 13:49 [PR PATCH] mitmproxy: update to 9.0.1 unspecd
                   ` (5 preceding siblings ...)
  2022-11-10 12:14 ` unspecd
@ 2022-11-10 13:10 ` paper42
  2022-11-10 13:14 ` [PR PATCH] [Updated] " unspecd
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2022-11-10 13:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40343#issuecomment-1310260420

Comment:
> Something weird is happening with xlint.

remove $wrksrc, it's not necessary anymore

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

* Re: [PR PATCH] [Updated] mitmproxy: update to 9.0.1.
  2022-11-05 13:49 [PR PATCH] mitmproxy: update to 9.0.1 unspecd
                   ` (6 preceding siblings ...)
  2022-11-10 13:10 ` paper42
@ 2022-11-10 13:14 ` unspecd
  2022-11-10 13:15 ` unspecd
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: unspecd @ 2022-11-10 13:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

There is an updated pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/mitmproxy
https://github.com/void-linux/void-packages/pull/40343

mitmproxy: update to 9.0.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):


A patch file from https://github.com/void-linux/void-packages/pull/40343.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/mitmproxy-40343.patch --]
[-- Type: text/x-diff, Size: 6268 bytes --]

From 2f897b323f80bccb3e7833c88880209db1a19592 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:23:12 +1100
Subject: [PATCH 1/3] python3-zstandard: update to 0.19.0.

---
 srcpkgs/python3-zstandard/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-zstandard/template b/srcpkgs/python3-zstandard/template
index 68a138ecd03f..3296feb90d65 100644
--- a/srcpkgs/python3-zstandard/template
+++ b/srcpkgs/python3-zstandard/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zstandard'
 pkgname=python3-zstandard
-version=0.18.0
-revision=3
+version=0.19.0
+revision=1
 build_style=python3-module
 make_build_args="--system-zstd"
 hostmakedepends="python3-setuptools"
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/indygreg/python-zstandard"
 changelog="https://raw.githubusercontent.com/indygreg/python-zstandard/main/docs/news.rst"
 distfiles="https://github.com/indygreg/python-zstandard/archive/${version}.tar.gz"
-checksum=a6c7e2b8d4ec262269ccbc7ce66073370a06d6a0fc866946b7ce429b97e0c4ac
+checksum=8106c216bcaed7b70e6515b407adbfd21dd84c9855c9771530e0a3561b130454
 
 pre_check() {
 	# The skipped test ignored due to failure, see:

From 8faa90d6c2e22b1f35f6a9568e3b35ef8f620f09 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:00 +1100
Subject: [PATCH 2/3] New package: python3-mitmproxy_wireguard-0.1.17

---
 srcpkgs/python3-mitmproxy_wireguard/template | 32 ++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/python3-mitmproxy_wireguard/template

diff --git a/srcpkgs/python3-mitmproxy_wireguard/template b/srcpkgs/python3-mitmproxy_wireguard/template
new file mode 100644
index 000000000000..01593055e266
--- /dev/null
+++ b/srcpkgs/python3-mitmproxy_wireguard/template
@@ -0,0 +1,32 @@
+# Template file for 'python3-mitmproxy_wireguard'
+pkgname=python3-mitmproxy_wireguard
+version=0.1.17
+revision=1
+build_style=python3-pep517
+build_helper=rust
+hostmakedepends="cargo maturin"
+makedepends="python3-devel"
+depends="python3"
+short_desc="WireGuard frontend for mitmproxy"
+maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
+license="MIT"
+homepage="https://github.com/decathorpe/mitmproxy_wireguard"
+changelog="https://raw.githubusercontent.com/decathorpe/mitmproxy_wireguard/main/CHANGELOG.md"
+distfiles="https://github.com/decathorpe/mitmproxy_wireguard/archive/${version}.tar.gz"
+checksum=4d433e4c9bc76aa79b1bc8bdf972789265bb63f610c1b214156ff1416ea946cf
+
+if [ "$CROSS_BUILD" ]; then
+	makedepends+=" rust-std"
+	export PYO3_CROSS_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib"
+	export PYO3_CROSS_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
+fi
+
+do_build() {
+	# Taken from ../python3-adblock/template
+	maturin build -o . --release --target "${RUST_TARGET}" --manylinux off
+	mv mitmproxy_wireguard-${version}-*.whl mitmproxy_wireguard-${version}-py3-none-any.whl
+}
+
+post_install() {
+	vlicense LICENSE
+}

From f0a4f3cd185b8ae04bae57f46ce40dfbc31445c3 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:31 +1100
Subject: [PATCH 3/3] mitmproxy: update to 9.0.1.

---
 srcpkgs/mitmproxy/template                   | 19 ++++++++++---------
 srcpkgs/python3-mitmproxy_wireguard/template |  3 ++-
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/mitmproxy/template b/srcpkgs/mitmproxy/template
index ea33d3571a35..a9d1e996d392 100644
--- a/srcpkgs/mitmproxy/template
+++ b/srcpkgs/mitmproxy/template
@@ -1,14 +1,14 @@
 # Template file for 'mitmproxy'
 pkgname=mitmproxy
-version=8.1.1
-revision=3
+version=9.0.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-Brotli python3-Flask python3-asgiref python3-blinker python3-certifi
- python3-click python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
- python3-ldap3 python3-msgpack python3-openssl python3-parsing python3-passlib python3-protobuf
- python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml python3-sortedcontainers
- python3-tornado python3-urwid python3-wsproto python3-zstandard"
+depends="python3-Brotli python3-Flask python3-asgiref python3-certifi python3-click
+ python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
+ python3-ldap3 python3-mitmproxy_wireguard python3-msgpack python3-openssl python3-parsing
+ python3-passlib python3-protobuf python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
+ python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard"
 checkdepends="${depends} python3-hypothesis python3-parver
  python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"
 short_desc="Interactive TLS-capable intercepting HTTP proxy"
@@ -16,10 +16,11 @@ maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
 license="MIT"
 homepage="https://mitmproxy.org"
 changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
-distfiles="https://github.com/mitmproxy/mitmproxy/archive/v${version}.tar.gz"
-checksum=212e81bec40e1d2a894d73a337f076a3010d981249e513565e9246f29822d06c
+distfiles="https://github.com/mitmproxy/mitmproxy/archive/${version}.tar.gz"
+checksum=2acd2c16e5bc02cd1dab8c58003254a71a2ee0ec0366001f624f85c980a2b43a
 
 _skip="(test_get_version)" # This test fails without a git repository
+_skip+="or(test_wireguard)" # Tries to execute a helper binary compiled for glibc
 
 if [ ${XBPS_TARGET_MACHINE%-musl} = "i686" ]; then
 	_skip+="or(test_refresh)"
diff --git a/srcpkgs/python3-mitmproxy_wireguard/template b/srcpkgs/python3-mitmproxy_wireguard/template
index 01593055e266..a9c2069c9843 100644
--- a/srcpkgs/python3-mitmproxy_wireguard/template
+++ b/srcpkgs/python3-mitmproxy_wireguard/template
@@ -24,7 +24,8 @@ fi
 do_build() {
 	# Taken from ../python3-adblock/template
 	maturin build -o . --release --target "${RUST_TARGET}" --manylinux off
-	mv mitmproxy_wireguard-${version}-*.whl mitmproxy_wireguard-${version}-py3-none-any.whl
+	mkdir -p dist
+	mv mitmproxy_wireguard-${version}-*.whl dist/mitmproxy_wireguard-${version}-py3-none-any.whl
 }
 
 post_install() {

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

* Re: mitmproxy: update to 9.0.1.
  2022-11-05 13:49 [PR PATCH] mitmproxy: update to 9.0.1 unspecd
                   ` (7 preceding siblings ...)
  2022-11-10 13:14 ` [PR PATCH] [Updated] " unspecd
@ 2022-11-10 13:15 ` unspecd
  2022-11-22 12:13 ` [PR PATCH] [Updated] " unspecd
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: unspecd @ 2022-11-10 13:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/40343#issuecomment-1310267402

Comment:
Done.

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

* Re: [PR PATCH] [Updated] mitmproxy: update to 9.0.1.
  2022-11-05 13:49 [PR PATCH] mitmproxy: update to 9.0.1 unspecd
                   ` (8 preceding siblings ...)
  2022-11-10 13:15 ` unspecd
@ 2022-11-22 12:13 ` unspecd
  2022-11-28 18:22 ` unspecd
  2022-12-31  0:59 ` [PR PATCH] [Closed]: " sgn
  11 siblings, 0 replies; 13+ messages in thread
From: unspecd @ 2022-11-22 12:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

There is an updated pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/mitmproxy
https://github.com/void-linux/void-packages/pull/40343

mitmproxy: update to 9.0.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):


A patch file from https://github.com/void-linux/void-packages/pull/40343.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/mitmproxy-40343.patch --]
[-- Type: text/x-diff, Size: 6268 bytes --]

From b790e35c89004c244b8db74acbcfe45d79acea8a Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:23:12 +1100
Subject: [PATCH 1/3] python3-zstandard: update to 0.19.0.

---
 srcpkgs/python3-zstandard/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-zstandard/template b/srcpkgs/python3-zstandard/template
index 68a138ecd03f..3296feb90d65 100644
--- a/srcpkgs/python3-zstandard/template
+++ b/srcpkgs/python3-zstandard/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zstandard'
 pkgname=python3-zstandard
-version=0.18.0
-revision=3
+version=0.19.0
+revision=1
 build_style=python3-module
 make_build_args="--system-zstd"
 hostmakedepends="python3-setuptools"
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/indygreg/python-zstandard"
 changelog="https://raw.githubusercontent.com/indygreg/python-zstandard/main/docs/news.rst"
 distfiles="https://github.com/indygreg/python-zstandard/archive/${version}.tar.gz"
-checksum=a6c7e2b8d4ec262269ccbc7ce66073370a06d6a0fc866946b7ce429b97e0c4ac
+checksum=8106c216bcaed7b70e6515b407adbfd21dd84c9855c9771530e0a3561b130454
 
 pre_check() {
 	# The skipped test ignored due to failure, see:

From 25f6dc13517b58032b9bf0211093aa5a920b76fc Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:00 +1100
Subject: [PATCH 2/3] New package: python3-mitmproxy_wireguard-0.1.18

---
 srcpkgs/python3-mitmproxy_wireguard/template | 32 ++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/python3-mitmproxy_wireguard/template

diff --git a/srcpkgs/python3-mitmproxy_wireguard/template b/srcpkgs/python3-mitmproxy_wireguard/template
new file mode 100644
index 000000000000..6e9eb4ae3e2c
--- /dev/null
+++ b/srcpkgs/python3-mitmproxy_wireguard/template
@@ -0,0 +1,32 @@
+# Template file for 'python3-mitmproxy_wireguard'
+pkgname=python3-mitmproxy_wireguard
+version=0.1.18
+revision=1
+build_style=python3-pep517
+build_helper=rust
+hostmakedepends="cargo maturin"
+makedepends="python3-devel"
+depends="python3"
+short_desc="WireGuard frontend for mitmproxy"
+maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
+license="MIT"
+homepage="https://github.com/decathorpe/mitmproxy_wireguard"
+changelog="https://raw.githubusercontent.com/decathorpe/mitmproxy_wireguard/main/CHANGELOG.md"
+distfiles="https://github.com/decathorpe/mitmproxy_wireguard/archive/${version}.tar.gz"
+checksum=60eac06b39925224c9cfa7b87b1d32a577f4a5b2c680a5e5b47e10d5f505d358
+
+if [ "$CROSS_BUILD" ]; then
+	makedepends+=" rust-std"
+	export PYO3_CROSS_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib"
+	export PYO3_CROSS_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
+fi
+
+do_build() {
+	# Taken from ../python3-adblock/template
+	maturin build -o . --release --target "${RUST_TARGET}" --manylinux off
+	mv mitmproxy_wireguard-${version}-*.whl mitmproxy_wireguard-${version}-py3-none-any.whl
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 59139ba0332e15de7fc230dfd88e528f180ec614 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:31 +1100
Subject: [PATCH 3/3] mitmproxy: update to 9.0.1.

---
 srcpkgs/mitmproxy/template                   | 19 ++++++++++---------
 srcpkgs/python3-mitmproxy_wireguard/template |  3 ++-
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/mitmproxy/template b/srcpkgs/mitmproxy/template
index ea33d3571a35..a9d1e996d392 100644
--- a/srcpkgs/mitmproxy/template
+++ b/srcpkgs/mitmproxy/template
@@ -1,14 +1,14 @@
 # Template file for 'mitmproxy'
 pkgname=mitmproxy
-version=8.1.1
-revision=3
+version=9.0.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-Brotli python3-Flask python3-asgiref python3-blinker python3-certifi
- python3-click python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
- python3-ldap3 python3-msgpack python3-openssl python3-parsing python3-passlib python3-protobuf
- python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml python3-sortedcontainers
- python3-tornado python3-urwid python3-wsproto python3-zstandard"
+depends="python3-Brotli python3-Flask python3-asgiref python3-certifi python3-click
+ python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
+ python3-ldap3 python3-mitmproxy_wireguard python3-msgpack python3-openssl python3-parsing
+ python3-passlib python3-protobuf python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
+ python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard"
 checkdepends="${depends} python3-hypothesis python3-parver
  python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"
 short_desc="Interactive TLS-capable intercepting HTTP proxy"
@@ -16,10 +16,11 @@ maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
 license="MIT"
 homepage="https://mitmproxy.org"
 changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
-distfiles="https://github.com/mitmproxy/mitmproxy/archive/v${version}.tar.gz"
-checksum=212e81bec40e1d2a894d73a337f076a3010d981249e513565e9246f29822d06c
+distfiles="https://github.com/mitmproxy/mitmproxy/archive/${version}.tar.gz"
+checksum=2acd2c16e5bc02cd1dab8c58003254a71a2ee0ec0366001f624f85c980a2b43a
 
 _skip="(test_get_version)" # This test fails without a git repository
+_skip+="or(test_wireguard)" # Tries to execute a helper binary compiled for glibc
 
 if [ ${XBPS_TARGET_MACHINE%-musl} = "i686" ]; then
 	_skip+="or(test_refresh)"
diff --git a/srcpkgs/python3-mitmproxy_wireguard/template b/srcpkgs/python3-mitmproxy_wireguard/template
index 6e9eb4ae3e2c..50f90746a5b9 100644
--- a/srcpkgs/python3-mitmproxy_wireguard/template
+++ b/srcpkgs/python3-mitmproxy_wireguard/template
@@ -24,7 +24,8 @@ fi
 do_build() {
 	# Taken from ../python3-adblock/template
 	maturin build -o . --release --target "${RUST_TARGET}" --manylinux off
-	mv mitmproxy_wireguard-${version}-*.whl mitmproxy_wireguard-${version}-py3-none-any.whl
+	mkdir -p dist
+	mv mitmproxy_wireguard-${version}-*.whl dist/mitmproxy_wireguard-${version}-py3-none-any.whl
 }
 
 post_install() {

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

* Re: [PR PATCH] [Updated] mitmproxy: update to 9.0.1.
  2022-11-05 13:49 [PR PATCH] mitmproxy: update to 9.0.1 unspecd
                   ` (9 preceding siblings ...)
  2022-11-22 12:13 ` [PR PATCH] [Updated] " unspecd
@ 2022-11-28 18:22 ` unspecd
  2022-12-31  0:59 ` [PR PATCH] [Closed]: " sgn
  11 siblings, 0 replies; 13+ messages in thread
From: unspecd @ 2022-11-28 18:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

There is an updated pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/mitmproxy
https://github.com/void-linux/void-packages/pull/40343

mitmproxy: update to 9.0.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):


A patch file from https://github.com/void-linux/void-packages/pull/40343.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/mitmproxy-40343.patch --]
[-- Type: text/x-diff, Size: 7125 bytes --]

From 2fae2366a33af8da4c68fa4f27b7522ec99930ef Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Tue, 29 Nov 2022 04:25:17 +1100
Subject: [PATCH 1/4] python3-parver: update to 0.4.

---
 srcpkgs/python3-parver/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-parver/template b/srcpkgs/python3-parver/template
index 59ea717039fb..7a5046e89c8b 100644
--- a/srcpkgs/python3-parver/template
+++ b/srcpkgs/python3-parver/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-parver'
 pkgname=python3-parver
-version=0.3.1
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-Arpeggio python3-attrs python3-six"
+version=0.4
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-Arpeggio python3-attrs"
 checkdepends="${depends} python3-hypothesis python3-pretend python3-pytest"
 short_desc="Allows parsing and manipulation of PEP 440 version numbers"
 maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
@@ -12,7 +12,8 @@ license="MIT"
 homepage="https://github.com/RazerM/parver"
 changelog="https://raw.githubusercontent.com/RazerM/parver/master/CHANGELOG.md"
 distfiles="https://github.com/RazerM/parver/archive/${version}.tar.gz"
-checksum=db9cb60d6fa8fa5fe88af7016c26846a297dec8ce30f4966f29edf1351e4a544
+checksum=ffc75ffb4a80a91c6d1dc74d00e593f81d1dceda4b523a62683f2d93f15d0cfe
+make_check_pre="env PYTHONPATH=src"
 
 post_install() {
 	vlicense LICENSE

From 10b163940480505669ed4e2d481dd8a71e019474 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:23:12 +1100
Subject: [PATCH 2/4] python3-zstandard: update to 0.19.0.

---
 srcpkgs/python3-zstandard/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-zstandard/template b/srcpkgs/python3-zstandard/template
index 68a138ecd03f..3296feb90d65 100644
--- a/srcpkgs/python3-zstandard/template
+++ b/srcpkgs/python3-zstandard/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zstandard'
 pkgname=python3-zstandard
-version=0.18.0
-revision=3
+version=0.19.0
+revision=1
 build_style=python3-module
 make_build_args="--system-zstd"
 hostmakedepends="python3-setuptools"
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/indygreg/python-zstandard"
 changelog="https://raw.githubusercontent.com/indygreg/python-zstandard/main/docs/news.rst"
 distfiles="https://github.com/indygreg/python-zstandard/archive/${version}.tar.gz"
-checksum=a6c7e2b8d4ec262269ccbc7ce66073370a06d6a0fc866946b7ce429b97e0c4ac
+checksum=8106c216bcaed7b70e6515b407adbfd21dd84c9855c9771530e0a3561b130454
 
 pre_check() {
 	# The skipped test ignored due to failure, see:

From ddcd81b969fa17863dfe077c7c52611fe6f571a5 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:00 +1100
Subject: [PATCH 3/4] New package: python3-mitmproxy_wireguard-0.1.19

---
 srcpkgs/python3-mitmproxy_wireguard/template | 33 ++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 srcpkgs/python3-mitmproxy_wireguard/template

diff --git a/srcpkgs/python3-mitmproxy_wireguard/template b/srcpkgs/python3-mitmproxy_wireguard/template
new file mode 100644
index 000000000000..8beee277ffc3
--- /dev/null
+++ b/srcpkgs/python3-mitmproxy_wireguard/template
@@ -0,0 +1,33 @@
+# Template file for 'python3-mitmproxy_wireguard'
+pkgname=python3-mitmproxy_wireguard
+version=0.1.19
+revision=1
+build_style=python3-pep517
+build_helper=rust
+hostmakedepends="cargo maturin"
+makedepends="python3-devel"
+depends="python3"
+short_desc="WireGuard frontend for mitmproxy"
+maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
+license="MIT"
+homepage="https://github.com/decathorpe/mitmproxy_wireguard"
+changelog="https://raw.githubusercontent.com/decathorpe/mitmproxy_wireguard/main/CHANGELOG.md"
+distfiles="https://github.com/decathorpe/mitmproxy_wireguard/archive/${version}.tar.gz"
+checksum=749b5b45222b629f4cced154cc4bf70ba7ae3061db02e2ea0ae45a4ae6246463
+
+if [ "$CROSS_BUILD" ]; then
+	makedepends+=" rust-std"
+	export PYO3_CROSS_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib"
+	export PYO3_CROSS_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include"
+fi
+
+do_build() {
+	# Taken from ../python3-adblock/template
+	maturin build -o . --release --target "${RUST_TARGET}" --manylinux off
+	mkdir -p dist
+	mv mitmproxy_wireguard-${version}-*.whl dist/mitmproxy_wireguard-${version}-py3-none-any.whl
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 7b509105f37754a5c86df8699835885c874cda93 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 6 Nov 2022 00:24:31 +1100
Subject: [PATCH 4/4] mitmproxy: update to 9.0.1.

---
 srcpkgs/mitmproxy/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/mitmproxy/template b/srcpkgs/mitmproxy/template
index ea33d3571a35..a9d1e996d392 100644
--- a/srcpkgs/mitmproxy/template
+++ b/srcpkgs/mitmproxy/template
@@ -1,14 +1,14 @@
 # Template file for 'mitmproxy'
 pkgname=mitmproxy
-version=8.1.1
-revision=3
+version=9.0.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-Brotli python3-Flask python3-asgiref python3-blinker python3-certifi
- python3-click python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
- python3-ldap3 python3-msgpack python3-openssl python3-parsing python3-passlib python3-protobuf
- python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml python3-sortedcontainers
- python3-tornado python3-urwid python3-wsproto python3-zstandard"
+depends="python3-Brotli python3-Flask python3-asgiref python3-certifi python3-click
+ python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
+ python3-ldap3 python3-mitmproxy_wireguard python3-msgpack python3-openssl python3-parsing
+ python3-passlib python3-protobuf python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
+ python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard"
 checkdepends="${depends} python3-hypothesis python3-parver
  python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"
 short_desc="Interactive TLS-capable intercepting HTTP proxy"
@@ -16,10 +16,11 @@ maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
 license="MIT"
 homepage="https://mitmproxy.org"
 changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
-distfiles="https://github.com/mitmproxy/mitmproxy/archive/v${version}.tar.gz"
-checksum=212e81bec40e1d2a894d73a337f076a3010d981249e513565e9246f29822d06c
+distfiles="https://github.com/mitmproxy/mitmproxy/archive/${version}.tar.gz"
+checksum=2acd2c16e5bc02cd1dab8c58003254a71a2ee0ec0366001f624f85c980a2b43a
 
 _skip="(test_get_version)" # This test fails without a git repository
+_skip+="or(test_wireguard)" # Tries to execute a helper binary compiled for glibc
 
 if [ ${XBPS_TARGET_MACHINE%-musl} = "i686" ]; then
 	_skip+="or(test_refresh)"

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

* Re: [PR PATCH] [Closed]: mitmproxy: update to 9.0.1.
  2022-11-05 13:49 [PR PATCH] mitmproxy: update to 9.0.1 unspecd
                   ` (10 preceding siblings ...)
  2022-11-28 18:22 ` unspecd
@ 2022-12-31  0:59 ` sgn
  11 siblings, 0 replies; 13+ messages in thread
From: sgn @ 2022-12-31  0:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

There's a closed pull request on the void-packages repository

mitmproxy: update to 9.0.1.
https://github.com/void-linux/void-packages/pull/40343

Description:
Also updated python3-parver, python3-zstandard.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):


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

end of thread, other threads:[~2022-12-31  0:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-05 13:49 [PR PATCH] mitmproxy: update to 9.0.1 unspecd
2022-11-06 11:06 ` [PR PATCH] [Updated] " unspecd
2022-11-08 10:16 ` unspecd
2022-11-10 11:56 ` unspecd
2022-11-10 12:09 ` unspecd
2022-11-10 12:12 ` unspecd
2022-11-10 12:14 ` unspecd
2022-11-10 13:10 ` paper42
2022-11-10 13:14 ` [PR PATCH] [Updated] " unspecd
2022-11-10 13:15 ` unspecd
2022-11-22 12:13 ` [PR PATCH] [Updated] " unspecd
2022-11-28 18:22 ` unspecd
2022-12-31  0:59 ` [PR PATCH] [Closed]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).