[arch-commits] Commit in python-pygls/repos/community-any (PKGBUILD PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Wed Mar 17 20:44:03 UTC 2021


    Date: Wednesday, March 17, 2021 @ 20:44:02
  Author: polyzen
Revision: 894212

archrelease: copy trunk to community-any

Added:
  python-pygls/repos/community-any/PKGBUILD
    (from rev 894211, python-pygls/trunk/PKGBUILD)
Deleted:
  python-pygls/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-17 20:43:44 UTC (rev 894211)
+++ PKGBUILD	2021-03-17 20:44:02 UTC (rev 894212)
@@ -1,32 +0,0 @@
-# Maintainer: Otreblan <otreblain at gmail.com>
-
-_name=pygls
-pkgname=python-pygls
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='Pythonic generic implementation of the Language Server Protocol'
-arch=('any')
-url=https://github.com/openlawlibrary/pygls
-license=('APACHE')
-depends=('python-psutil' 'python-pydantic' 'python-typeguard')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-pytest' 'python-pytest-asyncio')
-source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
-b2sums=('b131aa222c3a50b80bf819f8550b450b06d1525c66a57827af80b9db5f3a7b8b0a9b2435e5d2b572ddbdca71d1cb105da85ec246900f43a38fc4776e96db005f')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pygls/repos/community-any/PKGBUILD (from rev 894211, python-pygls/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-17 20:44:02 UTC (rev 894212)
@@ -0,0 +1,32 @@
+# Maintainer: Otreblan <otreblain at gmail.com>
+
+_name=pygls
+pkgname=python-pygls
+pkgver=0.10.1
+pkgrel=1
+pkgdesc='Pythonic generic implementation of the Language Server Protocol'
+arch=('any')
+url=https://github.com/openlawlibrary/pygls
+license=('APACHE')
+depends=('python-psutil' 'python-pydantic' 'python-typeguard')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-pytest' 'python-pytest-asyncio')
+source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
+b2sums=('01927d80f6ba961ab0f745be3c62d67683603203c7b94429c2420869d8d90c2b4aa8e02cf2e54a04feb26e4144f2423882086f6007afc4648decc39f0814ae13')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list