diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2019-11-23 14:27:33 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-11-23 14:27:56 -0800 |
commit | ed20114bdd8ba26b87484c8ddd77d55349b90a99 (patch) | |
tree | c4d6b407821d1906ae011ae426a7c5fb6ab54896 /dev-python/regex | |
parent | app-editors/emacs-vcs: Fix order of Info-directory-list. (diff) | |
download | gentoo-ed20114bdd8ba26b87484c8ddd77d55349b90a99.tar.gz gentoo-ed20114bdd8ba26b87484c8ddd77d55349b90a99.tar.bz2 gentoo-ed20114bdd8ba26b87484c8ddd77d55349b90a99.zip |
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 <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/regex')
-rw-r--r-- | dev-python/regex/regex-2019.11.1.ebuild | 8 |
1 files changed, 1 insertions, 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 } |