[arch-commits] Commit in python-pygls/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Thu Mar 25 19:53:02 UTC 2021


    Date: Thursday, March 25, 2021 @ 19:53:02
  Author: polyzen
Revision: 903424

upgpkg: python-pygls 0.10.2-1

Modified:
  python-pygls/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-25 19:52:52 UTC (rev 903423)
+++ PKGBUILD	2021-03-25 19:53:02 UTC (rev 903424)
@@ -1,18 +1,20 @@
-# Maintainer: Otreblan <otreblain at gmail.com>
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Otreblan <otreblain at gmail.com>
 
 _name=pygls
 pkgname=python-pygls
-pkgver=0.10.1
+pkgver=0.10.2
 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')
+depends=('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')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('5b50a1931613f36af446b16c644a85b52ceb2beceb09bddd05f9ce054f13e9ab')
+b2sums=('bc3855f9f9e2ad3e31b35ce6e994dca73269bd5bf9aa358be038aa6334f2e0c8bc8e205d07688e39421b41e4e2fdecb2e0c2425e1b87b46701be26a5cd2c54e7')
 
 build() {
   cd $_name-$pkgver



More information about the arch-commits mailing list