From f1af93971b7490792d8541bc790e0d8c6d787059 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 6 Sep 2019 10:28:05 +0100 Subject: gentoo resync : 06.08.2019 --- dev-util/pkgcheck/pkgcheck-9999.ebuild | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'dev-util/pkgcheck/pkgcheck-9999.ebuild') diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index 75dc351a4f38..1a07b1b270b2 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -17,9 +17,10 @@ fi DESCRIPTION="pkgcore-based QA utility" HOMEPAGE="https://github.com/pkgcore/pkgcheck" -LICENSE="|| ( BSD GPL-2 )" +LICENSE="BSD" SLOT="0" -IUSE="doc" +IUSE="doc test" +RESTRICT="!test? ( test )" if [[ ${PV} == *9999 ]]; then RDEPEND=" @@ -27,16 +28,18 @@ if [[ ${PV} == *9999 ]]; then ~sys-apps/pkgcore-9999[${PYTHON_USEDEP}]" else RDEPEND=" - >=dev-python/snakeoil-0.8.0[${PYTHON_USEDEP}] - >=sys-apps/pkgcore-0.10.0[${PYTHON_USEDEP}]" + >=dev-python/snakeoil-0.8.1[${PYTHON_USEDEP}] + >=sys-apps/pkgcore-0.10.2[${PYTHON_USEDEP}]" fi RDEPEND+=" dev-python/chardet[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - dev-python/setuptools[${PYTHON_USEDEP}]" + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) +" python_compile_all() { use doc && esetup.py build_man -- cgit v1.2.3