Date: Saturday, October 16, 2021 @ 21:28:58 Author: jelle Revision: 1030594
archrelease: copy trunk to community-any Added: python-lsp-server/repos/community-any/PKGBUILD (from rev 1030593, python-lsp-server/trunk/PKGBUILD) Deleted: python-lsp-server/repos/community-any/PKGBUILD ----------+ PKGBUILD | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-10-16 21:28:53 UTC (rev 1030593) +++ PKGBUILD 2021-10-16 21:28:58 UTC (rev 1030594) @@ -1,24 +0,0 @@ -# Maintainer: Jelle van der Waa <je...@archlinux.org> -# Contributor: Platon Pronko <platon7pro...@gmail.com> - -pkgname=python-lsp-server -pkgver=1.2.1 -pkgrel=3 -pkgdesc="Fork of the python-language-server project, maintained by the Spyder IDE team and the community" -arch=(any) -url="https://github.com/python-lsp/python-lsp-server" -license=(MIT) -depends=(python-jedi python-lsp-jsonrpc python-pluggy python-ujson python-setuptools) -source=($pkgname-$pkgver.tar.gz::https://github.com/python-lsp/python-lsp-server/archive/v${pkgver}.tar.gz) -sha256sums=('5408cffb405bef5e74d5a9de4ba6f1f45e5ab1c5d67755824a0beb31dfb489a3') - -build() { - cd "${pkgname}-${pkgver}" - python setup.py build -} - -package() { - cd "${pkgname}-${pkgver}" - python setup.py install --root=${pkgdir} --optimize=1 --skip-build - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: python-lsp-server/repos/community-any/PKGBUILD (from rev 1030593, python-lsp-server/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-10-16 21:28:58 UTC (rev 1030594) @@ -0,0 +1,24 @@ +# Maintainer: Jelle van der Waa <je...@archlinux.org> +# Contributor: Platon Pronko <platon7pro...@gmail.com> + +pkgname=python-lsp-server +pkgver=1.2.4 +pkgrel=1 +pkgdesc="Fork of the python-language-server project, maintained by the Spyder IDE team and the community" +arch=(any) +url="https://github.com/python-lsp/python-lsp-server" +license=(MIT) +depends=(python-jedi python-lsp-jsonrpc python-pluggy python-ujson python-setuptools) +source=($pkgname-$pkgver.tar.gz::https://github.com/python-lsp/python-lsp-server/archive/v${pkgver}.tar.gz) +sha256sums=('3e9102808f661df18a54e2ddd97285d4b3c4cbc0af6fed8439a1960617f74674') + +build() { + cd "${pkgname}-${pkgver}" + python setup.py build +} + +package() { + cd "${pkgname}-${pkgver}" + python setup.py install --root=${pkgdir} --optimize=1 --skip-build + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +}