diff --git a/dev-python/mockito/metadata.xml b/dev-python/mockito/metadata.xml new file mode 100644 index 000000000..ace7c2d3a --- /dev/null +++ b/dev-python/mockito/metadata.xml @@ -0,0 +1,8 @@ + + + + + unknown@pentoo.ch + Author Unknown + + diff --git a/dev-python/mockito/mockito-1.2.0.ebuild b/dev-python/mockito/mockito-1.2.0.ebuild index 3ec491dc9..f5763ec59 100644 --- a/dev-python/mockito/mockito-1.2.0.ebuild +++ b/dev-python/mockito/mockito-1.2.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v3.0 +# Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 python3_{6,7} ) @@ -16,7 +16,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -RDEPEND=" - $(python_gen_cond_dep 'virtual/python-funcsigs[${PYTHON_USEDEP}]' python2_7 )" +RDEPEND="" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]"