Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-lsp-server
Commits:
39e20afd by Antonio Rojas at 2024-08-26T09:08:22+02:00
upgpkg: 1.12.0-1: Update to 1.12.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-lsp-server
pkgdesc = Fork of the python-language-server project, maintained by the
Spyder IDE team and the community
- pkgver = 1.11.0
- pkgrel = 3
+ pkgver = 1.12.0
+ pkgrel = 1
url = https://github.com/python-lsp/python-lsp-server
arch = any
license = MIT
@@ -43,7 +43,7 @@ pkgbase = python-lsp-server
optdepends = flake8: error checking
optdepends = yapf: code formatting (preferred)
optdepends = python-whatthepatch: required for yapf support
- source =
https://files.pythonhosted.org/packages/source/p/python-lsp-server/python-lsp-server-1.11.0.tar.gz
- sha256sums =
89edd6fb3f7852e4bf5a3d1d95ea41484d1a28fa94b6e3cbff12b9db123b8e86
+ source =
https://github.com/python-lsp/python-lsp-server/archive/v1.12.0/python-lsp-server-1.12.0.tar.gz
+ sha256sums =
dda5419df2dc0ff23f26724fc39f1884cccc6cc4dd922afbfcd099d21e349219
pkgname = python-lsp-server
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Platon Pronko <[email protected]>
pkgname=python-lsp-server
-pkgver=1.11.0
-pkgrel=3
+pkgver=1.12.0
+pkgrel=1
pkgdesc="Fork of the python-language-server project, maintained by the Spyder
IDE team and the community"
arch=(any)
url="https://github.com/python-lsp/python-lsp-server"
@@ -42,8 +42,8 @@ checkdepends=(
python-pyqt5
python-appdirs
)
-source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('89edd6fb3f7852e4bf5a3d1d95ea41484d1a28fa94b6e3cbff12b9db123b8e86')
+source=(https://github.com/python-lsp/python-lsp-server/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('dda5419df2dc0ff23f26724fc39f1884cccc6cc4dd922afbfcd099d21e349219')
prepare() {
cd ${pkgname}-${pkgver}
@@ -58,6 +58,7 @@ prepare() {
build() {
cd ${pkgname}-${pkgver}
+ SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver \
python -m build -wn
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-server/-/commit/39e20afdfa8fb0bf2c885150f2a99a21ac6aab86
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-server/-/commit/39e20afdfa8fb0bf2c885150f2a99a21ac6aab86
You're receiving this email because of your account on gitlab.archlinux.org.