From ed20114bdd8ba26b87484c8ddd77d55349b90a99 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Sat, 23 Nov 2019 14:27:33 -0800 Subject: [PATCH] dev-python/regex-2019.11.1: fix install, cleanup debug stuff Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Patrick McLean --- dev-python/regex/regex-2019.11.1.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-python/regex/regex-2019.11.1.ebuild b/dev-python/regex/regex-2019.11.1.ebuild index 701b5b456de5..6b42bd5991f0 100644 --- a/dev-python/regex/regex-2019.11.1.ebuild +++ b/dev-python/regex/regex-2019.11.1.ebuild @@ -20,23 +20,17 @@ PATCHES=( "${FILESDIR}/regex-2019.11.1-pypy.patch" ) -python_prepare_all() { - #append-flags '-DVERBOSE' - distutils-r1_python_prepare_all -} - python_test() { distutils_install_for_testing pushd "${TEST_DIR}/lib" > /dev/null || die "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}" - #"${EPYTHON}" -m unittest regex.test_regex.RegexTests.test_sub_template_numeric_escape || die popd > /dev/null || die } python_install_all() { use doc && local HTML_DOCS=( docs/Features.html ) - local DOCS=( README.rst docs/*.rst ) + local DOCS=( README docs/*.rst ) distutils-r1_python_install_all } -- 2.26.2