From: "Sergey Torokhov" <torokhov-s-a@yandex.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-doc/ford/
Date: Wed, 15 Sep 2021 21:43:14 +0000 (UTC) [thread overview]
Message-ID: <1631742144.8b4e765860e5af98149889a94552cae886790cc1.SergeyTorokhov@gentoo> (raw)
commit: 8b4e765860e5af98149889a94552cae886790cc1
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Wed Sep 15 21:42:24 2021 +0000
Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Wed Sep 15 21:42:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b4e7658
app-doc/ford: 6.1.4 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
app-doc/ford/Manifest | 1 +
app-doc/ford/ford-6.1.4.ebuild | 43 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/app-doc/ford/Manifest b/app-doc/ford/Manifest
index 226ccc488..f3fb51394 100644
--- a/app-doc/ford/Manifest
+++ b/app-doc/ford/Manifest
@@ -1,2 +1,3 @@
DIST FORD-6.1.1.tar.gz 5832880 BLAKE2B 230aefd0f095f75fcf94c871b54bc471d348885494cbf1caad89aef85c52a76be5adaee5eb4db67c06c073a13174fec6457c00c9cf9d8d3ad404004d4730a02a SHA512 441a38440b4e405c85d5064e1e8fe62361c7c6641dfc612acfdb7b2c58625366d2ed7ecf068db7fc180fbeb1dccbef274e533856315be326a65bda0e8c203de7
DIST FORD-6.1.2.tar.gz 5834291 BLAKE2B f7bcea5d86fa1c9af073a74194c28fd8211860a36ad3e33b63d711818fe4070eb49f7c082d13e36ec6475b4830ab8360d232152ff895a790a55be208d9e25394 SHA512 ed9f457feb425faa4f17f147ea712191db2104fdb796a59163c6b2961543555d4186feab6fc8aae791f219a33c1e4a7b0a73fb147e7e08b3975bbe1ed3391f8f
+DIST FORD-6.1.4.tar.gz 5838415 BLAKE2B fb98ec7b06b948e17d8df2896c1de125f779fdcf1c00303813db34164db5d39f46e5404264acde947aa3ba7d92765670139b7f1e6e19d7f5fcb8541eb3d9582c SHA512 15e1318d0653c2477c32cb07e74b5090bf0509fb94fe3ad63e15ccc98fce56b9e28f0f38ba48e235241b15fe3b52fa27db2eac1dc405bb53c1fd557d0140df82
diff --git a/app-doc/ford/ford-6.1.4.ebuild b/app-doc/ford/ford-6.1.4.ebuild
new file mode 100644
index 000000000..4602560dd
--- /dev/null
+++ b/app-doc/ford/ford-6.1.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+MY_PN="FORD"
+DESCRIPTION="FORD, automatic documentation generator for modern Fortran programs"
+HOMEPAGE="https://github.com/Fortran-FOSS-Programmers/ford"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+RDEPEND="
+ dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+ dev-python/graphviz[${PYTHON_USEDEP}]
+ dev-python/jinja[${PYTHON_USEDEP}]
+ dev-python/markdown[${PYTHON_USEDEP}]
+ dev-python/markdown-include[${PYTHON_USEDEP}]
+ dev-python/md-environ[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]
+ dev-python/tqdm[${PYTHON_USEDEP}]
+ dev-python/toposort[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( CHANGELOG.md README.md README.rst )
+
+distutils_enable_tests pytest
+
+python_test(){
+ # The 'test/test_projects' tests use subprocess, i.e. require FORD to be installed.
+ distutils_install_for_testing
+ distutils-r1_python_test
+}
next reply other threads:[~2021-09-15 21:43 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-15 21:43 Sergey Torokhov [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-09 2:00 [gentoo-commits] repo/proj/guru:dev commit in: app-doc/ford/ Anna Vyalkova
2023-07-09 2:00 Anna Vyalkova
2023-05-16 20:08 Sergey Torokhov
2023-05-16 20:08 Sergey Torokhov
2023-04-19 0:23 Sergey Torokhov
2023-03-18 12:10 Sergey Torokhov
2023-03-08 19:40 Anna Vyalkova
2023-02-04 14:59 Anna Vyalkova
2023-02-02 6:15 Anna Vyalkova
2023-01-24 22:23 Sergey Torokhov
2023-01-19 0:08 Sergey Torokhov
2022-11-24 10:24 Sergey Torokhov
2022-11-24 10:24 Sergey Torokhov
2022-10-28 21:30 Sergey Torokhov
2022-10-28 21:21 Sergey Torokhov
2022-10-28 21:21 Sergey Torokhov
2022-08-02 22:11 Sergey Torokhov
2022-07-20 22:34 Sergey Torokhov
2022-06-28 21:45 Sergey Torokhov
2022-04-29 17:44 Sergey Torokhov
2022-04-16 11:42 Sergey Torokhov
2022-04-16 11:42 Sergey Torokhov
2022-03-17 19:09 Sergey Torokhov
2022-03-14 20:33 Sergey Torokhov
2022-02-23 12:13 Sergey Torokhov
2022-02-23 12:13 Sergey Torokhov
2021-10-17 10:37 Sergey Torokhov
2021-10-15 16:20 Sergey Torokhov
2021-09-20 9:41 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-09-20 9:32 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-09-08 14:38 Sergey Torokhov
2021-09-08 12:24 Sergey Torokhov
2021-09-06 19:50 Sergey Torokhov
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=1631742144.8b4e765860e5af98149889a94552cae886790cc1.SergeyTorokhov@gentoo \
--to=torokhov-s-a@yandex.ru \
--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