From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/yoda/
Date: Wed, 16 Sep 2020 10:05:04 +0000 (UTC) [thread overview]
Message-ID: <1600250698.811700044421890b5085b1f15cd8a51cd39d8909.mgorny@gentoo> (raw)
commit: 811700044421890b5085b1f15cd8a51cd39d8909
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 09:50:03 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 10:04:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81170004
sci-physics/yoda: Disable python2
Closes: https://bugs.gentoo.org/735196
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{yoda-1.7.0-r1.ebuild => yoda-1.7.0-r2.ebuild} | 29 ++++++++--------------
1 file changed, 10 insertions(+), 19 deletions(-)
diff --git a/sci-physics/yoda/yoda-1.7.0-r1.ebuild b/sci-physics/yoda/yoda-1.7.0-r2.ebuild
similarity index 58%
rename from sci-physics/yoda/yoda-1.7.0-r1.ebuild
rename to sci-physics/yoda/yoda-1.7.0-r2.ebuild
index a29234715ba..918658484a9 100644
--- a/sci-physics/yoda/yoda-1.7.0-r1.ebuild
+++ b/sci-physics/yoda/yoda-1.7.0-r2.ebuild
@@ -3,9 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit bash-completion-r1 python-single-r1
+inherit bash-completion-r1
DESCRIPTION="Yet more Objects for (High Energy Physics) Data Analysis"
HOMEPAGE="http://yoda.hepforge.org/"
@@ -15,33 +13,26 @@ LICENSE="GPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="python root static-libs"
+IUSE="root static-libs"
RDEPEND="
- python? ( ${PYTHON_DEPS} )
- root? ( sci-physics/root:=[python=,${PYTHON_SINGLE_USEDEP}] )"
-DEPEND="${RDEPEND}
- python? (
- $(python_gen_cond_dep '
- dev-python/cython[${PYTHON_MULTI_USEDEP}]
- ')
- )"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+ root? ( sci-physics/root:= )"
+DEPEND="${RDEPEND}"
S="${WORKDIR}/${P^^}"
-pkg_setup() {
- use python && python-single-r1_pkg_setup
-}
-
src_configure() {
econf \
- $(use_enable python pyext) \
+ --disable-pyext \
$(use_enable root) \
$(use_enable static-libs static)
}
+src_test() {
+ # PYTESTS and SHTESTS both require python tools
+ emake check PYTESTS= SHTESTS=
+}
+
src_install() {
default
newbashcomp "${ED%/}"/usr/share/YODA/yoda-completion ${PN}
next reply other threads:[~2020-09-16 10:05 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-16 10:05 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-14 12:11 [gentoo-commits] repo/gentoo:master commit in: sci-physics/yoda/ Nowa Ammerlaan
2025-05-14 12:11 Nowa Ammerlaan
2025-03-18 11:09 Nowa Ammerlaan
2025-02-11 15:10 Nowa Ammerlaan
2025-02-06 12:31 Nowa Ammerlaan
2025-01-14 8:58 Nowa Ammerlaan
2024-11-07 13:38 Andrew Ammerlaan
2024-11-05 15:00 Andrew Ammerlaan
2024-10-20 14:47 Andrew Ammerlaan
2024-10-20 13:16 Andrew Ammerlaan
2024-10-20 13:16 Andrew Ammerlaan
2024-09-23 14:41 Andrew Ammerlaan
2024-03-18 11:09 Andrew Ammerlaan
2023-02-24 8:43 Andrew Ammerlaan
2022-08-23 12:34 Andrew Ammerlaan
2022-07-03 10:10 Andrew Ammerlaan
2021-09-19 16:48 Andreas K. Hüttel
2021-06-14 22:11 Sam James
2021-02-13 22:52 David Seifert
2021-02-13 22:52 David Seifert
2020-09-16 10:05 Michał Górny
2020-09-16 10:05 Michał Górny
2020-02-09 16:36 Michał Górny
2018-03-09 10:53 Guilherme Amadio
2018-03-09 10:53 Guilherme Amadio
2016-10-31 8:27 David Seifert
2015-08-20 4:52 Jauhien Piatlicki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1600250698.811700044421890b5085b1f15cd8a51cd39d8909.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox