public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 16 Apr 2022 11:42:18 +0000 (UTC)	[thread overview]
Message-ID: <1650109119.8a7feaa178b2060d8e777aaf80fb2ab4d7bfb7e8.SergeyTorokhov@gentoo> (raw)

commit:     8a7feaa178b2060d8e777aaf80fb2ab4d7bfb7e8
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sat Apr 16 11:38:39 2022 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Sat Apr 16 11:38:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a7feaa1

app-doc/ford: 6.1.11 version bump

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

 app-doc/ford/Manifest           |  1 +
 app-doc/ford/ford-6.1.11.ebuild | 43 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/app-doc/ford/Manifest b/app-doc/ford/Manifest
index d69fbbd9f..eb6605c5b 100644
--- a/app-doc/ford/Manifest
+++ b/app-doc/ford/Manifest
@@ -3,3 +3,4 @@ DIST FORD-6.1.5.tar.gz 5841811 BLAKE2B 15c08e3f36794e789d02b021477a76a9d97d08517
 DIST FORD-6.1.7.tar.gz 5841796 BLAKE2B 7a81cc46521cf9d293c1da70457124be91879ee8a6a2be9152d3c3f5b68ae5621fceeba62ed82a13dadaa7d508ae0ed14ff5b583fb134b0341ff777121300d15 SHA512 fad397e439facbbca50879972633ac5a85aa57b4fc4cbcf5deeb17e8e4964aa2d5182ef3ad72fd0d3bf1f113bb61ba0bb439cc9b2890bda185842770ad3edb2c
 DIST FORD-6.1.8.tar.gz 5843274 BLAKE2B a902dc204abbe389dbd2920b494e00a81f74de9c710247e61a13d63a05bb5e8ad9bb5da84cab035836e218c92aac33863dd97c16c025f449966b9114e180bf18 SHA512 618efac6ea4759cb08fc877493360a80eb6da1e21fd513a831639316e8d9cbbdb76cfdb36ce668dbe76f00bb2ef5abcce347ba714a91de8322b3d96b3a67adad
 DIST FORD-6.1.10.tar.gz 5847455 BLAKE2B b575be88434b129289c5098fc3da0216190fa2a953a4ed2bfcc1275a22cc37d8c096dad6fb45ff2606a87ffa179ce31b172ff0a641cf40444f151b30c2cb3bc0 SHA512 2116bb28a3d678216d3b61d53955ef6f199e50d2286491d0d9e867a2f8d53a8c7b5a1cace1671390380a21bdaa86814a3d9625d3919bdce03a22b25b02e06757
+DIST FORD-6.1.11.tar.gz 5848224 BLAKE2B f8092b678ab1621f3d295e77b8a308d2f4787baa77b989a0dc07a9b23c0723945a97bca81bda879d7929b8910eb49b635bd052304b3b6d1ba25f8dbb552b676e SHA512 325e8c05b5df6435c164adf24871d9743d2927d862010b005ba87dafd0e44cf1f52dae50d1b2bec5a5f39f935859286e0c9ba5156b24843bc58dc1335c5e1913

diff --git a/app-doc/ford/ford-6.1.11.ebuild b/app-doc/ford/ford-6.1.11.ebuild
new file mode 100644
index 000000000..369eb1f96
--- /dev/null
+++ b/app-doc/ford/ford-6.1.11.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
+
+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/pygments[${PYTHON_USEDEP}]
+	dev-python/python-markdown-math[${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
+}


             reply	other threads:[~2022-04-16 11:42 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-16 11:42 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-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-15 21:43 Sergey Torokhov
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=1650109119.8a7feaa178b2060d8e777aaf80fb2ab4d7bfb7e8.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