[arch-commits] Commit in python-pyls-spyder/trunk (PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Sun Oct 17 15:25:00 UTC 2021
Date: Sunday, October 17, 2021 @ 15:25:00
Author: archange
Revision: 1030749
upgpkg: python-pyls-spyder 0.4.0-1
Modified:
python-pyls-spyder/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-17 15:21:00 UTC (rev 1030748)
+++ PKGBUILD 2021-10-17 15:25:00 UTC (rev 1030749)
@@ -2,19 +2,19 @@
_pkg=pyls-spyder
pkgname=python-${_pkg}
-pkgver=0.3.2
+pkgver=0.4.0
pkgrel=1
pkgdesc="Spyder extensions for the Python Language Server"
arch=(any)
url="https://github.com/spyder-ide/pyls-spyder"
license=(MIT)
-depends=(python-language-server)
+depends=(python-lsp-server)
makedepends=(python-setuptools)
checkdepends=(python-pytest)
# PyPi tarballs do not have the tests
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
source=(${url}/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('aa8156a980423c3df40ff18c4af3c9d2fdfaf9743314b20422135880d3b51a43')
+sha256sums=('1adc75f70afcf55a27513d54cdce129bacc8aa4fd2ff05d14fdf7ca1829842e6')
build() {
cd ${_pkg}-${pkgver}
@@ -23,7 +23,7 @@
check() {
cd ${_pkg}-${pkgver}
- pytest -v
+ pytest -v --color=yes
}
package() {
More information about the arch-commits
mailing list