[arch-commits] Commit in python-language-server/repos/community-any (2 files)
Morten Linderud
foxboron at archlinux.org
Fri Jun 19 12:36:36 UTC 2020
Date: Friday, June 19, 2020 @ 12:36:35
Author: foxboron
Revision: 647660
archrelease: copy trunk to community-any
Added:
python-language-server/repos/community-any/PKGBUILD
(from rev 647659, python-language-server/trunk/PKGBUILD)
Deleted:
python-language-server/repos/community-any/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-19 12:36:30 UTC (rev 647659)
+++ PKGBUILD 2020-06-19 12:36:35 UTC (rev 647660)
@@ -1,51 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: fenuks
-
-pkgname=python-language-server
-pkgver=0.33.1
-pkgrel=1
-pkgdesc="An implementation of the Language Server Protocol for Python"
-arch=("any")
-url="https://github.com/palantir/python-language-server"
-license=("MIT")
-depends=("python" "python-setuptools" "python-jsonrpc-server" "python-future" "python-jedi" "python-pluggy" "python-ujson")
-optdepends=("python-mccabe: for complexity checking"
- "python-rope: for completions and renaming"
- "python-pyflakes: for linter to detect various errors"
- "flake8: for code linting"
- "python-pycodestyle: for style checking"
- "python-pylint: for code linting"
- "autopep8: for code formatting"
- "yapf: for code formatting (preferred over autopep8)"
- "python-pydocstyle: for docstring style checking")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov" "python-pyflakes" "flake8"
- "python-mock" "python-jedi" "python-future" "yapf" "python-mccabe" "python-pycodestyle"
- "autopep8" "python-rope" "python-pydocstyle" "python-pylint" "python-jsonrpc-server"
- "python-numpy" "python-pandas" "python-matplotlib")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('ffde271fdacb73d47a657a69e5e59072e3e1afa5d7b4f7f6399049ce39be0772')
-
-
-prepare(){
- cd "${pkgname}-${pkgver}"
- sed -i "s/ujson.*/ujson'/" setup.py
-}
-
-build() {
- cd "${pkgname}-${pkgver}"
- python setup.py build
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
- py.test -k 'not test_pyqt_completion'
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=4 sw=4 et:
Copied: python-language-server/repos/community-any/PKGBUILD (from rev 647659, python-language-server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-06-19 12:36:35 UTC (rev 647660)
@@ -0,0 +1,51 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: fenuks
+
+pkgname=python-language-server
+pkgver=0.33.2
+pkgrel=1
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-language-server"
+license=("MIT")
+depends=("python" "python-setuptools" "python-jsonrpc-server" "python-future" "python-jedi" "python-pluggy" "python-ujson")
+optdepends=("python-mccabe: for complexity checking"
+ "python-rope: for completions and renaming"
+ "python-pyflakes: for linter to detect various errors"
+ "flake8: for code linting"
+ "python-pycodestyle: for style checking"
+ "python-pylint: for code linting"
+ "autopep8: for code formatting"
+ "yapf: for code formatting (preferred over autopep8)"
+ "python-pydocstyle: for docstring style checking")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov" "python-pyflakes" "flake8"
+ "python-mock" "python-jedi" "python-future" "yapf" "python-mccabe" "python-pycodestyle"
+ "autopep8" "python-rope" "python-pydocstyle" "python-pylint" "python-jsonrpc-server"
+ "python-numpy" "python-pandas" "python-matplotlib")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('f5fe9a21bf7c0b0fc0d205a1c2f1bec776a59d0e11b0e39c49803044799669fd')
+
+
+prepare(){
+ cd "${pkgname}-${pkgver}"
+ sed -i "s/ujson.*/ujson'/" setup.py
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ python setup.py build
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+ py.test -k 'not test_pyqt_completion'
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:
More information about the arch-commits
mailing list