notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-python-language-server Python implementation of the Language Server Protocol
0.36.2_2 textproc Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.36.2_2Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Upstream forked and replaced by py-python-lsp-server
Expired This port expired on: 2021-07-31
Maintainer: rhurlin@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-02-27 09:12:43
Last Update: 2021-08-01 19:03:29
Commit Hash: e00945c
Also Listed In: python
License: MIT
WWW:
https://github.com/palantir/python-language-server
Description:
An implementation of the Language Server Protocol for Python. The base language server provide Completions, Definitions, Hover, References, Signature Help, and Symbols. WWW: https://github.com/palantir/python-language-server
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}python-language-server>0:textproc/py-python-language-server@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py38-python-language-server
Package flavors (<flavor>: <package>)
  • py38: py38-python-language-server
distinfo:
TIMESTAMP = 1614410166 SHA256 (python-language-server-0.36.2.tar.gz) = 9984c84a67ee2c5102c8e703215f407fcfa5e62b0ae86c9572d0ada8c4b417b0 SIZE (python-language-server-0.36.2.tar.gz) = 74499

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py38-setuptools>0 : devel/py-setuptools@py38
  2. python3.8 : lang/python38
Runtime dependencies:
  1. py38-autopep8>0 : textproc/py-autopep8@py38
  2. py38-jedi>0 : devel/py-jedi@py38
  3. py38-mccabe>0 : devel/py-mccabe@py38
  4. py38-pluggy>0 : devel/py-pluggy@py38
  5. py38-pycodestyle>0 : devel/py-pycodestyle@py38
  6. py38-pydocstyle>0 : devel/py-pydocstyle@py38
  7. py38-pyflakes>0 : devel/py-pyflakes@py38
  8. py38-python-jsonrpc-server>0 : devel/py-python-jsonrpc-server@py38
  9. py38-rope>0 : devel/py-rope@py38
  10. py38-ujson>0 : devel/py-ujson@py38
  11. py38-yapf>0 : textproc/py-yapf@py38
  12. py38-setuptools>0 : devel/py-setuptools@py38
  13. python3.8 : lang/python38
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
textproc_py-python-language-server
USES:
python:3.6+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/python-language-server/
  2. https://pypi.org/packages/source/p/python-language-server/
Collapse this list.
Port Moves

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.36.2_2
01 Aug 2021 19:03:29
commit hash: e00945cb356678e67ae37e19cfef3f6b06dcf6c9commit hash: e00945cb356678e67ae37e19cfef3f6b06dcf6c9commit hash: e00945cb356678e67ae37e19cfef3f6b06dcf6c9commit hash: e00945cb356678e67ae37e19cfef3f6b06dcf6c9 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2021-07-31 textproc/py-python-language-server: Upstream forked and replaced by
py-python-lsp-server
0.36.2_2
05 Jun 2021 20:31:14
commit hash: 02f5f61573f2ef254f9cdab7d6f18b143a87e6ffcommit hash: 02f5f61573f2ef254f9cdab7d6f18b143a87e6ffcommit hash: 02f5f61573f2ef254f9cdab7d6f18b143a87e6ffcommit hash: 02f5f61573f2ef254f9cdab7d6f18b143a87e6ff files touched by this commit
Rainer Hurling (rhurlin) search for other commits by this committer
textproc/py-python-language-server: Mark port deprecated

palantir/python-language-server was forked upstream [1] to
python-lsp/python-lsp-server and is not updated any more.

[1] https://github.com/palantir/python-language-server/issues/935
0.36.2_2
08 Apr 2021 14:22:02
commit hash: 3a7eb11ce93254b42a76a55cdaefd50be910f765commit hash: 3a7eb11ce93254b42a76a55cdaefd50be910f765commit hash: 3a7eb11ce93254b42a76a55cdaefd50be910f765commit hash: 3a7eb11ce93254b42a76a55cdaefd50be910f765 files touched by this commit
Rainer Hurling (rhurlin) search for other commits by this committer
textproc/py-python-language-server: Allow jedi >= v0.18.0

Until this is merged upstream [1], do it here.

[1] https://github.com/palantir/python-language-server/pull/918

Reported by:	Gleb Popov <arrowd@freebsd.org>
0.36.2_1
07 Apr 2021 19:21:59
commit hash: af64eab186c8274e313ff3b133aa8e0b553e53eccommit hash: af64eab186c8274e313ff3b133aa8e0b553e53eccommit hash: af64eab186c8274e313ff3b133aa8e0b553e53eccommit hash: af64eab186c8274e313ff3b133aa8e0b553e53ec files touched by this commit
Rainer Hurling (rhurlin) search for other commits by this committer
textproc/py-python-language-server: Adding missing dependencies

Add dependencies to support Kate editors LSP version.
Reordering dpendency list.

Reported by:	Gleb Popov <arrowd@freebsd.org>
0.36.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.36.2
27 Feb 2021 09:12:38
Revision:566679Original commit files touched by this commit
rhurlin search for other commits by this committer
New port: textproc/py-python-language-server: Python implementation of the
Language Server Protocol

https://github.com/palantir/python-language-server

Number of commits found: 6