[arch-commits] Commit in spyder/trunk (PKGBUILD spyder3_to_spyder.patch)

2020-12-24 Thread Bruno Pagani via arch-commits
Date: Thursday, December 24, 2020 @ 14:38:59
  Author: archange
Revision: 788172

upgpkg: spyder 4.2.1-1

Modified:
  spyder/trunk/PKGBUILD
Deleted:
  spyder/trunk/spyder3_to_spyder.patch

-+
 PKGBUILD|   44 ++--
 spyder3_to_spyder.patch |   43 ---
 2 files changed, 22 insertions(+), 65 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-24 14:37:40 UTC (rev 788171)
+++ PKGBUILD2020-12-24 14:38:59 UTC (rev 788172)
@@ -4,13 +4,13 @@
 # Contributor: TDY 
 
 pkgname=spyder
-pkgver=4.1.5
-pkgrel=3
+pkgver=4.2.1
+pkgrel=1
 pkgdesc="The Scientific Python Development Environment"
 arch=(any)
 url="https://www.spyder-ide.org/;
 license=(MIT)
-makedepends=(python-setuptools python-sphinx)
+makedepends=(python-sphinx)
 depends=(
 python-atomicwrites
 python-chardet
@@ -19,6 +19,7 @@
 python-intervaltree
 ipython
 python-jedi
+python-jsonschema
 python-keyring
 jupyter-nbconvert
 python-numpydoc
@@ -32,6 +33,8 @@
 python-pyqtwebengine
 qt5-webkit
 python-language-server
+python-pyls-black
+python-pyls-spyder
 python-xdg
 python-pyzmq
 python-qdarkstyle
@@ -38,8 +41,11 @@
 python-qtawesome
 python-qtconsole
 python-qtpy
+python-setuptools
 python-sphinx
 python-spyder-kernels
+python-textdistance
+python-three-merge
 python-watchdog
 )
 optdepends=(
@@ -69,21 +75,15 @@
 git
 tk
 )
-source=(https://github.com/spyder-ide/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-spyder3_to_spyder.patch)
-sha256sums=('98f24bd782e2c5d2fcd1033b433692e85dada9f095f86547ba66728e5a26a65f'
-'42b51d2696f06e4ad69be7379e913fd90e5c09c3e8244b6f38ef127ae86cfe89')
+source=(https://github.com/spyder-ide/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('0231a3b0ba0530817e53b5162ce0c3db8c98f071a0e4d4b6027721bf32039e2b')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  # Replace spyder3 with spyder
-  patch -p1 -i ../spyder3_to_spyder.patch
-  mv scripts/spyder{3,}.desktop
-  mv scripts/spyder{3,}.appdata.xml
   # Allow our jedi/parso/pyls versions
-  sed -i "s|JEDI_REQVER = '=0.17.1'|JEDI_REQVER = '>=0.17.1'|" -i 
spyder/dependencies.py
-  sed -i "s|PARSO_REQVER = '=0.7.0'|PARSO_REQVER = '>=0.7.0'|" -i 
spyder/dependencies.py
-  sed -i "s|PYLS_REQVER = '>=0.34.0;<1.0.0'|PYLS_REQVER = '>=0.34.0'|" -i 
spyder/dependencies.py
+  sed -i "s|JEDI_REQVER = '=|JEDI_REQVER = '>=|" -i spyder/dependencies.py
+  sed -i "s|PARSO_REQVER = '=|PARSO_REQVER = '>=|" -i spyder/dependencies.py
+  sed -i "s|PYLS_REQVER = '>=0.36.2;<1.0.0'|PYLS_REQVER = '>=0.36.2'|" -i 
spyder/dependencies.py
 }
 
 build() {
@@ -94,14 +94,14 @@
 check() {
   cd ${pkgname}-${pkgver}
   # Required per above patching
-  sed -i "s|jedi==0.17.1|jedi>=0.17.0|" -i setup.py
-  sed -i "s|parso==0.7.0|parso>=0.7.0|" -i setup.py
-  sed -i 
"s|python-language-server[all]>=0.34.0,<1.0.0|python-language-server[all]>=0.34.0|"
 -i setup.py
-  sed -i "s|jedi =0.17.1|jedi >=0.17.0|" -i requirements/conda.txt
-  sed -i "s|parso =0.7.0|parso >=0.7.0|" -i requirements/conda.txt
-  sed -i "s|jedi =0.17.1|jedi >=0.17.0|" -i binder/environment.yml
-  sed -i "s|parso =0.7.0|parso >=0.7.0|" -i binder/environment.yml
-  sed -i "s|python-language-server >=0.34.0,<1.0.0|python-language-server 
>=0.34.0|" -i binder/environment.yml
+  sed -i "s|jedi==|jedi>=|" -i setup.py
+  sed -i "s|parso==|parso>=|" -i setup.py
+  sed -i 
"s|python-language-server[all]>=0.36.2,<1.0.0|python-language-server[all]>=0.36.2|"
 -i setup.py
+  sed -i "s|jedi =|jedi >=|" -i requirements/conda.txt
+  sed -i "s|parso =|parso >=|" -i requirements/conda.txt
+  sed -i "s|jedi =|jedi >=|" -i binder/environment.yml
+  sed -i "s|parso =|parso >=|" -i binder/environment.yml
+  sed -i "s|python-language-server >=0.36.2,<1.0.0|python-language-server 
>=0.36.2|" -i binder/environment.yml
   # Some tests failures but upstream does not support us
   python runtests.py || echo "Tests failed"
 }

Deleted: spyder3_to_spyder.patch
===
--- spyder3_to_spyder.patch 2020-12-24 14:37:40 UTC (rev 788171)
+++ spyder3_to_spyder.patch 2020-12-24 14:38:59 UTC (rev 788172)
@@ -1,43 +0,0 @@
 a/scripts/spyder3.desktop
-+++ b/scripts/spyder3.desktop
-@@ -1,12 +1,11 @@
- [Desktop Entry]
- Type=Application
- Version=1.0
--Name=Spyder3
--GenericName=Spyder3
-+Name=Spyder
- Comment=The Scientific Python Development Environment - Python 3
--Icon=spyder3
--TryExec=spyder3
--Exec=spyder3 %F
-+Icon=spyder
-+TryExec=spyder
-+Exec=spyder %F
- Terminal=false
- MimeType=text/x-python;
- Categories=Development;Science;IDE;Qt;
 a/setup.py
-+++ b/setup.py
-@@ -88,9 +88,9 @@
- """Return data_files in a platform dependent manner"""
- if 

[arch-commits] Commit in spyder/trunk (PKGBUILD)

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 17:50:32
  Author: felixonmars
Revision: 752840

upgpkg: spyder 4.1.5-3: Python 3.9 rebuild

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:50:31 UTC (rev 752839)
+++ PKGBUILD2020-11-12 17:50:32 UTC (rev 752840)
@@ -5,7 +5,7 @@
 
 pkgname=spyder
 pkgver=4.1.5
-pkgrel=2
+pkgrel=3
 pkgdesc="The Scientific Python Development Environment"
 arch=(any)
 url="https://www.spyder-ide.org/;


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2020-10-12 Thread Bruno Pagani via arch-commits
Date: Monday, October 12, 2020 @ 13:48:45
  Author: archange
Revision: 723658

FS#68192: relax parso/pyls

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-12 13:23:39 UTC (rev 723657)
+++ PKGBUILD2020-10-12 13:48:45 UTC (rev 723658)
@@ -5,7 +5,7 @@
 
 pkgname=spyder
 pkgver=4.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="The Scientific Python Development Environment"
 arch=(any)
 url="https://www.spyder-ide.org/;
@@ -82,8 +82,8 @@
   mv scripts/spyder{3,}.appdata.xml
   # Allow our jedi/parso/pyls versions
   sed -i "s|JEDI_REQVER = '=0.17.1'|JEDI_REQVER = '>=0.17.1'|" -i 
spyder/dependencies.py
-  #sed -i "s|PARSO_REQVER = '=0.7.0'|PARSO_REQVER = '>=0.7.0'|" -i 
spyder/dependencies.py
-  #sed -i "s|PYLS_REQVER = '>=0.34.0;<1.0.0'|PYLS_REQVER = '>=0.34.0'|" -i 
spyder/dependencies.py
+  sed -i "s|PARSO_REQVER = '=0.7.0'|PARSO_REQVER = '>=0.7.0'|" -i 
spyder/dependencies.py
+  sed -i "s|PYLS_REQVER = '>=0.34.0;<1.0.0'|PYLS_REQVER = '>=0.34.0'|" -i 
spyder/dependencies.py
 }
 
 build() {
@@ -95,13 +95,13 @@
   cd ${pkgname}-${pkgver}
   # Required per above patching
   sed -i "s|jedi==0.17.1|jedi>=0.17.0|" -i setup.py
-  #sed -i "s|parso==0.7.0|parso>=0.7.0|" -i setup.py
-  #sed -i 
"s|python-language-server[all]>=0.34.0,<1.0.0|python-language-server[all]>=0.34.0|"
 -i setup.py
+  sed -i "s|parso==0.7.0|parso>=0.7.0|" -i setup.py
+  sed -i 
"s|python-language-server[all]>=0.34.0,<1.0.0|python-language-server[all]>=0.34.0|"
 -i setup.py
   sed -i "s|jedi =0.17.1|jedi >=0.17.0|" -i requirements/conda.txt
-  #sed -i "s|parso =0.7.0|parso >=0.7.0|" -i requirements/conda.txt
+  sed -i "s|parso =0.7.0|parso >=0.7.0|" -i requirements/conda.txt
   sed -i "s|jedi =0.17.1|jedi >=0.17.0|" -i binder/environment.yml
-  #sed -i "s|parso =0.7.0|parso >=0.7.0|" -i binder/environment.yml
-  #sed -i "s|python-language-server >=0.34.0,<1.0.0|python-language-server 
>=0.34.0|" -i binder/environment.yml
+  sed -i "s|parso =0.7.0|parso >=0.7.0|" -i binder/environment.yml
+  sed -i "s|python-language-server >=0.34.0,<1.0.0|python-language-server 
>=0.34.0|" -i binder/environment.yml
   # Some tests failures but upstream does not support us
   python runtests.py || warning "Tests failed"
 }


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2020-09-02 Thread Bruno Pagani via arch-commits
Date: Wednesday, September 2, 2020 @ 19:50:56
  Author: archange
Revision: 696924

upgpkg: spyder 4.1.5-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 19:50:27 UTC (rev 696923)
+++ PKGBUILD2020-09-02 19:50:56 UTC (rev 696924)
@@ -4,7 +4,7 @@
 # Contributor: TDY 
 
 pkgname=spyder
-pkgver=4.1.4
+pkgver=4.1.5
 pkgrel=1
 pkgdesc="The Scientific Python Development Environment"
 arch=(any)
@@ -71,7 +71,7 @@
 )
 
