diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-20 23:08:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-23 20:30:47 +0200 |
commit | 637e48de3a93fc1b2a3ea23d3a11f6f2173f97dc (patch) | |
tree | b2f9474169da0cd70de2d5307cc82367b295f193 /dev-python/clang-python | |
parent | sys-devel/clang: Dedupe with new eclass code (diff) | |
download | gentoo-637e48de3a93fc1b2a3ea23d3a11f6f2173f97dc.tar.gz gentoo-637e48de3a93fc1b2a3ea23d3a11f6f2173f97dc.tar.bz2 gentoo-637e48de3a93fc1b2a3ea23d3a11f6f2173f97dc.zip |
dev-python/clang-python: Dedupe with new eclass code
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/clang-python')
-rw-r--r-- | dev-python/clang-python/clang-python-10.0.1.9999.ebuild | 5 | ||||
-rw-r--r-- | dev-python/clang-python/clang-python-10.0.1_rc1.ebuild | 5 | ||||
-rw-r--r-- | dev-python/clang-python/clang-python-11.0.0.9999.ebuild | 5 |
3 files changed, 0 insertions, 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 e1b9340c6319..6d7cb294e651 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 e1b9340c6319..6d7cb294e651 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 e1b9340c6319..6d7cb294e651 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}" } |