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: app-text/ford/
Date: Wed, 24 Apr 2024 12:11:35 +0000 (UTC)	[thread overview]
Message-ID: <1713900275.07b29c17f556b0aaf82bf09081999e4aabd6a0be.davidroman@gentoo> (raw)

commit:     07b29c17f556b0aaf82bf09081999e4aabd6a0be
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Tue Apr 23 19:24:14 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Apr 23 19:24:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07b29c17

app-text/ford: 7.0.6 version bump

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

 app-text/ford/Manifest          |  1 +
 app-text/ford/ford-7.0.6.ebuild | 46 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-text/ford/Manifest b/app-text/ford/Manifest
index 12cf0adf7c..2d59c8d9ad 100644
--- a/app-text/ford/Manifest
+++ b/app-text/ford/Manifest
@@ -1,2 +1,3 @@
 DIST FORD-6.2.5.tar.gz 6140012 BLAKE2B 261ddf8901c53732feb46e5ec9adefd689e10db0e1a674b45c9757f49658d57f1c6d3d0a5ba12bbc9d1d7d0a48031b29c772f438aea2069a5451d7e3b4aaa82b SHA512 1f47ddd45804af3c9d99576e542795f91a1833d816ceccb5e81f8f71710e0c79a4ba769b95b85771365d8c4392d1c812e247a5b82cfee6cc023f61eeedd86d75
 DIST FORD-7.0.5.tar.gz 6091408 BLAKE2B 29e2ac05d69c023afa3134e278cb7832caeffa39381a8bbf9412a2aa6ec813d76fbc9d3fde23860337088075ccf467e320a4c9789139c73c63eabe67829b7299 SHA512 b3f9cf8df34fdea5430a4123d7d40cbd07e4d0c9b528c9a5fc509df456651b0576fbae97469ebdc4f1aa8347434622b5c0abcffd1b55ec5f5e7d2fe8e860b35d
+DIST FORD-7.0.6.tar.gz 6092467 BLAKE2B c9d2b1b5d70ce42c2374812e22ebbf2ccdd460287c1307728d70973ed8171b49acd742fed404f1a43b526499471d833a2a0bef24dac78a35477f9c3ccea59213 SHA512 adb46e6a0cd1d995052ffbc9e8a4f4a4dfc919322a7a19829132f22bff7fbfde0fa930343325aa8d4239c58153b59a35f65ffefa79586bb43f887fc62cce6b94

diff --git a/app-text/ford/ford-7.0.6.ebuild b/app-text/ford/ford-7.0.6.ebuild
new file mode 100644
index 0000000000..19560a800d
--- /dev/null
+++ b/app-text/ford/ford-7.0.6.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi toolchain-funcs
+
+MY_PN="FORD"
+DESCRIPTION="FORD, automatic documentation generator for modern Fortran programs"
+HOMEPAGE="https://github.com/Fortran-FOSS-Programmers/ford"
+SRC_URI="$(pypi_sdist_url --no-normalize "${MY_PN^}" "${PV}")"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+	>=dev-python/graphviz-0.20[${PYTHON_USEDEP}]
+	dev-python/jinja[${PYTHON_USEDEP}]
+	>=dev-python/markdown-3.4[${PYTHON_USEDEP}]
+	>=dev-python/markdown-include-0.8.1[${PYTHON_USEDEP}]
+	>=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
+	dev-python/python-markdown-math[${PYTHON_USEDEP}]
+	>=dev-python/rich-12.0.0
+	>=dev-python/toposort-1.7[${PYTHON_USEDEP}]
+	>=dev-python/tqdm-4.64.0[${PYTHON_USEDEP}]
+	>=dev-util/pcpp-1.30
+	test? ( dev-python/tomli-w )
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( CHANGELOG.md README.md )
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	default
+	sed -i -e 's/"cpp /"'"$(tc-getCPP)"' /' ford/__init__.py || die # bug: 839300
+}


             reply	other threads:[~2024-04-24 12:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-24 12:11 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-03 15:10 [gentoo-commits] repo/proj/guru:master commit in: app-text/ford/ David Roman
2025-03-03 15:10 David Roman
2024-08-13  0:32 Lucio Sauer
2024-02-29 21:44 David Roman

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=1713900275.07b29c17f556b0aaf82bf09081999e4aabd6a0be.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