public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/StringiFor/
Date: Mon, 22 Sep 2025 09:09:34 +0000 (UTC)	[thread overview]
Message-ID: <1758399248.78dface6869ae0ef0ba9f623fc57f8f0c765f6c3.davidroman@gentoo> (raw)

commit:     78dface6869ae0ef0ba9f623fc57f8f0c765f6c3
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sat Sep 20 20:14:08 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Sep 20 20:14:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78dface6

dev-libs/StringiFor: fix Manifest

Manifest checksum is updated due to upstream change tag v1.1.4
to commit "d209d21" (29 May 2025)

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-libs/StringiFor/Manifest                                         | 2 +-
 .../{StringiFor-1.1.4.ebuild => StringiFor-1.1.4-r1.ebuild}          | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/StringiFor/Manifest b/dev-libs/StringiFor/Manifest
index e5f9d05f62..3959e1d89b 100644
--- a/dev-libs/StringiFor/Manifest
+++ b/dev-libs/StringiFor/Manifest
@@ -1 +1 @@
-DIST StringiFor-1.1.4.tar.gz 574105 BLAKE2B 553667619289350d00e9654fc410126c7bd88a0e99ccd4dd0f3af0a2c1be06b166bf06d66c13050739052decd8af296213166c8450ef689a3e42cf3e51f8e394 SHA512 37eb18200996258fb12245bc810a8e3f9f09e0cc1469765585fb71293167f0b8e7bc7dd7aa8524c20c0a71abaf63bd11c3d48176c608df64a546449996e7112b
+DIST StringiFor-1.1.4.tar.gz 601622 BLAKE2B 702c2d99bc560b790e3174a62156a1d7b23c7520a8d8aea48273f0b0b5b3d012a44b5259a7a69f9b2c5fcd6b6a77be9a4abfe954b015e1cf66691f3bc7729bae SHA512 c94e4f9a5b69e9cd9e5be20d54b148536daf748a4511cc83edc4af60f7d9045c6297a0df7144fb93be66bd3d1466a3d78ee482c9a70b51ecf4472e19f9581b62

diff --git a/dev-libs/StringiFor/StringiFor-1.1.4.ebuild b/dev-libs/StringiFor/StringiFor-1.1.4-r1.ebuild
similarity index 93%
rename from dev-libs/StringiFor/StringiFor-1.1.4.ebuild
rename to dev-libs/StringiFor/StringiFor-1.1.4-r1.ebuild
index 737c0229a8..4fc02aa3d8 100644
--- a/dev-libs/StringiFor/StringiFor-1.1.4.ebuild
+++ b/dev-libs/StringiFor/StringiFor-1.1.4-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 FORTRAN_STANDARD=2003
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit  fortran-2 python-any-r1 toolchain-funcs
 
@@ -64,7 +64,8 @@ src_prepare() {
 
 src_compile() {
 	${EPYTHON} FoBiS.py build -verbose -compiler custom -fc $(tc-getFC) ${BUILD_MODE_SHARED} || die
-	use static-libs && { ${EPYTHON} FoBiS.py build -verbose -compiler custom -fc $(tc-getFC) ${BUILD_MODE_STATIC} || die; }
+	use static-libs && { ${EPYTHON} FoBiS.py \
+		build -verbose -compiler custom -fc $(tc-getFC) ${BUILD_MODE_STATIC} || die; }
 }
 
 src_test() {


             reply	other threads:[~2025-09-22  9:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-22  9:09 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-22  9:09 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/stringifor/ David Roman
2024-04-18 21:26 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/StringiFor/ Julien Roy
2024-01-26 10:35 David Roman
2022-10-17 11:26 Haelwenn Monnier
2021-09-10 16:40 Jian Lin
2021-04-24 23:19 Theo Anderson
2021-04-22  6:45 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-22  7:35 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-21 14:20 Andrew Ammerlaan
2020-04-20  9:47 Andrew Ammerlaan

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=1758399248.78dface6869ae0ef0ba9f623fc57f8f0c765f6c3.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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