diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2022-10-10 02:01:27 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-12 23:58:59 +0100 |
commit | e3f7e74e073541be8177306a13d172e48cd754c4 (patch) | |
tree | 3842831d7330e4ad0246334a514fdc7579d69a8b /dev-vcs | |
parent | dev-vcs/tortoisehg: 6.2.3 version bump (diff) | |
download | gentoo-e3f7e74e073541be8177306a13d172e48cd754c4.tar.gz gentoo-e3f7e74e073541be8177306a13d172e48cd754c4.tar.bz2 gentoo-e3f7e74e073541be8177306a13d172e48cd754c4.zip |
dev-vcs/tortoisehg: update live ebuild
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/27715
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index 56fb962cbc28..d1fbe12fabfd 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=no +DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 optfeature xdg-utils @@ -24,7 +24,7 @@ fi DESCRIPTION="Set of graphical tools for Mercurial" HOMEPAGE="https://tortoisehg.bitbucket.io/" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" IUSE="test" RESTRICT="!test? ( test )" @@ -36,7 +36,7 @@ RDEPEND=" dev-python/PyQt5[network,svg,${PYTHON_USEDEP}] >=dev-python/qscintilla-python-2.11.6[qt5(+),${PYTHON_USEDEP}] " -DEPEND=" +BDEPEND=" ${RDEPEND} test? ( dev-python/mock[${PYTHON_USEDEP}] @@ -55,8 +55,8 @@ python_prepare_all() { } python_test() { - ${EPYTHON} tests/run-tests.py -m 'not largefiles' --doctest-modules tests || die - ${EPYTHON} tests/run-tests.py -m largefiles tests || die + ${EPYTHON} tests/run-tests.py -m 'not largefiles' --disable-pytest-warnings --doctest-modules tests || die "Tests failed with ${EPYTHON}" + ${EPYTHON} tests/run-tests.py -m largefiles --disable-pytest-warnings tests || die "Tests failed with ${EPYTHON}" } python_install_all() { |