Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions srcpkgs/mitmproxy/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Template file for 'mitmproxy'
pkgname=mitmproxy
version=11.1.3
revision=2
version=12.2.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-aioquic python3-Brotli python3-Flask python3-argon2 python3-asgiref
python3-certifi python3-cryptography python3-h11 python3-h2 python3-hyperframe
python3-kaitaistruct python3-ldap3 python3-mitmproxy-rs python3-msgpack python3-openssl
python3-parsing python3-passlib python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard"
python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard
python3-bcrypt"
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"
Expand All @@ -17,7 +18,7 @@ license="MIT"
homepage="https://mitmproxy.org"
changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
distfiles="https://github.com/mitmproxy/mitmproxy/archive/refs/tags/v${version}.tar.gz"
checksum=bb4f6fc8e9ac64b4c725811983e3e3ff6b2b18b2a992d80d816811709e9efde5
checksum=73a131a533a163ac4d9da7695d0bf0c19422c2b47757c39da4833257732fdb90

_skip="(test_get_version)" # This test fails without a git repository
_skip+="or(test_wireguard)" # Tries to execute a helper binary compiled for glibc
Expand Down
Loading