Search Criteria
Package Details: mitmproxy-git 12.2.2.r7.gab470e539-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mitmproxy-git.git (read-only, click to copy) |
|---|---|
| Package Base: | mitmproxy-git |
| Description: | SSL-capable man-in-the-middle HTTP proxy |
| Upstream URL: | https://mitmproxy.org/ |
| Licenses: | MIT |
| Conflicts: | mitmproxy |
| Provides: | mitmproxy |
| Submitter: | alphazo |
| Maintainer: | a821 |
| Last Packager: | a821 |
| Votes: | 22 |
| Popularity: | 0.000000 |
| First Submitted: | 2011-05-24 17:23 (UTC) |
| Last Updated: | 2026-05-20 07:12 (UTC) |
Dependencies (36)
- python
- python-aioquic
- python-argon2-cffi
- python-asgiref
- python-bcrypt
- python-brotli (python-brotli-gitAUR)
- python-certifi
- python-cryptography
- python-flask
- python-h11
- python-h2
- python-hyperframe
- python-kaitaistruct
- python-ldap3
- python-mitmproxy-rs-gitAUR
- python-msgpack
- python-publicsuffix2
- python-pyopenssl
- python-pyparsing
- python-pyperclip
- Show 16 more dependencies...
Required by (2)
- wapiti (requires mitmproxy)
- ytsubconverter-bin (requires mitmproxy) (optional)
Latest Comments
1 2 3 4 5 Next › Last »
a821 commented on 2024-12-24 09:13 (UTC)
@killab33z: It seems that
mitproxyrelies on a pinnedmitmproxy_rs(link), meaning this package it is not compatible withpython-mitmproxy-rs. I've tested building this package againstpython-mitmproxy-rs-git(just submitted) and it seems to work.killab33z commented on 2024-12-23 22:14 (UTC) (edited on 2024-12-24 00:55 (UTC) by killab33z)
This package continues to fail to build for me, but I was able to get this built and working by commenting out the check() function, so it appears the issue is happening in there.
rageltman commented on 2021-01-15 01:22 (UTC)
Failing the
check()step with:Flat commented on 2019-12-03 01:19 (UTC)
makedepends=('git')needs to be added to the PKGBUILD.It also appears that the testing workflow has changed upstream.
hooxen commented on 2019-10-15 00:05 (UTC) (edited on 2019-10-15 02:48 (UTC) by hooxen)
This hangs when running test_server.py from
checkforcing abort via keyboard interrupt. Anyone experience this or know how to bypass? I did not get the error when I installed from source from github usingvenvnavigaid commented on 2019-10-10 11:25 (UTC)
@plintb they are added, please check it out
plintb commented on 2019-10-09 18:22 (UTC) (edited on 2019-10-09 18:22 (UTC) by plintb)
The package now additionally requires
python-zstandard>=0.11.0andpython-publicsuffix2>=2.20190812.nomis6432 commented on 2019-09-01 13:55 (UTC)
The package is missing 2 dependencies:
python-protobuf>=3.6.0andpython-brotli>=1.0.Cyber_STX commented on 2019-02-01 07:03 (UTC)
Hi,
Installation fails during testing with a LOTS of errors.
Cheers.
Cyber_STX commented on 2018-07-24 04:09 (UTC) (edited on 2018-07-24 04:30 (UTC) by Cyber_STX)
Hi,
Unfortunately, it still fails, with the exact same error I posted on pastebin. I don't understand why. Using makepkg -cris.
EDIT: I managed to install it by:
But after this, I got those errors when trying to launch it:
Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 570, in _build_master ws.require(requires) File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 888, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 779, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (protobuf 3.5.2 (/usr/lib/python3.6/site-packages), Requirement.parse('protobuf>=3.6.0'), {'mitmproxy'})During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/bin/mitmproxy", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 3095, in <module> @_call_aside File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 3079, in _call_aside f(args, *kwargs) File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 3108, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 572, in _build_master return cls._build_from_requirements(requires) File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 585, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 774, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'protobuf>=3.6.0' distribution was not found and is required by mitmproxy </module></module>1 2 3 4 5 Next › Last »