commit: eca7e499735c9155a53bc3bfa282b17a5a6354d7
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 01:46:24 2016 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 01:50:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca7e499
dev-python/spark-parser-1.5.1: sed in python_prepare_all is no longer needed
for tests
.../{spark-parser-1.5.1.ebuild => spark-parser-1.5.1-r1.ebuild} | 8 --------
1 file changed, 8 deletions(-)
diff --git a/dev-python/spark-parser/spark-parser-1.5.1.ebuild
b/dev-python/spark-parser/spark-parser-1.5.1-r1.ebuild
similarity index 81%
rename from dev-python/spark-parser/spark-parser-1.5.1.ebuild
rename to dev-python/spark-parser/spark-parser-1.5.1-r1.ebuild
index 3c0cd9a..9ca7566 100644
--- a/dev-python/spark-parser/spark-parser-1.5.1.ebuild
+++ b/dev-python/spark-parser/spark-parser-1.5.1-r1.ebuild
@@ -29,14 +29,6 @@ DEPEND="
S="${WORKDIR}/${MY_PN}-${PV}"
-python_prepare_all() {
- # Remove an unconditional test only dep
- sed \
- -e "s/setup_requires/# setup_requires/" \
- -i setup.py
- distutils-r1_python_prepare_all
-}
-
python_test() {
emake check
}