[arch-commits] Commit in python-language-server/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Tue Sep 18 22:50:59 UTC 2018
Date: Tuesday, September 18, 2018 @ 22:50:59
Author: foxboron
Revision: 383329
upgpkg: python-language-server 0.21.2-1
Modified:
python-language-server/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-18 22:33:34 UTC (rev 383328)
+++ PKGBUILD 2018-09-18 22:50:59 UTC (rev 383329)
@@ -3,8 +3,8 @@
pkgbase=python-language-server
pkgname=(python-language-server python2-language-server)
-pkgver=0.19.0
-pkgrel=2
+pkgver=0.21.2
+pkgrel=1
pkgdesc="An implementation of the Language Server Protocol for Python"
arch=("any")
url="https://github.com/palantir/python-language-server"
@@ -13,12 +13,12 @@
"python2" "python2-setuptools")
checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov" "python-pyflakes"
"python-mock" "python-jedi" "python-future" "yapf" "python-mccabe" "python-pycodestyle"
- "autopep8" "python-rope" "python-pydocstyle"
+ "autopep8" "python-rope" "python-pydocstyle" "python-jsonrpc-server"
"python2-pytest" "python2-pytest-runner" "python2-pytest-cov" "python2-pyflakes"
- "python2-autopep8" "python2-rope" "python2-mccabe" "python2-pydocstyle"
- "python2-mock" "python2-jedi" "python2-future" "python2-futures" "python2-yapf" "python2-pycodestyle" "python2-autopep8")
+ "python2-autopep8" "python2-rope" "python2-mccabe" "python2-pydocstyle" "python2-jsonrpc-server"
+ "python2-mock" "python2-jedi" "python2-future" "python2-futures" "python2-yapf" "python2-pycodestyle" "python2-autopep8")
source=("$pkgname-$pkgver.tar.gz::https://github.com/palantir/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('5bd07b4c6224622517862dfe704d2015ccfa53fe091e13a40421687dc24a8acc')
+sha256sums=('0b81bf42200c7d11e066907040314038525fa53333ac98e7691485166db60fde')
prepare() {
cp -r "$pkgname-$pkgver"{,-py2}
More information about the arch-commits
mailing list