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, 18 Mar 2023 12:10:56 +0000 (UTC) [thread overview]
Message-ID: <1679141423.1a33627d63a5201fdcb52ab0f82a4e9b314e7300.SergeyTorokhov@gentoo> (raw)
commit: 1a33627d63a5201fdcb52ab0f82a4e9b314e7300
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sat Mar 18 12:10:23 2023 +0000
Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Sat Mar 18 12:10:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a33627d
app-doc/ford: 6.2.0 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
app-doc/ford/Manifest | 1 +
app-doc/ford/ford-6.2.0.ebuild | 43 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/app-doc/ford/Manifest b/app-doc/ford/Manifest
index a6ec3890d..a9bc02818 100644
--- a/app-doc/ford/Manifest
+++ b/app-doc/ford/Manifest
@@ -1 +1,2 @@
DIST FORD-6.1.17.tar.gz 6132346 BLAKE2B b01aa7cd19f02bec53fe3f85e3d4f002cf314655a1d344ecdee7765bd423cfeb6a1d85a4df084b57a1484ab22519b1604bc5fe869ea34220b9a6bdceadc5ec46 SHA512 b5d89ffec4485276b4f37f7ebdb00774e3dd31a572dd047ccbf7fd7a7d579f4221a60920d2965a4c198cbd9392414c635adb4aeed68d7587906a7574c0f9bcec
+DIST FORD-6.2.0.tar.gz 6135683 BLAKE2B 3d8e87007259fea7dce3d88641902a367634ed00e96eb77c70a037be5736fb341d41737af002c9daa8c6e5606bbc5f0240c466e7e9164af698cfacdcbb06f5aa SHA512 8f87a17c9b0736ba994d7cd7a38d601f8fa9432340908db61866e9362f76168ed4bb5fe2ab92b3c0bd93138640dbbb9e8e6eed681241a663e3c8500d84d67de9
diff --git a/app-doc/ford/ford-6.2.0.ebuild b/app-doc/ford/ford-6.2.0.ebuild
new file mode 100644
index 000000000..dc98cfeea
--- /dev/null
+++ b/app-doc/ford/ford-6.2.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+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}")"
+
+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-0.20[${PYTHON_USEDEP}]
+ dev-python/jinja[${PYTHON_USEDEP}]
+ >=dev-python/markdown-3.4[${PYTHON_USEDEP}]
+ >=dev-python/markdown-include-0.7.0[${PYTHON_USEDEP}]
+ >=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
+ dev-python/python-markdown-math[${PYTHON_USEDEP}]
+ >=dev-python/toposort-1.7[${PYTHON_USEDEP}]
+ >=dev-python/tqdm-4.64.0[${PYTHON_USEDEP}]
+"
+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
+}
next reply other threads:[~2023-03-18 12:11 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-18 12:10 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-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-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=1679141423.1a33627d63a5201fdcb52ab0f82a4e9b314e7300.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