From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4AFE21382C5 for ; Tue, 23 Jun 2020 18:31:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6098CE0900; Tue, 23 Jun 2020 18:31:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CCA1E0900 for ; Tue, 23 Jun 2020 18:31:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CFA734F24D for ; Tue, 23 Jun 2020 18:31:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 263A32BE for ; Tue, 23 Jun 2020 18:30:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1592937047.637e48de3a93fc1b2a3ea23d3a11f6f2173f97dc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clang-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/clang-python/clang-python-10.0.1.9999.ebuild dev-python/clang-python/clang-python-10.0.1_rc1.ebuild dev-python/clang-python/clang-python-11.0.0.9999.ebuild X-VCS-Directories: dev-python/clang-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 637e48de3a93fc1b2a3ea23d3a11f6f2173f97dc X-VCS-Branch: master Date: Tue, 23 Jun 2020 18:30:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 06dc4010-c165-4f15-926e-69dc3e05e069 X-Archives-Hash: 14af9df367db78a1a56efbcf88eddbf3 commit: 637e48de3a93fc1b2a3ea23d3a11f6f2173f97dc Author: Michał Górny gentoo org> AuthorDate: Sat Jun 20 21:08:36 2020 +0000 Commit: Michał Górny gentoo 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 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}" }