[arch-commits] Commit in spyder/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Mon May 11 19:25:18 UTC 2020
Date: Monday, May 11, 2020 @ 19:25:17
Author: archange
Revision: 626361
Temporarily revert to previous version
See https://github.com/spyder-ide/spyder/issues/11620
But backport PKGBUILD changes (deps, tests, etc.).
Modified:
spyder/trunk/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++--------------------------------
1 file changed, 24 insertions(+), 32 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-11 19:25:08 UTC (rev 626360)
+++ PKGBUILD 2020-05-11 19:25:17 UTC (rev 626361)
@@ -4,43 +4,36 @@
# Contributor: TDY <tdy at gmx.com>
pkgname=spyder
-pkgver=4.0.1
-pkgrel=2
+pkgver=3.3.6
+pkgrel=3
pkgdesc="The Scientific Python Development Environment"
arch=(any)
url="https://www.spyder-ide.org/"
license=(MIT)
-makedepends=(python-setuptools python-sphinx)
+makedepends=(python-setuptools)
depends=(
- python-atomicwrites
- python-chardet
python-cloudpickle
- python-diff-match-patch
- python-intervaltree
- ipython
+ python-rope
python-jedi
- python-keyring
+ python-pyflakes
+ python-pygments
+ python-qtconsole
jupyter-nbconvert
+ python-sphinx
+ python-pycodestyle
+ python-pylint
+ python-psutil
+ python-qtawesome
+ python-qtpy
+ python-pickleshare
+ python-pyzmq
+ python-chardet
python-numpydoc
- python-parso
- python-pexpect
- python-pickleshare
- python-psutil
- python-pygments
- python-pylint
+ python-spyder-kernels
+ python-keyring
python-pyqt5
python-pyqtwebengine
qt5-webkit
- python-language-server
- python-xdg
- python-pyzmq
- python-qdarkstyle
- python-qtawesome
- python-qtconsole
- python-qtpy
- python-sphinx
- python-spyder-kernels
- python-watchdog
)
optdepends=(
'cython: run Cython files in the IPython Console'
@@ -56,8 +49,6 @@
python-pytest-mock
python-pytest-cov
python-pytest-xvfb
- python-pytest-ordering
- python-pytest-lazy-fixture
python-mock
python-flaky
python-pandas
@@ -69,7 +60,7 @@
)
source=(https://github.com/spyder-ide/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
spyder3_to_spyder.patch)
-sha256sums=('f8303a8717cb18073951d7a16a1478fb48177395dd4cc4c1219dac15ddfbf187'
+sha256sums=('aa3e46e30da987a2532854d3ba30143f7876bddb3be1b0d5ced11a7ab7abea83'
'42b51d2696f06e4ad69be7379e913fd90e5c09c3e8244b6f38ef127ae86cfe89')
prepare() {
@@ -87,10 +78,11 @@
python setup.py build
}
-check() {
- cd ${pkgname}-${pkgver}
- pytest
-}
+# Tests are segfaulting the build
+#check() {
+# cd ${pkgname}-${pkgver}
+# pytest
+#}
package() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list