Package Details: fortran-language-server 1.12.0-3

Git Clone URL: https://aur.archlinux.org/fortran-language-server.git (read-only, click to copy)
Package Base: fortran-language-server
Description: Fortran Language Server for the Language Server Protocol
Upstream URL: https://github.com/hansec/fortran-language-server
Licenses: MIT
Submitter: Bevan
Maintainer: Bevan
Last Packager: Bevan
Votes: 6
Popularity: 0.000001
First Submitted: 2019-06-09 22:32 (UTC)
Last Updated: 2023-07-30 12:36 (UTC)

Pinned Comments

Bevan commented on 2022-12-13 18:37 (UTC)

Note that fortran-language-server seems to be unmaintained since 2020. I suggest using fortls as a replacement: https://aur.archlinux.org/packages/fortls

Latest Comments

dreieck commented on 2025-01-11 16:06 (UTC)

If possible, please remove the dependency on python-furure/ make the package working without python-future:

WARNING: python-future package is not compatible with Python 3.13

The python-future project was created in 2013 to attempt to save Python from the schism of version incompatibility that was threatening to tear apart the language (as Perl 6 contributed to the death of Perl).

That time is now past. Thanks to a huge porting effort across the Python community, Python 3 eventually thrived. Python 2 reached its end of life in 2020 and the python-future package should no longer be necessary. Use it to help with porting legacy code to Python 3 but don’t depend on it for new code.

If you use packages that depend on it, please contact maintainers and/or upstream of these packages and try to work out whether this dependency is really needed.

Regards and thanks for this package!

Bevan commented on 2023-05-12 17:39 (UTC)

@dreieck: You are right, that dependency has to go. Implemented in 1.12.0-2. However, I suggest that you move to fortls as a replacement for this package.

dreieck commented on 2023-05-12 12:27 (UTC)

python-argparse must be removed from the depends array, see ↗ here.

Thanks for maintaining!

Bevan commented on 2022-12-13 18:37 (UTC)

Note that fortran-language-server seems to be unmaintained since 2020. I suggest using fortls as a replacement: https://aur.archlinux.org/packages/fortls

Bevan commented on 2019-07-07 12:48 (UTC)

Indeed, python-setuptools is used by the start script under /usr/bin. Fixed in 1.9.1-2.

agibson commented on 2019-07-07 10:55 (UTC)

I believe this needs python-setuptools as a runtime dependency, otherwise you get "ModuleNotFoundError: No module named 'pkg_resources'".