public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/yoda/
Date: Fri, 24 Feb 2023 08:43:32 +0000 (UTC)	[thread overview]
Message-ID: <1677228197.80b26cc4b25e282d6dc115ea79aa0fa1bf4c9706.andrewammerlaan@gentoo> (raw)

commit:     80b26cc4b25e282d6dc115ea79aa0fa1bf4c9706
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 08:43:17 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 08:43:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b26cc4

sci-physics/yoda: add 1.9.7

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-physics/yoda/Manifest          |  1 +
 sci-physics/yoda/yoda-1.9.7.ebuild | 52 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/sci-physics/yoda/Manifest b/sci-physics/yoda/Manifest
index d6600391198d..6cb5d1036f33 100644
--- a/sci-physics/yoda/Manifest
+++ b/sci-physics/yoda/Manifest
@@ -1,3 +1,4 @@
 DIST YODA-1.9.0.tar.bz2 1061105 BLAKE2B 70d68d31456747fcb14e27585aae245930061b5135b8a96c8ff3fe0375175d00a1c2d24a6c1ca3f18fc8464e610ef6287184f3990e12ff3fb108def600e34189 SHA512 eb82f1df832c2124dd81e07c06f165ddf13c4c4b70fcd0113f85045e22085d82751325bc57bfbd167649580980d98a15b666de56dada639160f24682b58b2f71
 DIST YODA-1.9.5.tar.bz2 1077442 BLAKE2B 010ab725c57dfab8160e0304d461dc44c140d1ce234f3b70834ee58b8f269159529122095a94e6b79ef752612a6659a17e1874fda2941cfbcec1f53802916b6a SHA512 46e30b33d369f5d28ec228b71eaa298f3010cc06fe568785c74bbaf3d7468c26738cc2ee40da9bcc54d978f394187a2ee9289197283c86a3358583a3c0ecd247
 DIST YODA-1.9.6.tar.bz2 1069530 BLAKE2B 23d782723c5b2429e9e9a70abe8dbf3d58a2204437a46b6e2e196cacc9b6ce55464d5600dd53492f43801866fc7da0e82d1e765cc04c493f40b2da95413aba25 SHA512 2433f2d685ccc97aa41e5f44e0c7ca560de01e3b746f2e4837ee6259cd142106e9aa0066aaa106e5298f8d4d9df3a09f5a2d058d6b1593792c9afe06b65d1a22
+DIST YODA-1.9.7.tar.bz2 1084794 BLAKE2B 86a1d061c6c16ceb994878d734642fe2be18dcce4391e7f8cb57df27b5944ba4edc6573915b150993c921a4a7b5eda2b3f598b7984466f6706348ca137e4981a SHA512 923e51a5783638304841bdc7aad6351c109c1806ce3f87d1ed9d965c4c95179bb1e416c9db77e39cd8f81417d08a7668cdde4f56cd893ce528b7cf9fe0e67c01

diff --git a/sci-physics/yoda/yoda-1.9.7.ebuild b/sci-physics/yoda/yoda-1.9.7.ebuild
new file mode 100644
index 000000000000..e812e9d72c77
--- /dev/null
+++ b/sci-physics/yoda/yoda-1.9.7.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit bash-completion-r1 autotools python-single-r1
+
+DESCRIPTION="Yet more Objects for (High Energy Physics) Data Analysis"
+HOMEPAGE="https://yoda.hepforge.org/"
+SRC_URI="https://yoda.hepforge.org/downloads?f=${P^^}.tar.bz2 -> ${P^^}.tar.bz2"
+S="${WORKDIR}/${P^^}"
+
+LICENSE="GPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="root python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) root? ( python )"
+
+RDEPEND="
+	root? ( sci-physics/root:=[${PYTHON_SINGLE_USEDEP}] )
+	python? ( ${PYTHON_DEPS} )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+	# reconf due to python3_10 patch
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--disable-static \
+		$(use_enable root) \
+		$(use_enable python pyext)
+}
+
+src_test() {
+	# PYTESTS and SHTESTS both require python tools to be installed already
+	emake check PYTESTS= SHTESTS=
+}
+
+src_install() {
+	# prevent double installation of python library
+	emake install DESTDIR="${ED}"
+	find "${ED}" -name '*.la' -delete || die
+	newbashcomp "${ED}"/etc/bash_completion.d/${PN}-completion yoda
+	python_optimize
+	rm "${ED}"/etc/bash_completion.d/${PN}-completion || die
+}


             reply	other threads:[~2023-02-24  8:43 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-24  8:43 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-29 10:28 [gentoo-commits] repo/gentoo:master commit in: sci-physics/yoda/ Alexander Puck Neuwirth
2025-05-14 12:11 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
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-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=1677228197.80b26cc4b25e282d6dc115ea79aa0fa1bf4c9706.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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