mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-06 15:54:54 +01:00
mitmproxy: fix minor repoman reports
This commit is contained in:
parent
ecf3cec1bf
commit
f28bcfd2e9
3 changed files with 11 additions and 15 deletions
|
|
@ -1,10 +1,9 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{3,4,5} )
|
||||
|
||||
inherit distutils-r1 versionator
|
||||
|
||||
DESCRIPTION="An interactive, SSL-capable, man-in-the-middle HTTP proxy"
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{3,4,5} )
|
||||
|
||||
inherit distutils-r1 versionator
|
||||
|
||||
DESCRIPTION="An interactive, SSL-capable, man-in-the-middle HTTP proxy"
|
||||
|
|
@ -40,13 +39,12 @@ RDEPEND="
|
|||
>=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
|
||||
examples? ( dev-python/beautifulsoup:4[${PYTHON_USEDEP}] <dev-python/beautifulsoup-4.6:4
|
||||
>=dev-python/pytz-2015.07.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pillow-3.2[${PYTHON_USEDEP}] <dev-python/pillow-4.1
|
||||
)
|
||||
"
|
||||
|
||||
# examples? ( dev-python/beautifulsoup:4[${PYTHON_USEDEP}] <dev-python/beautifulsoup-4.6
|
||||
# >=dev-python/pytz-2015.07.0[${PYTHON_USEDEP}]
|
||||
# >=dev-python/pillow-3.2[${PYTHON_USEDEP}] <dev-python/pillow-4.1
|
||||
# )
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-python/setuptools-11.3[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{4,5} )
|
||||
|
||||
inherit distutils-r1 versionator git-r3
|
||||
|
||||
DESCRIPTION="An interactive, SSL-capable, man-in-the-middle HTTP proxy"
|
||||
|
|
@ -41,7 +40,7 @@ RDEPEND="
|
|||
>=dev-python/urwid-1.3.1[${PYTHON_USEDEP}] <dev-python/urwid-1.4
|
||||
|
||||
examples? ( >=dev-python/pillow-3.2[${PYTHON_USEDEP}] <dev-python/pillow-3.5
|
||||
dev-python/beautifulsoup:4[${PYTHON_USEDEP}] <dev-python/beautifulsoup-4.7
|
||||
dev-python/beautifulsoup:4[${PYTHON_USEDEP}] <dev-python/beautifulsoup-4.7:4
|
||||
)
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue