commit: 1461630b38fede5845bd9066c937ae192bbfd893 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Fri Mar 20 15:37:13 2020 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sat Mar 21 01:15:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1461630b
dev-python/cheroot: depend on jaraco.functools Closes: https://github.com/gentoo/gentoo/pull/15023 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> ...heroot-8.2.1.ebuild => cheroot-8.2.1-r1.ebuild} | 24 +++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/dev-python/cheroot/cheroot-8.2.1.ebuild b/dev-python/cheroot/cheroot-8.2.1-r1.ebuild similarity index 66% rename from dev-python/cheroot/cheroot-8.2.1.ebuild rename to dev-python/cheroot/cheroot-8.2.1-r1.ebuild index 2254cb7b014..5e4108662bb 100644 --- a/dev-python/cheroot/cheroot-8.2.1.ebuild +++ b/dev-python/cheroot/cheroot-8.2.1-r1.ebuild @@ -18,11 +18,24 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" #IUSE="test" RESTRICT="test" -RDEPEND=">=dev-python/six-1.11.0[${PYTHON_USEDEP}] - >=dev-python/more-itertools-2.6[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/jaraco-functools[${PYTHON_USEDEP}] + >=dev-python/more-itertools-2.6[${PYTHON_USEDEP}] + >=dev-python/six-1.11.0[${PYTHON_USEDEP}] +" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" +# doc? ( +# >=dev-python/sphinx-1.8.2[${PYTHON_USEDEP}] +# >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}] +# >=dev-python/sphinx-tabs-1.1.0[${PYTHON_USEDEP}] +# dev-python/docutils[${PYTHON_USEDEP}] +# dev-python/alabaster[${PYTHON_USEDEP}] +# dev-python/python-dateutil[${PYTHON_USEDEP}] +# >=dev-python/sphinxcontrib-spelling-4.3.0[${PYTHON_USEDEP}] +# ) + # Add the following for unit tests, some packages listed will need # to be added and keyworded appropriately. # test? ( @@ -32,12 +45,13 @@ DEPEND="${RDEPEND} # >=dev-python/pytest-testmon-0.9.7[${PYTHON_USEDEP}] # ~dev-python/pytest-watch-4.2.0[${PYTHON_USEDEP}] # >=dev-python/pytest-xdist-1.2.28[${PYTHON_USEDEP}] -# ~dev-python/coverage-4.5.3[${PYTHON_USEDEP}] -# ~dev-python/codecov-2.0.15[${PYTHON_USEDEP}] -# ~dev-python/pytest-cov-2.7.1[${PYTHON_USEDEP}] +# ~dev-python/coverage-4.5.3[${PYTHON_USEDEP}] #undesired +# ~dev-python/codecov-2.0.15[${PYTHON_USEDEP}] #undesired +# ~dev-python/pytest-cov-2.7.1[${PYTHON_USEDEP}] #undesired # >=dev-python/trustme-0.4.0[${PYTHON_USEDEP}] # dev-python/pyopenssl[${PYTHON_USEDEP}] # dev-python/requests-unixsocket[${PYTHON_USEDEP}] +# >=dev-python/jaraco-text-3.1[${PYTHON_USEDEP}] # )" #python_test() {
