commit: 637e48de3a93fc1b2a3ea23d3a11f6f2173f97dc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 21:08:36 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 23 18:30:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637e48de
dev-python/clang-python: Dedupe with new eclass code
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/clang-python/clang-python-10.0.1.9999.ebuild | 5 -----
dev-python/clang-python/clang-python-10.0.1_rc1.ebuild | 5 -----
dev-python/clang-python/clang-python-11.0.0.9999.ebuild | 5 -----
3 files changed, 15 deletions(-)
diff --git a/dev-python/clang-python/clang-python-10.0.1.9999.ebuild
b/dev-python/clang-python/clang-python-10.0.1.9999.ebuild
index e1b9340c631..6d7cb294e65 100644
--- a/dev-python/clang-python/clang-python-10.0.1.9999.ebuild
+++ b/dev-python/clang-python/clang-python-10.0.1.9999.ebuild
@@ -27,11 +27,6 @@ RDEPEND="
${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
-src_prepare() {
- cd "${WORKDIR}" || die
- default
-}
-
python_test() {
"${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
}
diff --git a/dev-python/clang-python/clang-python-10.0.1_rc1.ebuild
b/dev-python/clang-python/clang-python-10.0.1_rc1.ebuild
index e1b9340c631..6d7cb294e65 100644
--- a/dev-python/clang-python/clang-python-10.0.1_rc1.ebuild
+++ b/dev-python/clang-python/clang-python-10.0.1_rc1.ebuild
@@ -27,11 +27,6 @@ RDEPEND="
${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
-src_prepare() {
- cd "${WORKDIR}" || die
- default
-}
-
python_test() {
"${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
}
diff --git a/dev-python/clang-python/clang-python-11.0.0.9999.ebuild
b/dev-python/clang-python/clang-python-11.0.0.9999.ebuild
index e1b9340c631..6d7cb294e65 100644
--- a/dev-python/clang-python/clang-python-11.0.0.9999.ebuild
+++ b/dev-python/clang-python/clang-python-11.0.0.9999.ebuild
@@ -27,11 +27,6 @@ RDEPEND="
${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
-src_prepare() {
- cd "${WORKDIR}" || die
- default
-}
-
python_test() {
"${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
}