mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
dev-util/fortls: new package, version 2.13.0
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
parent
5962585059
commit
375eef36a4
1
dev-util/fortls/Manifest
Normal file
1
dev-util/fortls/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST fortls-2.13.0.tar.gz 6897238 BLAKE2B 000bf8d68394c1ce2d4bca044ba3c395b22da9a8e026d9f8e74890ec2fbb894c4097f634f83352fcb21ff6e7e6f4af78bf9f8abdf00ab068d270fb93b9a6574d SHA512 dc5d51fea92d1b00722ee4a33901939fe38fd379260e1edc7a97939cd5c9204e5c27a7f4c57122a0bdf7a36f2f59d0d8f71a50448b6cdc98b1bb2d349511580e
|
24
dev-util/fortls/fortls-2.13.0.ebuild
Normal file
24
dev-util/fortls/fortls-2.13.0.ebuild
Normal file
@ -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}]
|
||||
"
|
20
dev-util/fortls/metadata.xml
Normal file
20
dev-util/fortls/metadata.xml
Normal file
@ -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>
|
Loading…
x
Reference in New Issue
Block a user