Skip to content

Commit

Permalink
mitmproxy: v3.0.3 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Mar 12, 2018
1 parent de3431b commit 0544125
Show file tree
Hide file tree
Showing 9 changed files with 120 additions and 28 deletions.
3 changes: 2 additions & 1 deletion dev-python/brotlipy/Manifest
@@ -1 +1,2 @@
DIST brotlipy-0.6.0.tar.gz 437694 SHA256 2680f33531ee516baf68943210a74ae5a80d3f0b88673df570d371ff53f04283 SHA512 7fdeebaf50565cd57c98cd60297c50a8482283b9d71a382d0e92068eeec1d3d9dd50735d81ac8b196e54291c9cbe9fd3ef27c939ecdc2a164dc9a08b3f57f35c WHIRLPOOL 86cef683b16bd27f78eb3769aba248140e3cc68f6d703ae19b1fc5d1a513cb74131be52118b2a6fc6c827752bd3fd3d69244ddc792d50bb411bd8c44db6ed005
DIST brotlipy-0.6.0.tar.gz 437694 BLAKE2B 6b5c72b6d075427f8bff9f61d136883d3548d68f538e38aa1c25b772b0bc5c7eedcbbee9b4a042547965a98dec2eb3b2b9cb30347805af002aec00b87040a3cd SHA512 7fdeebaf50565cd57c98cd60297c50a8482283b9d71a382d0e92068eeec1d3d9dd50735d81ac8b196e54291c9cbe9fd3ef27c939ecdc2a164dc9a08b3f57f35c
DIST brotlipy-0.7.0.tar.gz 413338 BLAKE2B e39f0a8036dadf55b285bf24a87b1a8373508a7efe8fa1ca786acf6e22adcf81f07d613b78155b3b21d0fc946191f0173902e8bf66062e9ad1fd888e1044c2d0 SHA512 2a01e5b2d217043f13316afc4f54569c5dff76d31c296d4be563a5851195380ab80a33a3035ca95effdebffb45806fb9a431a181bba6f9af205b7f5576937268
3 changes: 1 addition & 2 deletions dev-python/brotlipy/brotlipy-0.6.0-r1.ebuild
@@ -1,6 +1,5 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

Expand Down
22 changes: 22 additions & 0 deletions dev-python/brotlipy/brotlipy-0.7.0.ebuild
@@ -0,0 +1,22 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )

inherit distutils-r1

DESCRIPTION="Python binding to the Brotli library"
HOMEPAGE="https://pypi.python.org/pypi/brotlipy"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="${PYTHON_DEPS}
dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
virtual/python-cffi[${PYTHON_USEDEP}]"
2 changes: 1 addition & 1 deletion dev-python/pyperclip/Manifest
@@ -1 +1 @@
DIST pyperclip-1.5.27.zip 16938 SHA256 a3cb6df5d8f1557ca8fc514d94fabf50dc5a97042c90e5ba4f3611864fed3fc5 SHA512 cefd79f1d246c9aa9d4d0f3d8cdad291ad31bcc2e000c83e5e05704978bbf7b9b45d49667c2e88305d0a5d6baaeacfb47b26bb69fabf89b6b6e3a1e6f1e23d74 WHIRLPOOL e06951b934afcf16e26588d0bbcc018204b5a941065cd2871ee45a94cd0d2f54967aa0d7e6798b92aa5c64c37e4d7d246eba6bacd42c8b6aec9e4e6d9d3669be
DIST pyperclip-1.6.0.tar.gz 14273 BLAKE2B e91f198d23eb0791dc610e4b9af940694f0857243fbf5caf46d485882a588e3ab537e2a190a1b40e0d9ff4821c8bf977da19559a5b33694d106a68f1001f61a9 SHA512 faf1cd8568a911b263c167fedace8f5f6756e108e3a2484dffa8d3da441311fb3277fd703d5eaea662181250d7b2cc975e9f8ca484dfa2d1cd4470171bbb972d
@@ -1,15 +1,14 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )

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"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE=""
SLOT="0"
Expand Down
1 change: 1 addition & 0 deletions net-proxy/mitmproxy/Manifest
@@ -1,2 +1,3 @@
DIST mitmproxy-2.0.2.tar.gz 28498343 BLAKE2B f79eac8dd9e060787e7cd049983ce23bd7b6025efe1edfcd9a150611f5e08fa7a869d1c203e2d4d8e7ae3539d9e63d6665fb282f75392afcd70cdfe6cca87223 SHA512 8a38340b3b1dd73c99c9e9b06a59bff78a23b2a851e1032ee0b7354ac46c834a3d005a67dc5238030570719eb5f842cb2a8ce64ffc7c5a01cbfa9a9511c08e66
DIST mitmproxy-3.0.0rc2.tar.gz 28490469 BLAKE2B 70cf534fbc242904efb07acc8cc750a987d0a179d6c7c09427b4937c8dcc792370f8929daafa8cfbe8ce76f8ba61484a1c671c8832a550d887bba0c6de882947 SHA512 3521e2c3c678e6d819133ed61c89eae6e8f363e8489bd6f8361c9ee27b9dd0e933bb9e5965f7f83eb0a7c37a35af051b42fdab1ced1fac3d87244840759bb1f8
DIST mitmproxy-3.0.3.tar.gz 27171521 BLAKE2B cec620da82174e867554e46ec2d596b878a5866f9487158fa95e9f158b071e96a8e3c8d94ab2e5dcf40348f57e7a9f7f47f440b067cf8097e75d2607ff9de7eb SHA512 5477b8ac438b8f2ea40e658c50988881ef0f3eeda3178b2fbed9618d2a490c28f59b32174e150d8cbeb1b04b4b868a64029bde6499983dff782d4204aa0f8d37
68 changes: 68 additions & 0 deletions net-proxy/mitmproxy/mitmproxy-3.0.3.ebuild
@@ -0,0 +1,68 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1

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/brotlipy-0.7.0[${PYTHON_USEDEP}] <dev-python/brotlipy-0.8
>=dev-python/certifi-2015.11.20.1[${PYTHON_USEDEP}]
>=dev-python/click-6.2[${PYTHON_USEDEP}] <dev-python/click-7
>=dev-python/cryptography-2.1.4[${PYTHON_USEDEP}] <dev-python/cryptography-2.2
>=dev-python/hyper-h2-3.0[${PYTHON_USEDEP}] <dev-python/hyper-h2-4
>=dev-python/hyperframe-5.0[${PYTHON_USEDEP}] <dev-python/hyperframe-6
>=dev-python/kaitaistruct-0.7[${PYTHON_USEDEP}] <dev-python/kaitaistruct-0.8
>=dev-python/ldap3-2.4[${PYTHON_USEDEP}] <dev-python/ldap3-2.5
>=dev-python/passlib-1.6.5[${PYTHON_USEDEP}] <dev-python/passlib-1.8
>=dev-python/pyasn1-0.3.1[${PYTHON_USEDEP}] <dev-python/pyasn1-0.5
>=dev-python/pyopenssl-17.5[${PYTHON_USEDEP}] <dev-python/pyopenssl-17.6
>=dev-python/pyparsing-2.1.3[${PYTHON_USEDEP}] <dev-python/pyparsing-2.3
>=dev-python/pyperclip-1.6.0[${PYTHON_USEDEP}] <dev-python/pyperclip-1.7
>=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.16
>=dev-python/sortedcontainers-1.5.4[${PYTHON_USEDEP}] <dev-python/sortedcontainers-1.6
>=www-servers/tornado-4.3[${PYTHON_USEDEP}] <www-servers/tornado-4.6
>=dev-python/urwid-2.0.1[${PYTHON_USEDEP}] <dev-python/urwid-2.1
>=dev-python/wsproto-0.11.0[${PYTHON_USEDEP}] <dev-python/wsproto-0.12.0
examples? ( >=dev-python/pillow-4.3[${PYTHON_USEDEP}] <dev-python/pillow-5.1
dev-python/beautifulsoup:4[${PYTHON_USEDEP}] <dev-python/beautifulsoup-4.7:4
)
"

