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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 20:03:07 UTC 2021


    Date: Thursday, December 2, 2021 @ 20:03:07
  Author: foutrelis
Revision: 1062465

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 20:03:03 UTC (rev 1062464)
+++ PKGBUILD	2021-12-02 20:03:07 UTC (rev 1062465)
@@ -1,25 +0,0 @@
-# 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"
-}

Copied: python-lsp-jsonrpc/repos/community-staging-any/PKGBUILD (from rev 1062464, python-lsp-jsonrpc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 20:03:07 UTC (rev 1062465)
@@ -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=3
+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