source=(https://github.com/spyder-ide/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 spyder3_to_spyder.patch)
-sha256sums=('2fcb9167468547ebc713658f35ac7a4c91b75c4cff19d1aa1913c227b49fb763'
+sha256sums=('98f24bd782e2c5d2fcd1033b433692e85dada9f095f86547ba66728e5a26a65f'
 '42b51d2696f06e4ad69be7379e913fd90e5c09c3e8244b6f38ef127ae86cfe89')
 
 prepare() {
@@ -80,10 +80,10 @@
   patch -p1 -i ../spyder3_to_spyder.patch
   mv scripts/spyder{3,}.desktop
   mv scripts/spyder{3,}.appdata.xml
-  # Allow our jedi and parso versions
-  sed -i "s|JEDI_REQVER = '=0.17.1'|JEDI_REQVER = '>=0.17.0'|" -i 
spyder/dependencies.py
-  sed -i "s|PARSO_REQVER = '=0.7.0'|PARSO_REQVER = '>=0.7.0'|" -i 
spyder/dependencies.py
-  sed -i "s|PYLS_REQVER = '>=0.34.0;<1.0.0'|PYLS_REQVER = '>=0.34.0'|" -i 
spyder/dependencies.py
+  # Allow our jedi/parso/pyls versions
+  sed -i "s|JEDI_REQVER = '=0.17.1'|JEDI_REQVER = '>=0.17.1'|" -i 
spyder/dependencies.py
+  #sed -i "s|PARSO_REQVER = '=0.7.0'|PARSO_REQVER = '>=0.7.0'|" -i 
spyder/dependencies.py
+  #sed -i "s|PYLS_REQVER = '>=0.34.0;<1.0.0'|PYLS_REQVER = '>=0.34.0'|" -i 
spyder/dependencies.py
 }
 
 build() {
@@ -95,13 +95,13 @@
   cd ${pkgname}-${pkgver}
   # Required per above patching
   sed -i "s|jedi==0.17.1|jedi>=0.17.0|" -i setup.py
-  sed -i "s|parso==0.7.0|parso>=0.7.0|" -i setup.py
-  sed -i 
"s|python-language-server[all]>=0.34.0,<1.0.0|python-language-server[all]>=0.34.0|"
 -i setup.py
+  #sed -i "s|parso==0.7.0|parso>=0.7.0|" -i setup.py
+  #sed -i 
"s|python-language-server[all]>=0.34.0,<1.0.0|python-language-server[all]>=0.34.0|"
 -i setup.py
   sed -i "s|jedi =0.17.1|jedi >=0.17.0|" -i requirements/conda.txt
-  sed -i "s|parso =0.7.0|parso >=0.7.0|" -i requirements/conda.txt
+  #sed -i "s|parso =0.7.0|parso >=0.7.0|" -i requirements/conda.txt
   sed -i "s|jedi =0.17.1|jedi >=0.17.0|" -i binder/environment.yml
-  sed -i "s|parso =0.7.0|parso >=0.7.0|" -i binder/environment.yml
-  sed -i "s|python-language-server >=0.34.0,<1.0.0|python-language-server 
>=0.34.0|" -i binder/environment.yml
+  #sed -i "s|parso =0.7.0|parso >=0.7.0|" -i binder/environment.yml
+  #sed -i "s|python-language-server >=0.34.0,<1.0.0|python-language-server 
>=0.34.0|" -i binder/environment.yml
   # Some tests failures but upstream does not support us
   python runtests.py || warning "Tests failed"
 }


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2020-07-29 Thread Bruno Pagani via arch-commits
Date: Wednesday, July 29, 2020 @ 12:55:52
  Author: archange
Revision: 665769

upgpkg: spyder 4.1.4-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |   32 ++--
 1 file changed, 14 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-29 12:30:10 UTC (rev 665768)
+++ PKGBUILD2020-07-29 12:55:52 UTC (rev 665769)
@@ -4,8 +4,8 @@
 # Contributor: TDY 
 
 pkgname=spyder
-pkgver=4.1.3
-pkgrel=2
+pkgver=4.1.4
+pkgrel=1
 pkgdesc="The Scientific Python Development Environment"
 arch=(any)
 url="https://www.spyder-ide.org/;
@@ -70,10 +70,8 @@
 tk
 )
 
source=(https://github.com/spyder-ide/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
spyder-ignore-deps-tests.patch::https://github.com/spyder-ide/spyder/commit/833de4b928a5d2b28422d2c56a08e9217af6ad2a.patch
 spyder3_to_spyder.patch)
-sha256sums=('a55f5323c2be2813f52a5941ed65eb98f5bb81cc31df464374965d389ba24fd9'
-'426d1228a52c02ce77dcf3904ca07c024a0f23f019e79984b9563b47bf9164d1'
+sha256sums=('2fcb9167468547ebc713658f35ac7a4c91b75c4cff19d1aa1913c227b49fb763'
 '42b51d2696f06e4ad69be7379e913fd90e5c09c3e8244b6f38ef127ae86cfe89')
 
 prepare() {
@@ -83,11 +81,9 @@
   mv scripts/spyder{3,}.desktop
   mv scripts/spyder{3,}.appdata.xml
   # Allow our jedi and parso versions
-  sed -i "s|JEDI_REQVER = '=0.15.2'|JEDI_REQVER = '>=0.15.2'|" -i 
spyder/dependencies.py
-  sed -i "s|PARSO_REQVER = '=0.5.2'|PARSO_REQVER = '>=0.5.2'|" -i 
spyder/dependencies.py
-  sed -i "s|PYLS_REQVER = '>=0.31.9;<0.32.0'|PYLS_REQVER = '>=0.31.9'|" -i 
spyder/dependencies.py
-  # Fix test failure in uneeded subtests
-  patch -p1 -i ../spyder-ignore-deps-tests.patch
+  sed -i "s|JEDI_REQVER = '=0.17.1'|JEDI_REQVER = '>=0.17.0'|" -i 
spyder/dependencies.py
+  sed -i "s|PARSO_REQVER = '=0.7.0'|PARSO_REQVER = '>=0.7.0'|" -i 
spyder/dependencies.py
+  sed -i "s|PYLS_REQVER = '>=0.34.0;<1.0.0'|PYLS_REQVER = '>=0.34.0'|" -i 
spyder/dependencies.py
 }
 
 build() {
@@ -98,14 +94,14 @@
 check() {
   cd ${pkgname}-${pkgver}
   # Required per above patching
-  sed -i "s|jedi==0.15.2|jedi>=0.15.2|" -i setup.py
-  sed -i "s|parso==0.5.2|parso>=0.5.2|" -i setup.py
-  sed -i 
"s|python-language-server[all]>=0.31.9,<0.32.0|python-language-server[all]>=0.31.9|"
 -i setup.py
-  sed -i "s|jedi =0.15.2|jedi >=0.15.2|" -i requirements/conda.txt
-  sed -i "s|parso =0.5.2|parso >=0.5.2|" -i requirements/conda.txt
-  sed -i "s|jedi =0.15.2|jedi >=0.15.2|" -i binder/environment.yml
-  sed -i "s|parso =0.5.2|parso >=0.5.2|" -i binder/environment.yml
-  sed -i "s|python-language-server >=0.31.9,<0.32.0|python-language-server 
>=0.31.9|" -i binder/environment.yml
+  sed -i "s|jedi==0.17.1|jedi>=0.17.0|" -i setup.py
+  sed -i "s|parso==0.7.0|parso>=0.7.0|" -i setup.py
+  sed -i 
"s|python-language-server[all]>=0.34.0,<1.0.0|python-language-server[all]>=0.34.0|"
 -i setup.py
+  sed -i "s|jedi =0.17.1|jedi >=0.17.0|" -i requirements/conda.txt
+  sed -i "s|parso =0.7.0|parso >=0.7.0|" -i requirements/conda.txt
+  sed -i "s|jedi =0.17.1|jedi >=0.17.0|" -i binder/environment.yml
+  sed -i "s|parso =0.7.0|parso >=0.7.0|" -i binder/environment.yml
+  sed -i "s|python-language-server >=0.34.0,<1.0.0|python-language-server 
>=0.34.0|" -i binder/environment.yml
   # Some tests failures but upstream does not support us
   python runtests.py || warning "Tests failed"
 }


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2020-05-14 Thread Bruno Pagani via arch-commits
Date: Thursday, May 14, 2020 @ 12:04:15
  Author: archange
Revision: 627921

upgpkg: spyder 4.1.3-2

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-14 11:47:54 UTC (rev 627920)
+++ PKGBUILD2020-05-14 12:04:15 UTC (rev 627921)
@@ -5,7 +5,7 @@
 
 pkgname=spyder
 pkgver=4.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The Scientific Python Development Environment"
 arch=(any)
 url="https://www.spyder-ide.org/;
@@ -85,7 +85,7 @@
   # Allow our jedi and parso versions
   sed -i "s|JEDI_REQVER = '=0.15.2'|JEDI_REQVER = '>=0.15.2'|" -i 
spyder/dependencies.py
   sed -i "s|PARSO_REQVER = '=0.5.2'|PARSO_REQVER = '>=0.5.2'|" -i 
spyder/dependencies.py
-  sed -i "s|PYLS_REQVER = '>=0.31.9;<0.32.0'|PYLS_REQVER = 
'>=0.31.8;<0.32.0'|" -i spyder/dependencies.py
+  sed -i "s|PYLS_REQVER = '>=0.31.9;<0.32.0'|PYLS_REQVER = '>=0.31.9'|" -i 
spyder/dependencies.py
   # Fix test failure in uneeded subtests
   patch -p1 -i ../spyder-ignore-deps-tests.patch
 }
@@ -100,12 +100,12 @@
   # Required per above patching
   sed -i "s|jedi==0.15.2|jedi>=0.15.2|" -i setup.py
   sed -i "s|parso==0.5.2|parso>=0.5.2|" -i setup.py
-  sed -i 
"s|python-language-server[all]>=0.31.9,<0.32.0|python-language-server[all]>=0.31.8,<0.32.0|"
 -i setup.py
+  sed -i 
"s|python-language-server[all]>=0.31.9,<0.32.0|python-language-server[all]>=0.31.9|"
 -i setup.py
   sed -i "s|jedi =0.15.2|jedi >=0.15.2|" -i requirements/conda.txt
   sed -i "s|parso =0.5.2|parso >=0.5.2|" -i requirements/conda.txt
   sed -i "s|jedi =0.15.2|jedi >=0.15.2|" -i binder/environment.yml
   sed -i "s|parso =0.5.2|parso >=0.5.2|" -i binder/environment.yml
-  sed -i "s|python-language-server >=0.31.9,<0.32.0|python-language-server 
>=0.31.8,<0.32.0|" -i binder/environment.yml
+  sed -i "s|python-language-server >=0.31.9,<0.32.0|python-language-server 
>=0.31.9|" -i binder/environment.yml
   # Some tests failures but upstream does not support us
   python runtests.py || warning "Tests failed"
 }


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2020-05-11 Thread Bruno Pagani via arch-commits
Date: Monday, May 11, 2020 @ 22:01:07
  Author: archange
Revision: 626561

upgpkg: spyder 4.1.3-1

Trying again to upgrade.

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |   78 -
 1 file changed, 52 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-11 21:45:21 UTC (rev 626560)
+++ PKGBUILD2020-05-11 22:01:07 UTC (rev 626561)
@@ -4,36 +4,43 @@
 # Contributor: TDY 
 
 pkgname=spyder
-pkgver=3.3.6
-pkgrel=3
+pkgver=4.1.3
+pkgrel=1
 pkgdesc="The Scientific Python Development Environment"
 arch=(any)
 url="https://www.spyder-ide.org/;
 license=(MIT)
-makedepends=(python-setuptools)
+makedepends=(python-setuptools python-sphinx)
 depends=(
+python-atomicwrites
+python-chardet
 python-cloudpickle
-python-rope
+python-diff-match-patch
+python-intervaltree
+ipython
 python-jedi
-python-pyflakes
+python-keyring
+jupyter-nbconvert
+python-numpydoc
+python-parso
+python-pexpect
+python-pickleshare
+python-psutil
 python-pygments
-python-qtconsole
-jupyter-nbconvert
-python-sphinx
-python-pycodestyle
 python-pylint
-python-psutil
+python-pyqt5
+python-pyqtwebengine
+qt5-webkit
+python-language-server
+python-xdg
+python-pyzmq
+python-qdarkstyle
 python-qtawesome
+python-qtconsole
 python-qtpy
-python-pickleshare
-python-pyzmq
-python-chardet
-python-numpydoc
+python-sphinx
 python-spyder-kernels
-python-keyring
-python-pyqt5
-python-pyqtwebengine
-qt5-webkit
+python-watchdog
 )
 optdepends=(
 'cython: run Cython files in the IPython Console'
@@ -49,6 +56,8 @@
 python-pytest-mock
 python-pytest-cov
 python-pytest-xvfb
+python-pytest-ordering
+python-pytest-lazy-fixture
 python-mock
 python-flaky
 python-pandas
@@ -57,10 +66,14 @@
 python-pillow
 python-matplotlib
 cython
+git
+tk
 )
 
source=(https://github.com/spyder-ide/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
spyder-ignore-deps-tests.patch::https://github.com/spyder-ide/spyder/commit/833de4b928a5d2b28422d2c56a08e9217af6ad2a.patch
 spyder3_to_spyder.patch)
-sha256sums=('aa3e46e30da987a2532854d3ba30143f7876bddb3be1b0d5ced11a7ab7abea83'
+sha256sums=('a55f5323c2be2813f52a5941ed65eb98f5bb81cc31df464374965d389ba24fd9'
+'426d1228a52c02ce77dcf3904ca07c024a0f23f019e79984b9563b47bf9164d1'
 '42b51d2696f06e4ad69be7379e913fd90e5c09c3e8244b6f38ef127ae86cfe89')
 
 prepare() {
@@ -69,8 +82,12 @@
   patch -p1 -i ../spyder3_to_spyder.patch
   mv scripts/spyder{3,}.desktop
   mv scripts/spyder{3,}.appdata.xml
-  # Allow our jedi version
-  sed -i "s|JEDI_REQVER = '=0.14.1'|JEDI_REQVER = '>=0.14.1'|" -i 
spyder/dependencies.py
+  # Allow our jedi and parso versions
+  sed -i "s|JEDI_REQVER = '=0.15.2'|JEDI_REQVER = '>=0.15.2'|" -i 
spyder/dependencies.py
+  sed -i "s|PARSO_REQVER = '=0.5.2'|PARSO_REQVER = '>=0.5.2'|" -i 
spyder/dependencies.py
+  sed -i "s|PYLS_REQVER = '>=0.31.9;<0.32.0'|PYLS_REQVER = 
'>=0.31.8;<0.32.0'|" -i spyder/dependencies.py
+  # Fix test failure in uneeded subtests
+  patch -p1 -i ../spyder-ignore-deps-tests.patch
 }
 
 build() {
@@ -78,11 +95,20 @@
   python setup.py build
 }
 
-# Tests are segfaulting the build
-#check() {
-#  cd ${pkgname}-${pkgver}
-#  pytest
-#}
+check() {
+  cd ${pkgname}-${pkgver}
+  # Required per above patching
+  sed -i "s|jedi==0.15.2|jedi>=0.15.2|" -i setup.py
+  sed -i "s|parso==0.5.2|parso>=0.5.2|" -i setup.py
+  sed -i 
"s|python-language-server[all]>=0.31.9,<0.32.0|python-language-server[all]>=0.31.8,<0.32.0|"
 -i setup.py
+  sed -i "s|jedi =0.15.2|jedi >=0.15.2|" -i requirements/conda.txt
+  sed -i "s|parso =0.5.2|parso >=0.5.2|" -i requirements/conda.txt
+  sed -i "s|jedi =0.15.2|jedi >=0.15.2|" -i binder/environment.yml
+  sed -i "s|parso =0.5.2|parso >=0.5.2|" -i binder/environment.yml
+  sed -i "s|python-language-server >=0.31.9,<0.32.0|python-language-server 
>=0.31.8,<0.32.0|" -i binder/environment.yml
+  # Some tests failures but upstream does not support us
+  python runtests.py || warning "Tests failed"
+}
 
 package() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2020-05-11 Thread Bruno Pagani via arch-commits
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
===
--- PKGBUILD2020-05-11 19:25:08 UTC (rev 626360)
+++ PKGBUILD2020-05-11 19:25:17 UTC (rev 626361)
@@ -4,43 +4,36 @@
 # Contributor: TDY 
 
 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}


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2020-02-21 Thread Bruno Pagani via arch-commits
Date: Friday, February 21, 2020 @ 19:01:59
  Author: archange
Revision: 577875

First batch of fixes

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-21 18:52:42 UTC (rev 577874)
+++ PKGBUILD2020-02-21 19:01:59 UTC (rev 577875)
@@ -5,7 +5,7 @@
 
 pkgname=spyder
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The Scientific Python Development Environment"
 arch=(any)
 url="https://www.spyder-ide.org/;
@@ -19,6 +19,7 @@
 python-intervaltree
 ipython
 python-jedi
+python-keyring
 jupyter-nbconvert
 python-numpydoc
 python-parso
@@ -54,7 +55,7 @@
 python-pytest-qt
 python-pytest-mock
 python-pytest-cov
-python-pytest-xvfb #
+python-pytest-xvfb
 python-pytest-ordering
 python-pytest-lazy-fixture
 python-mock
@@ -77,6 +78,8 @@
   patch -p1 -i ../spyder3_to_spyder.patch
   mv scripts/spyder{3,}.desktop
   mv scripts/spyder{3,}.appdata.xml
+  # Allow our jedi version
+  sed -i "s|JEDI_REQVER = '=0.14.1'|JEDI_REQVER = '>=0.14.1'|" -i 
spyder/dependencies.py
 }
 
 build() {


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 02:50:39
  Author: felixonmars
Revision: 523031

Python 3.8 rebuild

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 02:48:06 UTC (rev 523030)
+++ PKGBUILD2019-11-04 02:50:39 UTC (rev 523031)
@@ -4,7 +4,7 @@
 
 pkgname=spyder
 pkgver=3.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc='The Scientific Python Development Environment (Python 3 version)'
 arch=('any')
 url='https://www.spyder-ide.org/'


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2019-07-07 Thread Fabio Castelli via arch-commits
Date: Sunday, July 7, 2019 @ 22:57:46
  Author: muflone
Revision: 487660

upgpkg: spyder 3.3.5-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 22:51:53 UTC (rev 487659)
+++ PKGBUILD2019-07-07 22:57:46 UTC (rev 487660)
@@ -4,7 +4,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.3.4
+pkgver=3.3.5
 pkgrel=1
 pkgdesc='The Scientific Python Development Environment'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx'
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('7441c267076251cdb9c205cbd1a25155be5686ff2c2192bd522650c057a6c92a'
+sha256sums=('b0a58831f6881dad278a584b3774d3ced9c1060e85c277b16b97052509444336'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2019-04-26 Thread Fabio Castelli via arch-commits
Date: Friday, April 26, 2019 @ 11:35:52
  Author: muflone
Revision: 454213

upgpkg: spyder 3.3.4-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 09:46:49 UTC (rev 454212)
+++ PKGBUILD2019-04-26 11:35:52 UTC (rev 454213)
@@ -4,7 +4,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.3.1
+pkgver=3.3.4
 pkgrel=1
 pkgdesc='The Scientific Python Development Environment'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx'
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('a28c9eb919389739432d7243b533beb5973ed8415b3f00de894a6a15552a0b5d'
+sha256sums=('7441c267076251cdb9c205cbd1a25155be5686ff2c2192bd522650c057a6c92a'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
@@ -75,7 +75,7 @@
   cd "${pkgname}-${pkgver}"
   python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
   # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
   # Install icon and desktop file
   install -D -m644 "spyder/images/spyder.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
   # Change main executable name
@@ -102,7 +102,7 @@
   cd "${pkgname}-${pkgver}"
   python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
   # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
   # Install icon and desktop file
   install -D -m644 "spyder/images/spyder.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
   # Remove useless spyder_win_post_install script


[arch-commits] Commit in spyder/trunk (PKGBUILD bug_51437_spyder2.patch)

2018-08-11 Thread Fabio Castelli via arch-commits
Date: Saturday, August 11, 2018 @ 23:01:04
  Author: muflone
Revision: 371190

upgpkg: spyder 3.3.1-1

Modified:
  spyder/trunk/PKGBUILD
  spyder/trunk/bug_51437_spyder2.patch

-+
 PKGBUILD|   15 +++
 bug_51437_spyder2.patch |   36 +---
 2 files changed, 24 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 22:43:25 UTC (rev 371189)
+++ PKGBUILD2018-08-11 23:01:04 UTC (rev 371190)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc='The Scientific Python Development Environment'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx'
@@ -18,11 +18,11 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('2d7ce1bd19cc3e1c8eb30cc42f12c50caed60aeb2f1d7e1871201785e4ec327b'
+sha256sums=('a28c9eb919389739432d7243b533beb5973ed8415b3f00de894a6a15552a0b5d'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
-'4773c1b88816e696d7238cc7a1881dc5e954bbab633455af15fcbebcc3923745')
+'bc94729fcf378ff1fa4ed028c4f3092acab1a098f608a121af5f8801772c28a0')
 
 prepare() {
   cd "${pkgbase}-${pkgver}"
@@ -45,14 +45,13 @@
 
   # Prepare sources for spyder3 build
   cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder3-${pkgver}"
-  cd "${srcdir}/spyder3-${pkgver}"
 }
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/spyder2-${pkgver}"
   python2 setup.py build
 
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/spyder3-${pkgver}"
   python3 setup.py build
 }
 
@@ -61,7 +60,7 @@
   depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
-   'python2-opengl' 'python2-spyder-kernels' 'icu' 
'gtk-update-icon-cache'
+   'python2-opengl' 'python2-spyder-kernels<1.0' 'icu' 
'gtk-update-icon-cache'
'desktop-file-utils')
   provides=('spyder')
   conflicts=('spyder')
@@ -92,7 +91,7 @@
'python-pyflakes' 'python-pyzmq' 'python-pygments' 'python-psutil' 
'python-pickleshare'
'jupyter' 'jupyter-nbconvert'
'python-rope' 'python-jedi' 'python-pylint' 'python-pycodestyle' 
'python-sphinx'
-   'python-opengl' 'python-spyder-kernels' 'icu' 
'gtk-update-icon-cache'
+   'python-opengl' 'python-spyder-kernels<1.0' 'icu' 
'gtk-update-icon-cache'
'desktop-file-utils')
   optdepends=('python-numpy: N-dimensional arrays'
   'python-scipy: signal/image processing'

Modified: bug_51437_spyder2.patch
===
--- bug_51437_spyder2.patch 2018-08-11 22:43:25 UTC (rev 371189)
+++ bug_51437_spyder2.patch 2018-08-11 23:01:04 UTC (rev 371190)
@@ -1,33 +1,31 @@
-diff -Naur spyder-3.2.7.orig/scripts/spyder3.desktop 
spyder-3.2.7/scripts/spyder3.desktop
 spyder-3.2.7.orig/scripts/spyder3.desktop  2018-02-25 17:17:21.0 
+0100
-+++ spyder-3.2.7/scripts/spyder3.desktop   2018-03-03 20:15:01.330490153 
+0100
-@@ -1,9 +1,8 @@
+diff -Naur spyder-3.3.1.orig/scripts/spyder3.desktop 
spyder-3.3.1/scripts/spyder3.desktop
+--- spyder-3.3.1.orig/scripts/spyder3.desktop  2018-08-11 23:31:15.0 
+0200
 spyder-3.3.1/scripts/spyder3.desktop   2018-08-12 00:36:04.710353620 
+0200
+@@ -1,8 +1,7 @@
  [Desktop Entry]
  Type=Application
  Version=1.0
 -Name=Spyder3
 -GenericName=Spyder3
--Comment=Scientific PYthon Development EnviRonment - Python3
 +Name=Spyder for Python 3.x
-+Comment=Scientific PYthon Development EnviRonment - Python 3.x
+ Comment=The Scientific Python Development Environment - Python 3
  Icon=spyder3
  TryExec=spyder3
- Exec=spyder3 %F
-diff -Naur spyder-3.2.7.orig/scripts/spyder.desktop 
spyder-3.2.7/scripts/spyder.desktop
 spyder-3.2.7.orig/scripts/spyder.desktop   2018-02-25 17:17:21.0 
+0100
-+++ spyder-3.2.7/scripts/spyder.desktop2018-03-03 20:16:20.206886722 
+0100
-@@ -1,12 +1,12 @@
+diff -Naur spyder-3.3.1.orig/scripts/spyder.desktop 
spyder-3.3.1/scripts/spyder.desktop
+--- spyder-3.3.1.orig/scripts/spyder.desktop   2018-08-11 23:31:15.0 
+0200
 spyder-3.3.1/scripts/spyder.desktop2018-08-12 00:36:03.890345817 
+0200
+@@ -1,12 +1,11 @@
  [Desktop Entry]
  Type=Application
  Version=1.0
 -Name=Spyder
-+Name=Spyder for Python 2.x
- GenericName=Spyder
--Comment=Scientific 

[arch-commits] Commit in spyder/trunk (PKGBUILD)

2018-08-11 Thread Fabio Castelli via arch-commits
Date: Saturday, August 11, 2018 @ 22:07:59
  Author: muflone
Revision: 371186

upgpkg: spyder 3.3.0-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |   31 +--
 1 file changed, 17 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 21:40:32 UTC (rev 371185)
+++ PKGBUILD2018-08-11 22:07:59 UTC (rev 371186)
@@ -5,12 +5,13 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.8
-pkgrel=2
-pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='The Scientific Python Development Environment'
+makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx'
+ 'desktop-file-utils')
 arch=('any')
-url='https://github.com/spyder-ide/spyder/'
+url='https://www.spyder-ide.org/'
 license=('MIT')
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
 "python2.patch"
@@ -17,7 +18,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('171b14bc0db30986c4a69fa34cf68ee9b2c388f97556548a433d4b6a7aa087ae'
+sha256sums=('2d7ce1bd19cc3e1c8eb30cc42f12c50caed60aeb2f1d7e1871201785e4ec327b'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
@@ -26,10 +27,10 @@
 prepare() {
   cd "${pkgbase}-${pkgver}"
   # Forced QT API to pyqt5 (see https://bugs.archlinux.org/task/54508)
-  msg2 "Applying patches bug_54508_missing_pyqt4_qtwebkit.patch"
+  echo "Applying patches bug_54508_missing_pyqt4_qtwebkit.patch"
   patch -p1 -i "../bug_54508_missing_pyqt4_qtwebkit.patch"
   # Replace spyder with spyder2 (see https://bugs.archlinux.org/task/51437)
-  msg2 "Applying patches bug_51437_spyder2.patch"
+  echo "Applying patches bug_51437_spyder2.patch"
   patch -p1 -i "../bug_51437_spyder2.patch"
   mv "img_src/spyder.png" "img_src/spyder2.png"
   mv "scripts/spyder.desktop" "scripts/spyder2.desktop"
@@ -37,9 +38,9 @@
   # Prepare sources for spyder2 build
   cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder2-${pkgver}"
   cd "${srcdir}/spyder2-${pkgver}"
-  msg2 "Applying patches python2.patch"
+  echo "Applying patches python2.patch"
   patch -p1 -i "../python2.patch"
-  msg2 "Applying patches bug_53489_python2-optional-nbconvert.patch"
+  echo "Applying patches bug_53489_python2-optional-nbconvert.patch"
   patch -p1 -i "../bug_53489_python2-optional-nbconvert.patch"
 
   # Prepare sources for spyder3 build
@@ -56,11 +57,12 @@
 }
 
 package_spyder2() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
+  pkgdesc='The Scientific Python Development Environment (Python 2 version)'
   depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
-   'python2-opengl' 'python2-cloudpickle' 'icu' 
'gtk-update-icon-cache')
+   'python2-opengl' 'python2-spyder-kernels' 'icu' 
'gtk-update-icon-cache'
+   'desktop-file-utils')
   provides=('spyder')
   conflicts=('spyder')
   replaces=('spyder')
@@ -85,12 +87,13 @@
 }
 
 package_spyder3() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
+  pkgdesc='The Scientific Python Development Environment (Python 3 version)'
   depends=('python-pyqt5' 'qt5-webkit' 'python-qtconsole' 'python-qtpy' 
'python-qtawesome'
'python-pyflakes' 'python-pyzmq' 'python-pygments' 'python-psutil' 
'python-pickleshare'
'jupyter' 'jupyter-nbconvert'
'python-rope' 'python-jedi' 'python-pylint' 'python-pycodestyle' 
'python-sphinx'
-   'python-opengl' 'python-cloudpickle' 'icu' 'gtk-update-icon-cache')
+   'python-opengl' 'python-spyder-kernels' 'icu' 
'gtk-update-icon-cache'
+   'desktop-file-utils')
   optdepends=('python-numpy: N-dimensional arrays'
   'python-scipy: signal/image processing'
   'python-h5py: HDF5 support'


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 15:14:44
  Author: felixonmars
Revision: 362962

Python 3.7 rebuild

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 15:13:25 UTC (rev 362961)
+++ PKGBUILD2018-07-23 15:14:44 UTC (rev 362962)
@@ -6,7 +6,7 @@
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
 pkgver=3.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
 arch=('any')


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2018-03-25 Thread Fabio Castelli via arch-commits
Date: Sunday, March 25, 2018 @ 18:04:35
  Author: muflone
Revision: 312609

upgpkg: spyder 3.2.8-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 17:06:37 UTC (rev 312608)
+++ PKGBUILD2018-03-25 18:04:35 UTC (rev 312609)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.7
+pkgver=3.2.8
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('5e53705179b57680796b9c095556d30fdfe41b359bbcffea94a6ea1929b0d6dd'
+sha256sums=('171b14bc0db30986c4a69fa34cf68ee9b2c388f97556548a433d4b6a7aa087ae'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'


[arch-commits] Commit in spyder/trunk (PKGBUILD bug_51437_spyder2.patch)

2018-03-03 Thread Fabio Castelli via arch-commits
Date: Saturday, March 3, 2018 @ 19:23:55
  Author: muflone
Revision: 302256

upgpkg: spyder 3.2.7-1

Modified:
  spyder/trunk/PKGBUILD
  spyder/trunk/bug_51437_spyder2.patch

-+
 PKGBUILD|   10 +++---
 bug_51437_spyder2.patch |   43 +--
 2 files changed, 28 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-03 19:05:44 UTC (rev 302255)
+++ PKGBUILD2018-03-03 19:23:55 UTC (rev 302256)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.6
+pkgver=3.2.7
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -17,17 +17,19 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('119546359c00574619bb26cba0c10697dfb7bdf1e539fdde7f5e2d7fdb7d56f3'
+sha256sums=('5e53705179b57680796b9c095556d30fdfe41b359bbcffea94a6ea1929b0d6dd'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
-'ae077fc95bc6861402a90c55bc11b3a2dda3fde4005e9d7ad65df3b1a120d8c1')
+'4773c1b88816e696d7238cc7a1881dc5e954bbab633455af15fcbebcc3923745')
 
 prepare() {
   cd "${pkgbase}-${pkgver}"
   # Forced QT API to pyqt5 (see https://bugs.archlinux.org/task/54508)
+  msg2 "Applying patches bug_54508_missing_pyqt4_qtwebkit.patch"
   patch -p1 -i "../bug_54508_missing_pyqt4_qtwebkit.patch"
   # Replace spyder with spyder2 (see https://bugs.archlinux.org/task/51437)
+  msg2 "Applying patches bug_51437_spyder2.patch"
   patch -p1 -i "../bug_51437_spyder2.patch"
   mv "img_src/spyder.png" "img_src/spyder2.png"
   mv "scripts/spyder.desktop" "scripts/spyder2.desktop"
@@ -35,7 +37,9 @@
   # Prepare sources for spyder2 build
   cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder2-${pkgver}"
   cd "${srcdir}/spyder2-${pkgver}"
+  msg2 "Applying patches python2.patch"
   patch -p1 -i "../python2.patch"
+  msg2 "Applying patches bug_53489_python2-optional-nbconvert.patch"
   patch -p1 -i "../bug_53489_python2-optional-nbconvert.patch"
 
   # Prepare sources for spyder3 build

Modified: bug_51437_spyder2.patch
===
--- bug_51437_spyder2.patch 2018-03-03 19:05:44 UTC (rev 302255)
+++ bug_51437_spyder2.patch 2018-03-03 19:23:55 UTC (rev 302256)
@@ -1,51 +1,50 @@
-diff -Naur spyder-3.1.4.orig/scripts/spyder3.desktop 
spyder-3.1.4/scripts/spyder3.desktop
 spyder-3.1.4.orig/scripts/spyder3.desktop  2017-04-24 02:30:23.0 
+0200
-+++ spyder-3.1.4/scripts/spyder3.desktop   2017-08-12 20:49:55.349203674 
+0200
+diff -Naur spyder-3.2.7.orig/scripts/spyder3.desktop 
spyder-3.2.7/scripts/spyder3.desktop
+--- spyder-3.2.7.orig/scripts/spyder3.desktop  2018-02-25 17:17:21.0 
+0100
 spyder-3.2.7/scripts/spyder3.desktop   2018-03-03 20:15:01.330490153 
+0100
 @@ -1,9 +1,8 @@
  [Desktop Entry]
+ Type=Application
  Version=1.0
- Type=Application
 -Name=Spyder3
 -GenericName=Spyder3
 -Comment=Scientific PYthon Development EnviRonment - Python3
 +Name=Spyder for Python 3.x
 +Comment=Scientific PYthon Development EnviRonment - Python 3.x
+ Icon=spyder3
  TryExec=spyder3
  Exec=spyder3 %F
- Categories=Development;Science;IDE;Qt;
-diff -Naur spyder-3.1.4.orig/scripts/spyder.desktop 
spyder-3.1.4/scripts/spyder.desktop
 spyder-3.1.4.orig/scripts/spyder.desktop   2017-04-24 02:30:23.0 
+0200
-+++ spyder-3.1.4/scripts/spyder.desktop2017-08-12 20:49:54.005881501 
+0200
-@@ -1,13 +1,12 @@
+diff -Naur spyder-3.2.7.orig/scripts/spyder.desktop 
spyder-3.2.7/scripts/spyder.desktop
+--- spyder-3.2.7.orig/scripts/spyder.desktop   2018-02-25 17:17:21.0 
+0100
 spyder-3.2.7/scripts/spyder.desktop2018-03-03 20:16:20.206886722 
+0100
+@@ -1,12 +1,12 @@
  [Desktop Entry]
+ Type=Application
  Version=1.0
- Type=Application
 -Name=Spyder
--GenericName=Spyder
++Name=Spyder for Python 2.x
+ GenericName=Spyder
 -Comment=Scientific PYthon Development EnviRonment
+-Icon=spyder
 -TryExec=spyder
 -Exec=spyder %F
-+Name=Spyder for Python 2.x
 +Comment=Scientific PYthon Development EnviRonment - Python 2.x
++Icon=spyder2
 +TryExec=spyder2
 +Exec=spyder2 %F
- Categories=Development;Science;IDE;Qt;
--Icon=spyder
-+Icon=spyder2
  Terminal=false
- StartupNotify=true
  MimeType=text/x-python;
-diff -Naur spyder-3.1.4.orig/setup.py spyder-3.1.4/setup.py
 spyder-3.1.4.orig/setup.py 2017-04-24 02:30:23.0 +0200
-+++ spyder-3.1.4/setup.py  2017-08-12 20:34:09.464160097 +0200
+ Categories=Development;Science;IDE;Qt;

[arch-commits] Commit in spyder/trunk (PKGBUILD)

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Sunday, January 14, 2018 @ 00:01:30
  Author: muflone
Revision: 281865

upgpkg: spyder 3.2.6-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 23:55:02 UTC (rev 281864)
+++ PKGBUILD2018-01-14 00:01:30 UTC (rev 281865)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('44679c70069514d6ed2f582080ee6bae5eebdef3be11279c64250eef52b6a027'
+sha256sums=('119546359c00574619bb26cba0c10697dfb7bdf1e539fdde7f5e2d7fdb7d56f3'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2018-01-13 Thread Fabio Castelli via arch-commits
Date: Saturday, January 13, 2018 @ 23:55:02
  Author: muflone
Revision: 281864

spyder 3.2.5-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 23:53:46 UTC (rev 281863)
+++ PKGBUILD2018-01-13 23:55:02 UTC (rev 281864)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('5206a69193038fb29b6d0a5a68591c4222d2abdb058bdfef87081f0d48ea80be'
+sha256sums=('44679c70069514d6ed2f582080ee6bae5eebdef3be11279c64250eef52b6a027'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
@@ -56,7 +56,7 @@
   depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
-   'icu' 'gtk-update-icon-cache')
+   'python2-opengl' 'python2-cloudpickle' 'icu' 
'gtk-update-icon-cache')
   provides=('spyder')
   conflicts=('spyder')
   replaces=('spyder')
@@ -86,7 +86,7 @@
'python-pyflakes' 'python-pyzmq' 'python-pygments' 'python-psutil' 
'python-pickleshare'
'jupyter' 'jupyter-nbconvert'
'python-rope' 'python-jedi' 'python-pylint' 'python-pycodestyle' 
'python-sphinx'
-   'icu' 'gtk-update-icon-cache')
+   'python-opengl' 'python-cloudpickle' 'icu' 'gtk-update-icon-cache')
   optdepends=('python-numpy: N-dimensional arrays'
   'python-scipy: signal/image processing'
   'python-h5py: HDF5 support'


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2017-11-19 Thread Fabio Castelli
Date: Sunday, November 19, 2017 @ 19:16:04
  Author: muflone
Revision: 267482

upgpkg: spyder 3.2.4-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 17:00:59 UTC (rev 267481)
+++ PKGBUILD2017-11-19 19:16:04 UTC (rev 267482)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('913108548b934ac0dfac9494436b6aa920ed8ddd6b02c3f3da31cd512dc8ea85'
+sha256sums=('5206a69193038fb29b6d0a5a68591c4222d2abdb058bdfef87081f0d48ea80be'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 17:08:06
  Author: muflone
Revision: 261186

upgpkg: spyder 3.2.3-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 16:58:54 UTC (rev 261185)
+++ PKGBUILD2017-10-01 17:08:06 UTC (rev 261186)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('f558e1c9721c1f69e159dec18cee775ecbe4c3200a6b5293f43ab686df564e9e'
+sha256sums=('913108548b934ac0dfac9494436b6aa920ed8ddd6b02c3f3da31cd512dc8ea85'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 16:58:22
  Author: muflone
Revision: 261184

upgpkg: spyder 3.2.2-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 16:56:09 UTC (rev 261183)
+++ PKGBUILD2017-10-01 16:58:22 UTC (rev 261184)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('c8d4aec5d4753938cf3c20886fc8e2fb0c470140cf1c5d9cf3534bb3a0164918'
+sha256sums=('f558e1c9721c1f69e159dec18cee775ecbe4c3200a6b5293f43ab686df564e9e'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 16:44:21
  Author: muflone
Revision: 261178

upgpkg: spyder 3.2.1-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 16:22:13 UTC (rev 261177)
+++ PKGBUILD2017-10-01 16:44:21 UTC (rev 261178)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('5dea4755e68ee20377d3ab090ffa6a3739bf8f8da05943acd558434a1f3622a3'
+sha256sums=('c8d4aec5d4753938cf3c20886fc8e2fb0c470140cf1c5d9cf3534bb3a0164918'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'


[arch-commits] Commit in spyder/trunk (PKGBUILD python2-optional-nbconvert.patch)

2017-05-06 Thread Fabio Castelli
Date: Sunday, May 7, 2017 @ 00:56:46
  Author: muflone
Revision: 227230

upgpkg: spyder 3.1.4-1

Added:
  spyder/trunk/python2-optional-nbconvert.patch
Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 python2-optional-nbconvert.patch |   12 
 2 files changed, 17 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-06 22:43:54 UTC (rev 227229)
+++ PKGBUILD2017-05-07 00:56:46 UTC (rev 227230)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
-pkgver=3.1.3
+pkgver=3.1.4
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -14,10 +14,12 @@
 license=('MIT')
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
 "python2.patch"
+"python2-optional-nbconvert.patch"
 "python2-pep8.patch"
 "python3-pep8.patch")
-sha256sums=('b8d4a8bd6793242be9c5cc6a9f6fd8c4f47f08be4689df15fc2680899ffbf2c3'
+sha256sums=('bcd75ebe65309a5f9184eedc59c415fe0d09e9b54a2b51bc31199a6095cd0b85'
 '4fb415fb358371da4a8b9524712de9338d391eed3bdabc5e217cf54f558771b5'
+'f6afdd08971a2022649af0be70cac67aa4d95fff06ade57f708693cffe073528'
 'dbebf909bf59027d22247e3e3c1736b5ec9337a879358f8117a967bb03e913b2'
 'f4eba4c414e655f0f2797e9864aa199607a6706f6b245aca56a54b250febc382')
 
@@ -25,7 +27,6 @@
   pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
   depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
-   'ipython2-notebook'
'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
'icu' 'gtk-update-icon-cache')
   optdepends=('python2-numpy: N-dimensional arrays'
@@ -39,6 +40,7 @@
   cd build
   patch -p1 -i "../python2.patch"
   patch -p1 -i "../python2-pep8.patch"
+  patch -p1 -i "../python2-optional-nbconvert.patch"
   python2 setup.py build
   python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
   # Install license file

Added: python2-optional-nbconvert.patch
===
--- python2-optional-nbconvert.patch(rev 0)
+++ python2-optional-nbconvert.patch2017-05-07 00:56:46 UTC (rev 227230)
@@ -0,0 +1,12 @@
+diff -Naur spyder-3.1.4.orig/spyder/config/ipython.py 
spyder-3.1.4/spyder/config/ipython.py
+--- spyder-3.1.4.orig/spyder/config/ipython.py 2017-04-24 02:30:23.0 
+0200
 spyder-3.1.4/spyder/config/ipython.py  2017-05-07 02:50:25.640734369 
+0200
+@@ -23,7 +23,7 @@
+ dependencies.add("qtconsole", _("Integrate the IPython console"),
+  required_version=QTCONSOLE_REQVER)
+ dependencies.add("nbconvert", _("Manipulate Jupyter notebooks on the Editor"),
+- required_version=NBCONVERT_REQVER)
++ required_version=NBCONVERT_REQVER, optional=True)
+ 
+ 
+ # Auxiliary functions


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2017-03-04 Thread Fabio Castelli
Date: Saturday, March 4, 2017 @ 20:27:37
  Author: muflone
Revision: 214919

upgpkg: spyder 3.1.3-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 19:39:52 UTC (rev 214918)
+++ PKGBUILD2017-03-04 20:27:37 UTC (rev 214919)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -16,7 +16,7 @@
 "python2.patch"
 "python2-pep8.patch"
 "python3-pep8.patch")
-sha256sums=('c78a45c352cc7aa5c123caa9ab8f02c72ffcd0fdfc398edc7eaf6229b481f9cd'
+sha256sums=('b8d4a8bd6793242be9c5cc6a9f6fd8c4f47f08be4689df15fc2680899ffbf2c3'
 '4fb415fb358371da4a8b9524712de9338d391eed3bdabc5e217cf54f558771b5'
 'dbebf909bf59027d22247e3e3c1736b5ec9337a879358f8117a967bb03e913b2'
 'f4eba4c414e655f0f2797e9864aa199607a6706f6b245aca56a54b250febc382')


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2017-01-29 Thread Fabio Castelli
Date: Sunday, January 29, 2017 @ 15:28:40
  Author: muflone
Revision: 209383

upgpkg: spyder 3.1.2-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-29 14:39:27 UTC (rev 209382)
+++ PKGBUILD2017-01-29 15:28:40 UTC (rev 209383)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -16,7 +16,7 @@
 "python2.patch"
 "python2-pep8.patch"
 "python3-pep8.patch")
-sha256sums=('491347da4675fc8f8107ddbc5a0cdf8d2d0a8be6fad0cbb308d747dc3fd36d57'
+sha256sums=('c78a45c352cc7aa5c123caa9ab8f02c72ffcd0fdfc398edc7eaf6229b481f9cd'
 '4fb415fb358371da4a8b9524712de9338d391eed3bdabc5e217cf54f558771b5'
 'dbebf909bf59027d22247e3e3c1736b5ec9337a879358f8117a967bb03e913b2'
 'f4eba4c414e655f0f2797e9864aa199607a6706f6b245aca56a54b250febc382')


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2016-12-27 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 13:13:38
  Author: felixonmars
Revision: 203067

upgpkg: spyder 2.3.9-2

python 3.6 rebuild

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 13:12:48 UTC (rev 203066)
+++ PKGBUILD2016-12-27 13:13:38 UTC (rev 203067)
@@ -6,7 +6,7 @@
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
 pkgver=2.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
 arch=('any')


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2016-02-06 Thread Fabio Castelli
Date: Saturday, February 6, 2016 @ 21:50:56
  Author: muflone
Revision: 160484

upgpkg: spyder 2.3.8-2

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-06 20:22:31 UTC (rev 160483)
+++ PKGBUILD2016-02-06 20:50:56 UTC (rev 160484)
@@ -6,11 +6,11 @@
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
 pkgver=2.3.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
 arch=('any')
-url='http://code.google.com/p/spyderlib/'
+url='https://github.com/spyder-ide/spyder/'
 license=('MIT')
 install="${pkgbase}.install"
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2015-12-05 Thread Fabio Castelli
Date: Saturday, December 5, 2015 @ 18:24:32
  Author: muflone
Revision: 148578

upgpkg: spyder 2.3.8-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 17:19:26 UTC (rev 148577)
+++ PKGBUILD2015-12-05 17:24:32 UTC (rev 148578)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
-pkgver=2.3.7
+pkgver=2.3.8
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -15,7 +15,7 @@
 install="${pkgbase}.install"
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
 "python2.patch")
-sha256sums=('d57a2eeed97689e667dfc339ce09e1cb1cdf62756a45c022c30bc52802ed0c41'
+sha256sums=('526ba9fe4d98049cbf6ca1ac361351817ebb5d494ae4097a9f8a61bf6bf8df9c'
 '58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a')
 
 package_spyder() {


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2015-10-18 Thread Fabio Castelli
Date: Sunday, October 18, 2015 @ 23:21:49
  Author: muflone
Revision: 144338

upgpkg: spyder 2.3.7-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-18 21:10:40 UTC (rev 144337)
+++ PKGBUILD2015-10-18 21:21:49 UTC (rev 144338)
@@ -5,8 +5,8 @@
 
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
-pkgver=2.3.6
-pkgrel=2
+pkgver=2.3.7
+pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
 arch=('any')
@@ -15,7 +15,7 @@
 install="${pkgbase}.install"
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
 "python2.patch")
-sha256sums=('2bcbfde9b7f577dc87808d5fce95c9b9c97a30cf58aec76ca7d41cdeceece4a1'
+sha256sums=('d57a2eeed97689e667dfc339ce09e1cb1cdf62756a45c022c30bc52802ed0c41'
 '58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a')
 
 package_spyder() {


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2015-09-20 Thread Fabio Castelli
Date: Sunday, September 20, 2015 @ 13:21:07
  Author: muflone
Revision: 141239

upgpkg: spyder 2.3.6-2

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 10:54:19 UTC (rev 141238)
+++ PKGBUILD2015-09-20 11:21:07 UTC (rev 141239)
@@ -6,7 +6,7 @@
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
 pkgver=2.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
 arch=('any')
@@ -21,7 +21,7 @@
 package_spyder() {
   pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
   depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'ipython2-notebook'
-   'gtk-update-icon-cache')
+   'icu' 'gtk-update-icon-cache')
   optdepends=('python2-pylint: powerful code analysis'
   'python2-rope: editor code completion, calltips and 
go-to-definition'
   'python2-sphinx: rich text help on the object inspector'
@@ -52,7 +52,7 @@
 package_spyder3() {
   pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
   depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'jupyter'
-   'gtk-update-icon-cache')
+   'icu' 'gtk-update-icon-cache')
   optdepends=('python-pylint: powerful code analysis'
   'python-rope: editor code completion, calltips and 
go-to-definition'
   'python-sphinx: rich text help on the object inspector'


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2015-09-06 Thread Fabio Castelli
Date: Sunday, September 6, 2015 @ 18:27:24
  Author: muflone
Revision: 139264

upgpkg: spyder 2.3.6-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 15:59:22 UTC (rev 139263)
+++ PKGBUILD2015-09-06 16:27:24 UTC (rev 139264)
@@ -5,8 +5,8 @@
 
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
-pkgver=2.3.5.2
-pkgrel=2
+pkgver=2.3.6
+pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
 arch=('any')
@@ -14,11 +14,9 @@
 license=('MIT')
 install="${pkgbase}.install"
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
-"python2.patch"
-"f5ee45690f970a189d102cfbbe8820ccc6fc95fc.patch")
-sha256sums=('fb7deef6d684c6dd6cce645e4589d5af70e4ef947277bf2ad70d50b9020dffd1'
-'58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a'
-'3525e1189a6c6e013f80da9c72f26975856191eddcbecf68ea062ef722e778c6')
+"python2.patch")
+sha256sums=('2bcbfde9b7f577dc87808d5fce95c9b9c97a30cf58aec76ca7d41cdeceece4a1'
+'58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a')
 
 package_spyder() {
   pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
@@ -40,7 +38,6 @@
   cp -r "${pkgbase}-${pkgver}" build
   cd build
   patch -p1 -i "../python2.patch"
-  patch -p1 -i "../f5ee45690f970a189d102cfbbe8820ccc6fc95fc.patch"
   python2 setup.py build
   python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
   # Install license file


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2015-07-12 Thread Fabio Castelli
Date: Sunday, July 12, 2015 @ 16:25:22
  Author: muflone
Revision: 136723

upgpkg: spyder 2.3.5.2-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 14:16:16 UTC (rev 136722)
+++ PKGBUILD2015-07-12 14:25:22 UTC (rev 136723)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
-pkgver=2.3.5.1
+pkgver=2.3.5.2
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -15,7 +15,7 @@
 install=${pkgbase}.install
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
 python2.patch)
-sha256sums=('740a8fae93c78c9bc97dd2ae7d3309d5ed2f81a5f0b6c7c8600ef5715dd68a8f'
+sha256sums=('fb7deef6d684c6dd6cce645e4589d5af70e4ef947277bf2ad70d50b9020dffd1'
 '58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a')
 
 package_spyder() {


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2015-07-12 Thread Fabio Castelli
Date: Sunday, July 12, 2015 @ 16:15:50
  Author: muflone
Revision: 136721

upgpkg: spyder 2.3.5.1-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 13:58:57 UTC (rev 136720)
+++ PKGBUILD2015-07-12 14:15:50 UTC (rev 136721)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
-pkgver=2.3.5
+pkgver=2.3.5.1
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -15,7 +15,7 @@
 install=${pkgbase}.install
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
 python2.patch)
-sha256sums=('d610554bc4e5531ae600a4a8aa4ba680be26429c8a9cf98f8c53862c5fc7e381'
+sha256sums=('740a8fae93c78c9bc97dd2ae7d3309d5ed2f81a5f0b6c7c8600ef5715dd68a8f'
 '58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a')
 
 package_spyder() {


[arch-commits] Commit in spyder/trunk (PKGBUILD pylint2.patch python2.patch)

2015-07-12 Thread Fabio Castelli
Date: Sunday, July 12, 2015 @ 15:58:34
  Author: muflone
Revision: 136719

upgpkg: spyder 2.3.5-1

Modified:
  spyder/trunk/PKGBUILD
  spyder/trunk/python2.patch
Deleted:
  spyder/trunk/pylint2.patch

---+
 PKGBUILD  |   19 ++-
 pylint2.patch |   28 
 python2.patch |   33 +++--
 3 files changed, 37 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-12 11:30:20 UTC (rev 136718)
+++ PKGBUILD2015-07-12 13:58:34 UTC (rev 136719)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
-pkgver=2.3.4
+pkgver=2.3.5
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -13,12 +13,10 @@
 url='http://code.google.com/p/spyderlib/'
 license=('MIT')
 install=${pkgbase}.install
-source=(https://bitbucket.org/spyder-ide/spyderlib/downloads/${pkgbase}-${pkgver}.zip;
-pylint2.patch
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
 python2.patch)
-sha256sums=('da4b13d6faed3e8810c0418f8274b26fde4f265ea4f93bee154af128a755c184'
-'f8836efa74ac9b8fce389a2708bb253083bbe042aabec124659839d5b3e167dd'
-'05f194438176cfa03cb76f38e5f64723b72a39d6771d5d4a927adf07a0ec67f1')
+sha256sums=('d610554bc4e5531ae600a4a8aa4ba680be26429c8a9cf98f8c53862c5fc7e381'
+'58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a')
 
 package_spyder() {
   pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
@@ -33,12 +31,13 @@
   'python2-h5py: HDF5 support'
   'python2-matplotlib: interactive 2D/3D data plotting'
   'python2-pep8: real-time code style analysis'
-  'python2-sympy: symbolic mathematics for the IPython console')
+  'python2-sympy: symbolic mathematics for the IPython console'
+  'python2-jedi: editor code completion, calltips and 
go-to-definition'
+  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
   [ -d build ]  rm -rf build
   cp -r ${pkgbase}-${pkgver} build
   cd build
   patch -p1 -i ../python2.patch
-  patch -p1 -i ../pylint2.patch
   python2 setup.py build
   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
   # Install license file
@@ -63,7 +62,9 @@
   'python-h5py: HDF5 support'
   'python-matplotlib: interactive 2D/3D data plotting'
   'pep8: real-time code style analysis'
-  'python-sympy: symbolic mathematics for the IPython console')
+  'python-sympy: symbolic mathematics for the IPython console'
+  'python-jedi: editor code completion, calltips and 
go-to-definition'
+  'python-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
   [ -d build ]  rm -rf build
   cp -r ${pkgbase}-${pkgver} build
   cd build

Deleted: pylint2.patch
===
--- pylint2.patch   2015-07-12 11:30:20 UTC (rev 136718)
+++ pylint2.patch   2015-07-12 13:58:34 UTC (rev 136719)
@@ -1,28 +0,0 @@
-diff -Naur spyder-2.3.0/spyderplugins/widgets/pylintgui.py 
spyder-2.3.0-patched/spyderplugins/widgets/pylintgui.py
 spyder-2.3.0/spyderplugins/widgets/pylintgui.py2014-07-10 
08:06:40.0 +0200
-+++ spyder-2.3.0-patched/spyderplugins/widgets/pylintgui.py2014-08-08 
12:26:07.164971831 +0200
-@@ -40,7 +40,7 @@
- _ = get_translation(p_pylint, dirname=spyderplugins)
- 
- 
--PYLINT_PATH = programs.find_program('pylint')
-+PYLINT_PATH = programs.find_program('pylint2')
- 
- 
- def get_pylint_version():
-@@ -48,13 +48,13 @@
- global PYLINT_PATH
- if PYLINT_PATH is None:
- return
--process = subprocess.Popen(['pylint', '--version'],
-+process = subprocess.Popen(['pylint2', '--version'],
-stdout=subprocess.PIPE, stderr=subprocess.PIPE,
-cwd=osp.dirname(PYLINT_PATH),
-shell=True if os.name == 'nt' else False)
- lines = to_unicode_from_fs(process.stdout.read()).splitlines()
- if lines:
--match = re.match('(pylint|pylint-script.py) ([0-9\.]*)', lines[0])
-+match = re.match('(pylint2|pylint2-script.py) ([0-9\.]*)', lines[0])
- if match is not None:
- return match.groups()[1]
- 

Modified: python2.patch
===
--- python2.patch   2015-07-12 11:30:20 UTC (rev 136718)
+++ python2.patch   2015-07-12 13:58:34 UTC (rev 136719)
@@ -1,6 +1,6 @@
-diff -Naur spyder-2.3.0/spyderlib/userconfig.py 
spyder-2.3.0-patched/spyderlib/userconfig.py

[arch-commits] Commit in spyder/trunk (PKGBUILD)

2015-05-03 Thread Fabio Castelli
Date: Sunday, May 3, 2015 @ 23:43:32
  Author: muflone
Revision: 132672

upgpkg: spyder 2.3.4-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-03 21:34:26 UTC (rev 132671)
+++ PKGBUILD2015-05-03 21:43:32 UTC (rev 132672)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
-pkgver=2.3.3
+pkgver=2.3.4
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -16,7 +16,7 @@
 
source=(https://bitbucket.org/spyder-ide/spyderlib/downloads/${pkgbase}-${pkgver}.zip;
 pylint2.patch
 python2.patch)
-sha256sums=('9f7aa4070308d74aafcd2007fa55749b066af80ee9243aea190e77a636fce1a5'
+sha256sums=('da4b13d6faed3e8810c0418f8274b26fde4f265ea4f93bee154af128a755c184'
 'f8836efa74ac9b8fce389a2708bb253083bbe042aabec124659839d5b3e167dd'
 '05f194438176cfa03cb76f38e5f64723b72a39d6771d5d4a927adf07a0ec67f1')
 


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2015-03-14 Thread Fabio Castelli
Date: Saturday, March 14, 2015 @ 17:40:16
  Author: muflone
Revision: 129265

upgpkg: spyder 2.3.3-1

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-14 16:29:09 UTC (rev 129264)
+++ PKGBUILD2015-03-14 16:40:16 UTC (rev 129265)
@@ -5,8 +5,8 @@
 
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
-pkgver=2.3.2
-pkgrel=2
+pkgver=2.3.3
+pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
 arch=('any')
@@ -16,7 +16,7 @@
 
source=(https://bitbucket.org/spyder-ide/spyderlib/downloads/${pkgbase}-${pkgver}.zip;
 pylint2.patch
 python2.patch)
-sha256sums=('f4f71ffe8590ffa8813622efb6705e52897552624726df317e0589ae121240bb'
+sha256sums=('9f7aa4070308d74aafcd2007fa55749b066af80ee9243aea190e77a636fce1a5'
 'f8836efa74ac9b8fce389a2708bb253083bbe042aabec124659839d5b3e167dd'
 '05f194438176cfa03cb76f38e5f64723b72a39d6771d5d4a927adf07a0ec67f1')
 


[arch-commits] Commit in spyder/trunk (PKGBUILD)

2014-12-06 Thread Fabio Castelli
Date: Saturday, December 6, 2014 @ 16:06:47
  Author: muflone
Revision: 123539

upgpkg: spyder 2.3.2-2

Replaced pep8-python2 optdeps with python2-pep8

Modified:
  spyder/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 14:39:05 UTC (rev 123538)
+++ PKGBUILD2014-12-06 15:06:47 UTC (rev 123539)
@@ -6,7 +6,7 @@
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
 arch=('any')
@@ -32,7 +32,7 @@
   'python2-psutil: memory/CPU usage in the status bar'
   'python2-h5py: HDF5 support'
   'python2-matplotlib: interactive 2D/3D data plotting'
-  'pep8-python2: real-time code style analysis'
+  'python2-pep8: real-time code style analysis'
   'python2-sympy: symbolic mathematics for the IPython console')
   [ -d build ]  rm -rf build
   cp -r ${pkgbase}-${pkgver} build