Package Details: mitmproxy-git 10.1.5.r2.gd72b92bdf-1

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: 2023-11-26 16:52 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Cyber_STX commented on 2018-07-18 09:44 (UTC) (edited on 2018-07-18 09:47 (UTC) by Cyber_STX)

I cannot install this package. It fails during the check() with numerous errors.

https://pastebin.com/raw/FcAa5L1D

burningserenity commented on 2018-06-19 14:37 (UTC)

I had to add some more dependencies:

brotlipy
certifi
h2
hyperframe
kaitaistruct
ldap3

I also had to change the python2 dependencies to their python3 versions, and change the version of Python used to install to python3.

dbalan commented on 2018-01-29 14:49 (UTC) (edited on 2018-01-29 14:50 (UTC) by dbalan)

This seems to be broken on my machine. Am I doing something wrong?

Traceback (most recent call last):
  File "/usr/bin/mitmproxy", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3147, in <module>
    @_call_aside
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3131, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3160, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 666, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 984, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 870, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'wsproto<0.12.0,>=0.11.0' distribution was not found and is required by mitmproxy

alphazo commented on 2015-04-06 21:05 (UTC)

Thanks @nartes for the fix.

nartes commented on 2015-04-06 20:56 (UTC)

added two dependencies pyperclip and blinker # Contributor: alphazo <alphazo@gmail.com> _gitname="mitmproxy" pkgname=mitmproxy-git pkgver=v0.11.3.r289.g0d6de19 pkgrel=1 pkgdesc="mitmproxy is an SSL-capable, intercepting HTTP proxy. It provides a console interface that allows traffic flows to be inspected and edited on the fly." arch=('any') url="https://github.com/mitmproxy/mitmproxy" license=('GPL') depends=('openssl' 'python2-urwid' 'python2-netlib>=0.11.2' 'python2-pyopenssl' 'python2-pyasn1' 'python2-imaging' 'python2-lxml' 'python2-flask' 'python2-requests' 'python2-passlib' 'python2-configargparse' 'python2-tornado' 'python2-blinker>=1.3' 'python2-pyperclip>=1.5.8') conflicts=('mitmproxy') source=("git://github.com/mitmproxy/mitmproxy.git") sha1sums=('SKIP') pkgver() { cd "$_gitname" git describe --tags | sed -E 's/([^-]*-g)/r\1/;s/-/./g' } package() { cd "$_gitname" python2 setup.py install --root=${pkgdir} || return 1 }

nartes commented on 2015-04-03 05:37 (UTC)

Couldn't build package, git clone doesn't respond. But git clone by hand caused not working build, while running raised python. Could somebody accept succefull build of this package, tx.

alphazo commented on 2015-03-14 12:57 (UTC)

Strange. I don't have python2-pyperclip installed and can install the current AUR package without it.

tjaart commented on 2015-03-13 04:48 (UTC)

when I installed this package for the first time, I also had to install the package: python2-pyperclip Should this should be in the dependencies list?

alphazo commented on 2015-02-12 21:42 (UTC)

Thanks @ser. PKGBUILD fixed.