parent
84c8ff85ae
commit
b3e006f53d
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'mitmproxy'
|
# Template file for 'mitmproxy'
|
||||||
pkgname=mitmproxy
|
pkgname=mitmproxy
|
||||||
version=8.1.1
|
version=9.0.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-Brotli python3-Flask python3-asgiref python3-blinker python3-certifi
|
depends="python3-Brotli python3-Flask python3-asgiref python3-certifi python3-click
|
||||||
python3-click python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
|
python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
|
||||||
python3-ldap3 python3-msgpack python3-openssl python3-parsing python3-passlib python3-protobuf
|
python3-ldap3 python3-mitmproxy_wireguard python3-msgpack python3-openssl python3-parsing
|
||||||
python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml python3-sortedcontainers
|
python3-passlib python3-protobuf python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
|
||||||
python3-tornado python3-urwid python3-wsproto python3-zstandard"
|
python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard"
|
||||||
checkdepends="${depends} python3-hypothesis python3-parver
|
checkdepends="${depends} python3-hypothesis python3-parver
|
||||||
python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"
|
python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"
|
||||||
short_desc="Interactive TLS-capable intercepting HTTP proxy"
|
short_desc="Interactive TLS-capable intercepting HTTP proxy"
|
||||||
|
@ -16,10 +16,11 @@ maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://mitmproxy.org"
|
homepage="https://mitmproxy.org"
|
||||||
changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/mitmproxy/mitmproxy/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mitmproxy/mitmproxy/archive/${version}.tar.gz"
|
||||||
checksum=212e81bec40e1d2a894d73a337f076a3010d981249e513565e9246f29822d06c
|
checksum=2acd2c16e5bc02cd1dab8c58003254a71a2ee0ec0366001f624f85c980a2b43a
|
||||||
|
|
||||||
_skip="(test_get_version)" # This test fails without a git repository
|
_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
|
if [ ${XBPS_TARGET_MACHINE%-musl} = "i686" ]; then
|
||||||
_skip+="or(test_refresh)"
|
_skip+="or(test_refresh)"
|
||||||
|
|
Loading…
Reference in New Issue