Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
cd0b799d
Commit
cd0b799d
authored
4 months ago
by
Clayton Craft
Committed by
Kevin Daudt
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-lsp-server: upgrade to 1.12.0
parent
80641c29
No related branches found
No related tags found
1 merge request
!74566
community/py3-lsp-server: upgrade to 1.12.0
Pipeline
#273290
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-lsp-server/APKBUILD
+5
-3
5 additions, 3 deletions
community/py3-lsp-server/APKBUILD
with
5 additions
and
3 deletions
community/py3-lsp-server/APKBUILD
+
5
−
3
View file @
cd0b799d
# Contributor: Clayton Craft <clayton@craftyguy.net>
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname
=
py3-lsp-server
pkgver
=
1.1
1
.0
pkgver
=
1.1
2
.0
pkgrel
=
0
pkgdesc
=
"python implementation of the language server protocol, fork of python-language-server"
url
=
"https://github.com/python-lsp/python-lsp-server"
...
...
@@ -42,7 +42,7 @@ checkdepends="
py3-yapf
"
subpackages
=
"
$pkgname
-pyc"
source
=
"
https://files.pythonhosted.org/packages/source/p
/python-lsp
-server
/python-lsp-server
-
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com
/python-lsp/python-lsp-server
/archive/refs/tags/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/python-lsp-server-
$pkgver
"
build
()
{
...
...
@@ -59,6 +59,8 @@ check() {
k
=
"
$k
and not test_symbols_all_scopes_with_jedi_environment"
# fails on riscv64
k
=
"
$k
and not test_autoimport_code_actions_and_completions_for_notebook_document"
# requires deprecated pydocstyle
k
=
"
$k
and not test_notebook_document__did_open and not test_notebook_document__did_change"
# deselect'ed tests are broken
# pydocstyle is no longer maintaned upstream
.testenv/bin/python3
-m
pytest
\
...
...
@@ -72,5 +74,5 @@ package() {
}
sha512sums
=
"
bd96850b822dc3c2e97d5ee38f25c9f7731dc68b31fedcc2d3e0ff373bc3ad8a989f1a4b85527477bbbc875e853d5513d8583bc3cdc22a3c0545716e68382093 python
-lsp-server-1.1
1
.0.tar.gz
d394ca86cffe4296a15597316dca20a0d18cb28d506ea5dc6b56364d04c7353b79aeecec683d1d90cda0fa6c7a49dc42d9b7aa83b2a94f7e978e7b48fb4fc920 py3
-lsp-server-1.1
2
.0.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment