Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ad74048be | ||
|
|
53ab6238f2 |
2
.SRCINFO
2
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = python-pygls
|
pkgbase = python-pygls
|
||||||
pkgdesc = Pythonic generic implementation of the Language Server Protocol
|
pkgdesc = Pythonic generic implementation of the Language Server Protocol
|
||||||
pkgver = 1.3.1
|
pkgver = 1.3.1
|
||||||
pkgrel = 3
|
pkgrel = 4
|
||||||
url = https://github.com/openlawlibrary/pygls
|
url = https://github.com/openlawlibrary/pygls
|
||||||
arch = any
|
arch = any
|
||||||
license = Apache-2.0
|
license = Apache-2.0
|
||||||
|
|||||||
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
|
||||||
2
PKGBUILD
2
PKGBUILD
@@ -4,7 +4,7 @@
|
|||||||
pkgname=python-pygls
|
pkgname=python-pygls
|
||||||
_name=${pkgname#python-}
|
_name=${pkgname#python-}
|
||||||
pkgver=1.3.1
|
pkgver=1.3.1
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc='Pythonic generic implementation of the Language Server Protocol'
|
pkgdesc='Pythonic generic implementation of the Language Server Protocol'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url=https://github.com/openlawlibrary/pygls
|
url=https://github.com/openlawlibrary/pygls
|
||||||
|
|||||||
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