diff options
Diffstat (limited to 'app-arch/vimball/vimball-0.5.1.ebuild')
-rw-r--r-- | app-arch/vimball/vimball-0.5.1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-arch/vimball/vimball-0.5.1.ebuild b/app-arch/vimball/vimball-0.5.1.ebuild index 56775e8beca6..280fc206bc04 100644 --- a/app-arch/vimball/vimball-0.5.1.ebuild +++ b/app-arch/vimball/vimball-0.5.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -PYTHON_COMPAT=( python{3_5,3_6} ) +EAPI=7 +PYTHON_COMPAT=( python{3_5,3_6,3_7} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then @@ -19,10 +19,11 @@ HOMEPAGE="https://github.com/radhermit/vimball" LICENSE="MIT" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${BDEPEND}" +DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" python_test() { esetup.py test |