mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
mitmproxy: v1.0.2 massive bump with its deps
This commit is contained in:
parent
d08315c754
commit
55072c866a
23 changed files with 357 additions and 26 deletions
1
dev-python/brotlipy/Manifest
Normal file
1
dev-python/brotlipy/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST brotlipy-0.6.0.tar.gz 437694 SHA256 2680f33531ee516baf68943210a74ae5a80d3f0b88673df570d371ff53f04283 SHA512 7fdeebaf50565cd57c98cd60297c50a8482283b9d71a382d0e92068eeec1d3d9dd50735d81ac8b196e54291c9cbe9fd3ef27c939ecdc2a164dc9a08b3f57f35c WHIRLPOOL 86cef683b16bd27f78eb3769aba248140e3cc68f6d703ae19b1fc5d1a513cb74131be52118b2a6fc6c827752bd3fd3d69244ddc792d50bb411bd8c44db6ed005
|
||||
21
dev-python/brotlipy/brotlipy-0.6.0.ebuild
Normal file
21
dev-python/brotlipy/brotlipy-0.6.0.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python binding to the Brotli library"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/brotlipy"
|
||||
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
1
dev-python/construct/Manifest
Normal file
1
dev-python/construct/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST construct-2.8.10.tar.gz 719537 SHA256 9030e9db1163b7786d2c058a97ad92640f45d38f2795384cbac5e2ece77921b9 SHA512 97a81b1be9ffb32eae98cc0e194c3667ade0405f9a21867cb850ee4e4cb80cb78bda157bb08304e01559d542ddd9b0a52fbfac2b493d2cabd5d0c62df9f76439 WHIRLPOOL f5155f302a92b4b656c3419a4ba12105c0296ea7a38caf2e70b05f6c571d3618a2473ef851e045c0f4d43ffd2e3e5f49a134e08f2c7a08516b4c5f75166fc247
|
||||
21
dev-python/construct/construct-2.8.10.ebuild
Normal file
21
dev-python/construct/construct-2.8.10.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Construct is a powerful declarative parser (and builder) for binary data"
|
||||
HOMEPAGE="https://github.com/construct/construct"
|
||||
SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
1
dev-python/editorconfig/Manifest
Normal file
1
dev-python/editorconfig/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST EditorConfig-0.12.1.tar.gz 19282 SHA256 8b53c857956194a21043753c9adca5a5b0eaef6cf1db3273a362ddec78f2b8e3 SHA512 d31abc261c3f2e17582d3c5ef549fd2f2292588d8a4549eb98d80693cf94a50078047d95892164a71043375f6c5596152ac62e04e854d78458cfb1183030669f WHIRLPOOL a9c9d369ac5407b00d9cc0bd3d2515e0e88b43f20634de99a775c7f435464973c603556acf88bc692c0c30bd625853b79589574698941160d0a4c4782395ffbb
|
||||
26
dev-python/editorconfig/editorconfig-0.12.1.ebuild
Normal file
26
dev-python/editorconfig/editorconfig-0.12.1.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN=EditorConfig
|
||||
MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="EditorConfig File Locator and Interpreter for Python"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/EditorConfig"
|
||||
SRC_URI="mirror://pypi/$(echo ${MY_PN} | cut -c 1)/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="PSF-2.4"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
1
dev-python/h2/Manifest
Normal file
1
dev-python/h2/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST h2-2.5.1.tar.gz 92713 SHA256 673937480f97ad5a1fc8d78ff937352083c82525905b0f631db841c776a91f76 SHA512 e82a7e6b592b43d74defbd4c729ad287ed019881f6ddf0d2dff9d3eb4fdba29cab8d988848ec64b693da77df5cbcacb06eecf1ecd77843c66c9eea8808fc949c WHIRLPOOL cc1d761bc636fcdb1d760c04676c50427d6a0940bf739244e738506982116338e108a4d2d2dc016127894d1dea842709a2f667239cdd9320e4f1fcc73e7c86bb
|
||||
26
dev-python/h2/h2-2.5.1.ebuild
Normal file
26
dev-python/h2/h2-2.5.1.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Hyper: HTTP/2 Client for Python"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/h2"
|
||||
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-python/enum34-1.0.4 <dev-python/enum34-2
|
||||
>=dev-python/hpack-2.2 <dev-python/hpack-3
|
||||
>=dev-python/hyperframe-3.1 <dev-python/hyperframe-5
|
||||
!=dev-python/hyperframe-4.0.0
|
||||
"
|
||||
1
dev-python/jsbeautifier/Manifest
Normal file
1
dev-python/jsbeautifier/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST jsbeautifier-1.6.4.tar.gz 51139 SHA256 c8a9c65e6c6f1a7493535f6b044491ca6230fc32d1b8392570b77c668943961c SHA512 d58f4f0fb7f7a114891a8218c423b2fadaf2b6e1259f9ddf9e417564dcdb082f66ed24a924ba785784fdf02a7d8e3c851666f4c25e2fd6a0861ce34872a3196f WHIRLPOOL 59530f1af218cb709dc8467290a51a91ca0e7e61ad98d189640752ef6be030df95399c1c0b534e22be509223df476dcb2a7f0ac8ebb043b8ab90457e9e1c6896
|
||||
24
dev-python/jsbeautifier/jsbeautifier-1.6.4.ebuild
Normal file
24
dev-python/jsbeautifier/jsbeautifier-1.6.4.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Beautify, unpack or deobfuscate JavaScript"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/jsbeautifier"
|
||||
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-python/six-1.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/editorconfig-0.12.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
1
dev-python/pyperclip/Manifest
Normal file
1
dev-python/pyperclip/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pyperclip-1.5.27.zip 16938 SHA256 a3cb6df5d8f1557ca8fc514d94fabf50dc5a97042c90e5ba4f3611864fed3fc5 SHA512 cefd79f1d246c9aa9d4d0f3d8cdad291ad31bcc2e000c83e5e05704978bbf7b9b45d49667c2e88305d0a5d6baaeacfb47b26bb69fabf89b6b6e3a1e6f1e23d74 WHIRLPOOL e06951b934afcf16e26588d0bbcc018204b5a941065cd2871ee45a94cd0d2f54967aa0d7e6798b92aa5c64c37e4d7d246eba6bacd42c8b6aec9e4e6d9d3669be
|
||||
38
dev-python/pyperclip/pyperclip-1.5.27.ebuild
Normal file
38
dev-python/pyperclip/pyperclip-1.5.27.ebuild
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5} )
|
||||
|
||||
inherit distutils-r1 virtualx
|
||||
|
||||
DESCRIPTION="Cross-platform clipboard module"
|
||||
HOMEPAGE="https://github.com/asweigart/pyperclip https://pypi.python.org/pypi/pyperclip"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
app-arch/unzip
|
||||
test? (
|
||||
|| ( x11-misc/xsel
|
||||
x11-misc/xclip
|
||||
dev-python/PyQt4[${PYTHON_USEDEP}] )
|
||||
)"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
RESTRICT="test"
|
||||
# tests are not part of the pypi tarball and there are no tags on github
|
||||
|
||||
python_compile() {
|
||||
unset DISPLAY
|
||||
distutils-r1_python_compile
|
||||
}
|
||||
|
||||
python_test() {
|
||||
virtx esetup.py test
|
||||
}
|
||||
1
dev-python/ruamel-base/Manifest
Normal file
1
dev-python/ruamel-base/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST ruamel.base-1.0.0.tar.gz 5219 SHA256 c041333a0f0f00cd6593eb36aa83abb1a9e7544e83ba7a42aa7ac7476cee5cf3 SHA512 a847f0ae8d889bbc593f6d3507b3208c69d3027a73dddc39058e6da7316937234ef0208394e264a07fd3fa970c97713a14db7a62e374433a27625932bb76c44c WHIRLPOOL e3b5c58242f85559880215e2133dc28c3d17dd6aedddd2c76d29e5bc45ff12965f7d2119704e0774ce290b93b4527befa95e0689ce45b274a9167a3124c2f79f
|
||||
31
dev-python/ruamel-base/ruamel-base-1.0.0.ebuild
Normal file
31
dev-python/ruamel-base/ruamel-base-1.0.0.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="ruamel.base"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="common routines for ruamel packages"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/ruamel.base"
|
||||
SRC_URI="mirror://pypi/r/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install --single-version-externally-managed
|
||||
}
|
||||
1
dev-python/ruamel-yaml/Manifest
Normal file
1
dev-python/ruamel-yaml/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST ruamel-yaml-0.13.7.tar.bz2 240913 SHA256 3e1277ed1c0c26f2194dc029fd941ff043b47d85f932644d6e207d113d643ca7 SHA512 a42ab9d2b9cd2a59705f99486841da6f2f940a4370719003eb46c4239a4efcd732738a4c3b8a07077ceeeea146755248152a1888a8414f64031f6268cc93cb12 WHIRLPOOL 08d40d25c2a69f19e6aeed9a649ef9ebdddf268795b0b218a961094afd92248dc5eb00f7780840d03ce26558e31580b13dc5680087d6ab8de683a17eb282d5c3
|
||||
45
dev-python/ruamel-yaml/ruamel-yaml-0.13.7.ebuild
Normal file
45
dev-python/ruamel-yaml/ruamel-yaml-0.13.7.ebuild
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5} )
|
||||
|
||||
inherit distutils-r1 vcs-snapshot
|
||||
|
||||
DESCRIPTION="YAML parser/emitter that supports roundtrip comment preservation"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/ruamel.yaml"
|
||||
SRC_URI="https://bitbucket.org/ruamel/yaml/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="libyaml test"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( libyaml )"
|
||||
# ^ tests can't be properly unbundled from the libyaml c-extension
|
||||
|
||||
# dev-python/ruamel-base[${PYTHON_USEDEP}]
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/typing[${PYTHON_USEDEP}]
|
||||
libyaml? ( dev-libs/libyaml )
|
||||
$(python_gen_cond_dep 'dev-python/ruamel-ordereddict[${PYTHON_USEDEP}]' python2_7)"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
libyaml? ( $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' python2_7 'python3*') )
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
|
||||
python_configure_all() {
|
||||
if ! use libyaml ; then
|
||||
sed -i -e 's|\(ext_modules\)|no_\1|' __init__.py || die
|
||||
fi
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install --single-version-externally-managed
|
||||
}
|
||||
|
||||
python_test() {
|
||||
py.test -v _test/test_*.py || die
|
||||
}
|
||||
1
dev-python/sortedcontainers/Manifest
Normal file
1
dev-python/sortedcontainers/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST sortedcontainers-1.5.7.tar.gz 11970881 SHA256 0ff0442865e492bc50476b18000fb8400cf2472d14d21a92b27cd7c5184550ea SHA512 a9f2ba152c47eddfda6ad8ef7ecfbfa5d51b17afb4042b0b1e6d8b3dbc6caf6f8281af415dfcf1e356aaf80aa3212865ba926fe0d6e08961c8fbbc68adb34108 WHIRLPOOL ac1c64a49705b2a02d2eb05e8306a1ee21d494819b7331256fc8c17d5fda89c82eaf2267981408c9de92bde0c4569a0e87fa4d7d12297881c4b8b295b1df9788
|
||||
21
dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
Normal file
21
dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
|
||||
HOMEPAGE="https://github.com/grantjenks/sorted_containers"
|
||||
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
|
||||
HOMEPAGE="https://github.com/grantjenks/sorted_containers"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/grantjenks/sorted_containers.git"
|
||||
EGIT_CHECKOUT_DIR="${WORKDIR}/sortedcontainers"
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}"
|
||||
1
net-proxy/mitmproxy/Manifest
Normal file
1
net-proxy/mitmproxy/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST mitmproxy-1.0.2.tar.gz 26781444 SHA256 0458b4ad3cedbc238decc7d736e693cd220c7977592b57052e181d404e1152b4 SHA512 9fc82da1557405476923dc3fa302c5489c0b71b0d834f8c1e804a67809e41fc997dcf608e6ce712393d35d73f316c7fa115d9014b9060419e4ebfa25fe3c4821 WHIRLPOOL 97c303d0e3b590a6d6e460d1c77cc84c102e01d3f9474ddf6906abede35abc441fd0b3c9824bcecdadb3b4c79c591630cfb93bd869ba1ed149dec8baad81a3c1
|
||||
73
net-proxy/mitmproxy/mitmproxy-1.0.2.ebuild
Normal file
73
net-proxy/mitmproxy/mitmproxy-1.0.2.ebuild
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python3_{3,4,5} )
|
||||
|
||||
inherit distutils-r1 versionator
|
||||
|
||||
DESCRIPTION="An interactive, SSL-capable, man-in-the-middle HTTP proxy"
|
||||
HOMEPAGE="http://mitmproxy.org/"
|
||||
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/blinker-1.5
|
||||
>=dev-python/click-6.2[${PYTHON_USEDEP}] <dev-python/click-7
|
||||
>=dev-python/certifi-2015.11.20.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/construct-2.8[${PYTHON_USEDEP}] <dev-python/construct-2.9
|
||||
>=dev-python/cryptography-1.3[${PYTHON_USEDEP}] <dev-python/cryptography-1.8
|
||||
>=dev-python/cssutils-1.0.1[${PYTHON_USEDEP}] <dev-python/cssutils-1.1
|
||||
>=dev-python/flask-0.10.1[${PYTHON_USEDEP}] <dev-python/flask-0.12
|
||||
>=dev-python/h2-2.5.1[${PYTHON_USEDEP}] <dev-python/h2-3
|
||||
>=dev-python/html2text-2016.1.8[${PYTHON_USEDEP}] <=dev-python/html2text-2016.9.19
|
||||
>=dev-python/hyperframe-4.0.1[${PYTHON_USEDEP}] <dev-python/hyperframe-5
|
||||
>=dev-python/jsbeautifier-1.6.3[${PYTHON_USEDEP}] <dev-python/jsbeautifier-1.7
|
||||
>=dev-python/pillow-3.2[${PYTHON_USEDEP}] <dev-python/pillow-3.5
|
||||
>=dev-python/passlib-1.6.5[${PYTHON_USEDEP}] <dev-python/passlib-1.8
|
||||
>=dev-python/pyasn1-0.1.9[${PYTHON_USEDEP}] <dev-python/pyasn1-0.2
|
||||
>=dev-python/pyopenssl-16.0[${PYTHON_USEDEP}] <dev-python/pyopenssl-17.0
|
||||
>=dev-python/pyparsing-2.1.3[${PYTHON_USEDEP}] <dev-python/pyparsing-2.2
|
||||
>=dev-python/pyperclip-1.5.22[${PYTHON_USEDEP}] <dev-python/pyperclip-1.6
|
||||
>=dev-python/requests-2.9.1[${PYTHON_USEDEP}] <dev-python/requests-3
|
||||
>=dev-python/ruamel-yaml-0.13.2[${PYTHON_USEDEP}] <dev-python/ruamel-yaml-0.14
|
||||
>=www-servers/tornado-4.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/urwid-1.3.1[${PYTHON_USEDEP}] <dev-python/urwid-1.4
|
||||
>=dev-python/watchdog-0.8.3[${PYTHON_USEDEP}] <dev-python/watchdog-0.9
|
||||
>=dev-python/brotlipy-0.5.1[${PYTHON_USEDEP}] <dev-python/brotlipy-0.7
|
||||
>=dev-python/sortedcontainers-1.5.4[${PYTHON_USEDEP}] <dev-python/sortedcontainers-1.6
|
||||
>=dev-python/protobuf-python-3.1.0[${PYTHON_USEDEP}] <dev-python/protobuf-python-3.2
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-python/setuptools-11.3[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
|
||||
=www-servers/pathod-$(get_version_component_range 1-2)*[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_prepare_all() {
|
||||
distutils-r1_python_prepare_all
|
||||
|
||||
# do not export its own modules
|
||||
sed -i -e "s|from mitmproxy import contentviews|#from mitmproxy import contentviews|" mitmproxy/contentviews/auto.py || die "failed to sed"
|
||||
|
||||
}
|
||||
|
||||
python_test() {
|
||||
nosetests -v || die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
local DOCS=( CHANGELOG CONTRIBUTORS )
|
||||
use doc && local HTML_DOCS=( doc/. )
|
||||
use examples && local EXAMPLES=( examples/. )
|
||||
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
|
|
@ -59,6 +59,26 @@
|
|||
#requied by mitmproxy
|
||||
~dev-python/netlib-0.10
|
||||
~dev-python/pillow-2.3.0
|
||||
~dev-python/brotlipy-0.6.0
|
||||
~dev-python/sortedcontainers-1.5.7
|
||||
~dev-python/ruamel-base-1.0.0
|
||||
~dev-python/ruamel-yaml-0.13.7
|
||||
~dev-python/protobuf-python-3.1.0
|
||||
~dev-python/h2-2.5.1
|
||||
~dev-python/hyperframe-4.0.1
|
||||
~dev-python/construct-2.8.10
|
||||
~dev-python/pyasn1-0.1.9
|
||||
~dev-python/hpack-2.3.0
|
||||
~dev-python/tornado-4.4.2
|
||||
~dev-python/pyperclip-1.5.27
|
||||
~dev-python/jsbeautifier-1.6.4
|
||||
~dev-python/watchdog-0.8.3-r1
|
||||
~dev-python/blinker-1.4
|
||||
~dev-python/urwid-1.3.1
|
||||
~dev-python/html2text-2016.5.29
|
||||
~dev-libs/protobuf-3.1.0
|
||||
~dev-python/editorconfig-0.12.1
|
||||
~dev-python/typing-3.5.2.2
|
||||
|
||||
#required by tinfoleak
|
||||
~dev-python/tweepy-2.0
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ net-proxy/haproxy
|
|||
net-proxy/havp
|
||||
net-proxy/http-replicator
|
||||
net-proxy/httpush
|
||||
=net-proxy/mitmproxy-0.11*
|
||||
~net-proxy/mitmproxy-1.0.2
|
||||
net-proxy/ntlmaps
|
||||
~net-proxy/ratproxy-1.58
|
||||
net-proxy/pingtunnel
|
||||
|
|
|
|||
Loading…
Reference in a new issue