dev-python/regex-2019.11.1: fix install, cleanup debug stuff
authorPatrick McLean <patrick.mclean@sony.com>
Sat, 23 Nov 2019 22:27:33 +0000 (14:27 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Sat, 23 Nov 2019 22:27:56 +0000 (14:27 -0800)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
dev-python/regex/regex-2019.11.1.ebuild

index 701b5b456de548ce8f201ecfa63485004bb3e765..6b42bd5991f0a65d77dbbeec630e022483f2e2ce 100644 (file)
@@ -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
 }