summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122017-08-15 12:48:36 +0200
committerwillemw122017-08-15 12:48:36 +0200
commit577200d0f44294d4a0b49eae352bfe333a210811 (patch)
tree03e7544af50c509f14c14f59f382eb12ffc3ca01 /PKGBUILD
parent37b4c50c3fe9238b6e0a174dc2bd8265e3bacaff (diff)
downloadaur-577200d0f44294d4a0b49eae352bfe333a210811.tar.gz
Switch to dedicated qtconsole and pickleshare packages. Remove .install file.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09ce28828df0..4c2f0d9c3d54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname2=spyder
_pkgname3=spyder3
pkgbase=$_pkgname2-git
pkgname=($_pkgname2-git $_pkgname3-git)
-pkgver=3.0.0b6.r2.g3b512d9
+pkgver=3.2.1.r683.g96bdd0e52
pkgrel=1
arch=('any')
url="https://github.com/spyder-ide/spyder"
@@ -12,7 +12,6 @@ license=('MIT')
makedepends=('python2-sphinx' 'python2-setuptools'
'python-sphinx' 'python-setuptools'
'git')
-install=$pkgname.install
source=($_pkgname2::git://github.com/spyder-ide/spyder.git)
md5sums=('SKIP')
@@ -38,12 +37,10 @@ build() {
package_spyder-git() {
pkgdesc="Scientific PYthon Development EnviRonment providing MATLAB-like features (Python 2 version)"
- # Note: 'ipython2-notebook' contains QTConsole
- # Note: 'ipython2' (dependency of 'ipython2-notebook') contains Pickleshare
# Note: 'ipython2-notebook' nor 'jupyter'/'jupyter-nbconvert' contain a Python 2 version of Nbconvert
# 'icu'
depends=('python2-pyqt5'
- 'ipython2-notebook'
+ 'python2-qtconsole'
'python2-rope'
'python2-jedi'
'python2-pyflakes'
@@ -53,6 +50,7 @@ package_spyder-git() {
'python2-pycodestyle'
'python2-psutil'
'python2-qtawesome'
+ 'python2-pickleshare'
'python2-pyzmq'
'desktop-file-utils'
'gtk-update-icon-cache')
@@ -78,11 +76,9 @@ package_spyder-git() {
package_spyder3-git() {
pkgdesc="Scientific PYthon Development EnviRonment providing MATLAB-like features (Python 3 version)"
- # Note: 'jupyter' (dependency of 'jupyter-nbconvert') contains QTConsole
- # Note: 'ipython' (dependency of 'jupyter-nbconvert') contains Pickleshare
# 'icu'
depends=('python-pyqt5'
- 'jupyter-nbconvert'
+ 'python-qtconsole'
'python-rope'
'python-jedi'
'python-pyflakes'
@@ -91,7 +87,9 @@ package_spyder3-git() {
'python-pylint'
'python-pycodestyle'
'python-psutil'
+ 'jupyter-nbconvert'
'python-qtawesome'
+ 'python-pickleshare'
'python-pyzmq'
'desktop-file-utils'
'gtk-update-icon-cache')