[arch-commits] Commit in (4 files)

Jelle van der Waa jelle at gemini.archlinux.org
Fri Aug 27 15:36:04 UTC 2021


    Date: Friday, August 27, 2021 @ 15:36:03
  Author: jelle
Revision: 1007375

Initial commit

Added:
  python-lsp-jsonrpc/
  python-lsp-jsonrpc/repos/
  python-lsp-jsonrpc/trunk/
  python-lsp-jsonrpc/trunk/PKGBUILD

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

Added: python-lsp-jsonrpc/trunk/PKGBUILD
===================================================================
--- python-lsp-jsonrpc/trunk/PKGBUILD	                        (rev 0)
+++ python-lsp-jsonrpc/trunk/PKGBUILD	2021-08-27 15:36:03 UTC (rev 1007375)
@@ -0,0 +1,24 @@
+# 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=1
+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=("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
+}



More information about the arch-commits mailing list