Search Criteria
Package Details: mitmproxy-git 10.3.1.r38.gf77327634-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: | 2024-07-15 11:03 (UTC) |
Dependencies (36)
- python-aioquic
- python-asgiref
- python-brotli (python-brotli-gitAUR)
- python-certifi
- python-cryptography
- python-flask (python-flask-gitAUR)
- python-h11
- python-h2
- python-hyperframe
- python-kaitaistruct
- python-ldap3
- python-mitmproxy-rs
- python-msgpack
- python-passlib
- python-protobuf (python-protobuf-gitAUR)
- python-publicsuffix2
- python-pyopenssl
- python-pyparsing
- python-pyperclip
- python-requests
- Show 16 more dependencies...
Required by (1)
- wapiti (requires mitmproxy)
Latest Comments
1 2 3 4 5 Next › Last »
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
check
forcing 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 usingvenv
navigaid 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.0
andpython-publicsuffix2>=2.20190812
.nomis6432 commented on 2019-09-01 13:55 (UTC)
The package is missing 2 dependencies:
python-protobuf>=3.6.0
andpython-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>
FFY00 commented on 2018-07-18 17:52 (UTC)
Tests should be running fine now.
1 2 3 4 5 Next › Last »