Compare commits
6 Commits
2023.0.0-1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3ebdc03c8 | ||
|
|
eb4f8a5344 | ||
|
|
756131f41d | ||
|
|
f38811a749 | ||
|
|
31d81e58ba | ||
|
|
94b4c2287c |
8
.SRCINFO
8
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = python-lsprotocol
|
pkgbase = python-lsprotocol
|
||||||
pkgdesc = Python types for Language Server Protocol
|
pkgdesc = Python types for Language Server Protocol
|
||||||
pkgver = 2023.0.0
|
pkgver = 2023.0.1
|
||||||
pkgrel = 1
|
pkgrel = 3
|
||||||
url = https://github.com/microsoft/lsprotocol
|
url = https://github.com/microsoft/lsprotocol
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
@@ -13,7 +13,7 @@ pkgbase = python-lsprotocol
|
|||||||
makedepends = python-flit-core
|
makedepends = python-flit-core
|
||||||
makedepends = python-installer
|
makedepends = python-installer
|
||||||
depends = python-cattrs
|
depends = python-cattrs
|
||||||
source = git+https://github.com/microsoft/lsprotocol.git#tag=2023.0.0
|
source = git+https://github.com/microsoft/lsprotocol.git#tag=2023.0.1
|
||||||
b2sums = SKIP
|
b2sums = 8e3ce2c021a8e170aaa05fb7ff8d25136d26a88977d070fa5f1c29616199c50e7fb2e401597dfe16b16e61e381923a6aa5df326624ac03258dc33028d17d4312
|
||||||
|
|
||||||
pkgname = python-lsprotocol
|
pkgname = python-lsprotocol
|
||||||
|
|||||||
4
.nvchecker.toml
Normal file
4
.nvchecker.toml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[python-lsprotocol]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/microsoft/lsprotocol.git"
|
||||||
|
exclude_regex = ".*(pre|a|alpha|b|beta|rc).*"
|
||||||
12
LICENSE
Normal file
12
LICENSE
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
Copyright Arch Linux Contributors
|
||||||
|
|
||||||
|
Permission to use, copy, modify, and/or distribute this software for
|
||||||
|
any purpose with or without fee is hereby granted.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
|
||||||
|
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
||||||
|
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
|
||||||
|
FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
|
||||||
|
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
||||||
|
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
||||||
|
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
1
LICENSES/0BSD.txt
Symbolic link
1
LICENSES/0BSD.txt
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../LICENSE
|
||||||
6
PKGBUILD
6
PKGBUILD
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
pkgname=python-lsprotocol
|
pkgname=python-lsprotocol
|
||||||
_name=${pkgname#python-}
|
_name=${pkgname#python-}
|
||||||
pkgver=2023.0.0
|
pkgver=2023.0.1
|
||||||
pkgrel=1
|
pkgrel=3
|
||||||
pkgdesc='Python types for Language Server Protocol'
|
pkgdesc='Python types for Language Server Protocol'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url=https://github.com/microsoft/lsprotocol
|
url=https://github.com/microsoft/lsprotocol
|
||||||
@@ -12,7 +12,7 @@ depends=('python-cattrs')
|
|||||||
makedepends=('git' 'python-build' 'python-flit-core' 'python-installer')
|
makedepends=('git' 'python-build' 'python-flit-core' 'python-installer')
|
||||||
checkdepends=('python-jsonschema' 'python-pyhamcrest' 'python-pytest')
|
checkdepends=('python-jsonschema' 'python-pyhamcrest' 'python-pytest')
|
||||||
source=("git+$url.git#tag=$pkgver")
|
source=("git+$url.git#tag=$pkgver")
|
||||||
b2sums=('SKIP')
|
b2sums=('8e3ce2c021a8e170aaa05fb7ff8d25136d26a88977d070fa5f1c29616199c50e7fb2e401597dfe16b16e61e381923a6aa5df326624ac03258dc33028d17d4312')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$_name"/packages/python
|
cd "$_name"/packages/python
|
||||||
|
|||||||
22
REUSE.toml
Normal file
22
REUSE.toml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
version = 1
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = [
|
||||||
|
"PKGBUILD",
|
||||||
|
"README.md",
|
||||||
|
"keys/**",
|
||||||
|
".SRCINFO",
|
||||||
|
".nvchecker.toml",
|
||||||
|
"*.install",
|
||||||
|
"*.sysusers",
|
||||||
|
"*.tmpfiles",
|
||||||
|
"*.logrotate",
|
||||||
|
"*.pam",
|
||||||
|
"*.service",
|
||||||
|
"*.socket",
|
||||||
|
"*.timer",
|
||||||
|
"*.desktop",
|
||||||
|
"*.hook",
|
||||||
|
]
|
||||||
|
SPDX-FileCopyrightText = "Arch Linux contributors"
|
||||||
|
SPDX-License-Identifier = "0BSD"
|
||||||
Reference in New Issue
Block a user