# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python3_{4,5} ) inherit distutils-r1 versionator git-r3 DESCRIPTION="An interactive, SSL-capable, man-in-the-middle HTTP proxy" HOMEPAGE="http://mitmproxy.org/" EGIT_REPO_URI="https://github.com/mitmproxy/mitmproxy.git" #SRC_URI="https://github.com/mitmproxy/mitmproxy/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" #KEYWORDS="~amd64 ~x86" IUSE="doc examples test" RDEPEND=" >=dev-python/blinker-1.4[${PYTHON_USEDEP}] =dev-python/brotlipy-0.5.1[${PYTHON_USEDEP}] =dev-python/certifi-2015.11.20.1[${PYTHON_USEDEP}] >=dev-python/click-6.2[${PYTHON_USEDEP}] =dev-python/cryptography-2.0[${PYTHON_USEDEP}] =dev-python/cssutils-1.0.1[${PYTHON_USEDEP}] =dev-python/hyper-h2-3.0[${PYTHON_USEDEP}] =dev-python/html2text-2016.1.8[${PYTHON_USEDEP}] <=dev-python/html2text-2016.9.19 >=dev-python/hyperframe-5.0[${PYTHON_USEDEP}] =dev-python/jsbeautifier-1.6.3[${PYTHON_USEDEP}] =dev-python/kaitaistruct-0.7[${PYTHON_USEDEP}] =dev-python/ldap3-2.2.0[${PYTHON_USEDEP}] =dev-python/passlib-1.6.5[${PYTHON_USEDEP}] =dev-python/pyasn1-0.3.1[${PYTHON_USEDEP}] =dev-python/pyopenssl-17.2[${PYTHON_USEDEP}] =dev-python/pyparsing-2.1.3[${PYTHON_USEDEP}] =dev-python/pyperclip-1.5.22[${PYTHON_USEDEP}] =dev-python/requests-2.9.1[${PYTHON_USEDEP}] =dev-python/ruamel-yaml-0.13.2[${PYTHON_USEDEP}] =dev-python/sortedcontainers-1.5.4[${PYTHON_USEDEP}] =www-servers/tornado-4.3[${PYTHON_USEDEP}] =dev-python/urwid-1.3.1[${PYTHON_USEDEP}] =dev-python/pillow-3.2[${PYTHON_USEDEP}]