Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 783618 - dev-python/python-language-server forces old dev-python/{pycodestyle,pyflakes}
Summary: dev-python/python-language-server forces old dev-python/{pycodestyle,pyflakes}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Ammerlaan
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 722500
  Show dependency tree
 
Reported: 2021-04-18 06:55 UTC by Michał Górny
Modified: 2021-07-14 19:22 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-04-18 06:55:43 UTC
NonsolvableDepsInStable: version 0.36.2-r1: nonsolvable depset(bdepend) keyword(~amd64) stable profile (default/linux/amd64/17.1) (35 total): solutions: [ <dev-python/pyflakes-2.3.0[-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-),python_targets_python3_7(-),python_targets_python3_8(-),python_targets_python3_9(-)] ]
Comment 1 Andrew Ammerlaan gentoo-dev 2021-04-18 08:26:10 UTC
The root of the problem is that python-language-server and python-jsonrpc-server have been more or less abandoned upstream. I'm working on moving those packages to the fork of the Spyder team, which is where development continues.
Comment 2 Larry the Git Cow gentoo-dev 2021-05-19 18:42:04 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd56688ccc7b929cb7b466dc8c558acf320ac95

commit 2bd56688ccc7b929cb7b466dc8c558acf320ac95
Author:     Andrew Ammerlaan <andrewammerlaan@riseup.net>
AuthorDate: 2021-04-18 08:46:11 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2021-05-19 18:41:59 +0000

    dev-python/python-lsp-server: add spyder fork of python-language-server
    
    Bug: https://bugs.gentoo.org/783618
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 dev-python/python-lsp-server/Manifest              |   1 +
 .../files/pyls-fix-test-with-pylint28.patch        | 237 +++++++++++++++++++++
 .../files/pyls-fix-test_folding.patch              |  14 ++
 dev-python/python-lsp-server/metadata.xml          |  20 ++
 .../python-lsp-server-1.0.1.ebuild                 |  71 ++++++
 5 files changed, 343 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2021-06-12 10:25:23 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb6a621811604d741a34f93b8e95ec960c2e167

commit 5bb6a621811604d741a34f93b8e95ec960c2e167
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2021-06-12 10:23:39 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2021-06-12 10:25:20 +0000

    dev-python/spyder: switch pyls --> python-lsp-server
    
    We are running into a dependency mess with pyls because it
    hasn't been updated for over 6 months. We can no longer
    wait for upstream to make the switch to their own fork of the
    project (though I still expect this soonish)
    
    Bug: https://bugs.gentoo.org/783618
    Bug: https://bugs.gentoo.org/783615
    Package-Manager: Portage-3.0.19, Repoman-3.0.3
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 ...{spyder-4.2.5.ebuild => spyder-4.2.5-r1.ebuild} | 35 +++++++++++++++------
 ...{spyder-5.0.4.ebuild => spyder-5.0.4-r1.ebuild} | 36 ++++++++++++++++------
 2 files changed, 52 insertions(+), 19 deletions(-)
Comment 4 Larry the Git Cow gentoo-dev 2021-06-14 11:25:05 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050b52ffac32fedb3f3c355340c64b868e8a7e9d

commit 050b52ffac32fedb3f3c355340c64b868e8a7e9d
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2021-06-14 11:16:04 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2021-06-14 11:25:01 +0000

    profiles/package.mask: mask python-language-server for removal
    
    unmaintained upstream, alternatives available.
    
    Bug: https://bugs.gentoo.org/783615
    Bug: https://bugs.gentoo.org/795924
    Bug: https://bugs.gentoo.org/783618
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 profiles/package.mask | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
Comment 5 Larry the Git Cow gentoo-dev 2021-07-14 19:22:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d86d7c0b3f6ede53bfd9b5e7ae81af3dc4db919

commit 9d86d7c0b3f6ede53bfd9b5e7ae81af3dc4db919
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2021-07-14 19:20:12 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2021-07-14 19:22:28 +0000

    dev-python/python-language-server: remove last-rited pack
    
    Closes: https://bugs.gentoo.org/783618
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 dev-python/python-language-server/Manifest         |  1 -
 .../files/pyls-fix-test_folding.patch              | 38 -----------
 .../files/pyls-jedi-18.patch                       | 68 -------------------
 .../files/pyls-numpy-1.20.patch                    | 63 ------------------
 dev-python/python-language-server/metadata.xml     | 12 ----
 .../python-language-server-0.36.2-r1.ebuild        | 77 ----------------------
 profiles/package.mask                              | 23 -------
 7 files changed, 282 deletions(-)