[arch-commits] Commit in python-lsp-jsonrpc/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Tue Nov 30 21:41:48 UTC 2021


    Date: Tuesday, November 30, 2021 @ 21:41:48
  Author: felixonmars
Revision: 1058929

archrelease: copy trunk to community-staging-any

Added:
  python-lsp-jsonrpc/repos/community-staging-any/
  python-lsp-jsonrpc/repos/community-staging-any/PKGBUILD
    (from rev 1058928, python-lsp-jsonrpc/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: python-lsp-jsonrpc/repos/community-staging-any/PKGBUILD (from rev 1058928, python-lsp-jsonrpc/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-11-30 21:41:48 UTC (rev 1058929)
@@ -0,0 +1,25 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Platon Pronko <platon7pronko at gmail.com>
+
+pkgname=python-lsp-jsonrpc
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="Fork of the python-jsonrpc-server project, maintained by the Spyder IDE team and the community"
+arch=("any")
+url="https://github.com/python-lsp/python-lsp-jsonrpc"
+license=(MIT)
+depends=(python-ujson)
+makedepends=(python-setuptools)
+source=($pkgname-$pkgver.targz::https://github.com/python-lsp/python-lsp-jsonrpc/archive/v${pkgver}.tar.gz)
+sha256sums=('058f21fa9e5c49fbb978c3f92c4b0ed84f3a859dc6568632cb69ddec2bcb38c0')
+
+build() {
+  cd "${srcdir}/python-lsp-jsonrpc-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/python-lsp-jsonrpc-${pkgver}"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list