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: dev-util/fortls/
Date: Tue, 11 Oct 2022 23:31:28 +0000 (UTC)	[thread overview]
Message-ID: <1665531066.375eef36a46d2a7bdad8f7525e05df1e6a7ef069.SergeyTorokhov@gentoo> (raw)

commit:     375eef36a46d2a7bdad8f7525e05df1e6a7ef069
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Tue Oct 11 23:27:47 2022 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Tue Oct 11 23:31:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=375eef36

dev-util/fortls: new package, version 2.13.0

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

 dev-util/fortls/Manifest             |  1 +
 dev-util/fortls/fortls-2.13.0.ebuild | 24 ++++++++++++++++++++++++
 dev-util/fortls/metadata.xml         | 20 ++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-util/fortls/Manifest b/dev-util/fortls/Manifest
new file mode 100644
index 000000000..5419f2aae
--- /dev/null
+++ b/dev-util/fortls/Manifest
@@ -0,0 +1 @@
+DIST fortls-2.13.0.tar.gz 6897238 BLAKE2B 000bf8d68394c1ce2d4bca044ba3c395b22da9a8e026d9f8e74890ec2fbb894c4097f634f83352fcb21ff6e7e6f4af78bf9f8abdf00ab068d270fb93b9a6574d SHA512 dc5d51fea92d1b00722ee4a33901939fe38fd379260e1edc7a97939cd5c9204e5c27a7f4c57122a0bdf7a36f2f59d0d8f71a50448b6cdc98b1bb2d349511580e

diff --git a/dev-util/fortls/fortls-2.13.0.ebuild b/dev-util/fortls/fortls-2.13.0.ebuild
new file mode 100644
index 000000000..cbe895365
--- /dev/null
+++ b/dev-util/fortls/fortls-2.13.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="fortls - Fortran Language Server"
+HOMEPAGE="https://github.com/gnikit/fortls"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Need to explore the list of test dependencies
+RESTRICT="test"
+
+RDEPEND="
+	dev-python/json5[${PYTHON_USEDEP}]
+"

diff --git a/dev-util/fortls/metadata.xml b/dev-util/fortls/metadata.xml
new file mode 100644
index 000000000..b0b701f5e
--- /dev/null
+++ b/dev-util/fortls/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>torokhov-s-a@yandex.ru</email>
+    <name>Sergey Torokhov</name>
+  </maintainer>
+  <longdescription lang="en">
+    fortls is an implementation of the Language Server Protocol (LSP)
+    for Fortran using Python (3.7+). All code editors that support LSP
+    can integrate with fortls. Some supported code editors include:
+    Visual Studio Code, Atom, Sublime Text, (Neo)Vim, and Emacs.
+    It's usefull for Modern Fortran extension of Visual Studio Code
+    and provides offline/system wide installation instead of local pip install.
+  </longdescription>
+  <upstream>
+    <remote-id type="pypi">fortls</remote-id>
+    <remote-id type="github">gnikit/fortls</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2022-10-11 23:31 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-11 23:31 Sergey Torokhov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-24 14:03 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/fortls/ Sergey Torokhov
2022-12-01 18:31 Sergey Torokhov
2023-01-18 23:57 Sergey Torokhov
2023-03-17 13:01 Anna Vyalkova
2024-03-21 20:55 Sergey Torokhov
2024-03-21 20:55 Sergey Torokhov
2024-03-24 14:30 Sergey Torokhov
2024-05-05 12:35 Sergey Torokhov
2024-05-06 20:13 Sergey Torokhov
2024-05-10 12:23 Sergey Torokhov
2024-05-12  5:22 Sergey Torokhov
2024-05-12  5:22 Sergey Torokhov
2024-06-15 15:18 Sergey Torokhov
2024-06-21 22:55 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=1665531066.375eef36a46d2a7bdad8f7525e05df1e6a7ef069.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