From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB6F3158020 for ; Mon, 17 Oct 2022 11:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 714C6E0974; Mon, 17 Oct 2022 11:26:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F95CE0970 for ; Mon, 17 Oct 2022 11:26:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE600340DAF for ; Mon, 17 Oct 2022 11:26:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08A255A0 for ; Mon, 17 Oct 2022 11:26:45 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1665531066.375eef36a46d2a7bdad8f7525e05df1e6a7ef069.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/fortls/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/fortls/Manifest dev-util/fortls/fortls-2.13.0.ebuild dev-util/fortls/metadata.xml X-VCS-Directories: dev-util/fortls/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 375eef36a46d2a7bdad8f7525e05df1e6a7ef069 X-VCS-Branch: master Date: Mon, 17 Oct 2022 11:26:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0d0a9d41-1b01-4c9e-acbf-26adf1cf39df X-Archives-Hash: 93d827cf4975e629f3cde80c278d28eb commit: 375eef36a46d2a7bdad8f7525e05df1e6a7ef069 Author: Sergey Torokhov yandex ru> AuthorDate: Tue Oct 11 23:27:47 2022 +0000 Commit: Haelwenn Monnier hacktivis me> 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 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 @@ + + + + + torokhov-s-a@yandex.ru + Sergey Torokhov + + + 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. + + + fortls + gnikit/fortls + +