DEPEND="${RDEPEND}
test? (
>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
>=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
)
doc? ( dev-python/sphinx dev-python/sphinxcontrib-documentedlist )"
#fixme: bump it too
# =www-servers/pathod-$(get_version_component_range 1-2)*[${PYTHON_USEDEP}]

python_test() {
nosetests -v || die "Tests fail with ${EPYTHON}"
}

python_compile_all() {
use doc && emake -C docs html
}

python_install_all() {
local DOCS=( CHANGELOG CONTRIBUTORS )
use doc && local HTML_DOCS=( docs/_build/html. )
use examples && local EXAMPLES=( examples/. )

distutils-r1_python_install_all
}
40 changes: 21 additions & 19 deletions profiles/pentoo/base/package.accept_keywords/dev-python
Expand Up @@ -86,31 +86,33 @@ dev-python/simplesoapy
=dev-python/capstone-python-4.0*

#requied by mitmproxy
~dev-libs/protobuf-3.1.0
~dev-python/blinker-1.4
~dev-python/brotlipy-0.7.0
~dev-python/construct-2.8.10
~dev-python/editorconfig-0.12.1
~dev-python/h11-0.7.0
~dev-python/html2text-2016.5.29
~dev-python/hyperframe-5.1.0
~dev-python/hyper-h2-3.0.1
=dev-python/jsbeautifier-1.6*
~dev-python/kaitaistruct-0.7
~dev-python/ldap3-2.4.1
~dev-python/netlib-0.10
~dev-python/pyopenssl-17.5.0
~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/hyper-h2-2.5.1
~dev-python/hyperframe-4.0.1
~dev-python/construct-2.8.10
=dev-python/pyasn1-0.2*
~dev-python/hpack-2.3.0
~dev-python/pyasn1-0.3.7
~dev-python/pyperclip-1.6.0
~dev-python/ruamel-base-1.0.0
~dev-python/ruamel-yaml-0.13.7
~dev-python/sortedcontainers-1.5.7
~dev-python/tornado-4.4.2
~dev-python/pyperclip-1.5.27
=dev-python/jsbeautifier-1.6*
~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 **
~dev-python/ldap3-2.2.3
~dev-python/hyperframe-5.1.0
~dev-python/kaitaistruct-0.6
~dev-python/urwid-2.0.1
~dev-python/watchdog-0.8.3-r1
~dev-python/wsproto-0.11.0

#required by tinfoleak
~dev-python/tweepy-2.0
Expand Down
2 changes: 1 addition & 1 deletion profiles/pentoo/base/package.accept_keywords/net-proxy
Expand Up @@ -6,7 +6,7 @@ net-proxy/haproxy
net-proxy/havp
net-proxy/http-replicator
net-proxy/httpush
~net-proxy/mitmproxy-2.0.2
=net-proxy/mitmproxy-3.0*
net-proxy/ntlmaps
~net-proxy/ratproxy-1.58
net-proxy/pingtunnel
Expand Down

0 comments on commit 0544125

Please sign in to comment.