[arch-commits] Commit in spyder/repos/community-testing-any (12 files)

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

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/PKGBUILD
(from rev 371190, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
(from rev 371190, spyder/trunk/bug_51437_spyder2.patch)
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
(from rev 371190, spyder/trunk/bug_53489_python2-optional-nbconvert.patch)
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
(from rev 371190, spyder/trunk/bug_54508_missing_pyqt4_qtwebkit.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 371190, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder2.install
(from rev 371190, spyder/trunk/spyder2.install)
Deleted:
  spyder/repos/community-testing-any/PKGBUILD
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
  spyder/repos/community-testing-any/python2.patch
  spyder/repos/community-testing-any/spyder2.install

+
 PKGBUILD   |  227 +--
 bug_51437_spyder2.patch|   98 +--
 bug_53489_python2-optional-nbconvert.patch |   24 +-
 bug_54508_missing_pyqt4_qtwebkit.patch |   48 ++---
 python2.patch  |   34 ++--
 spyder2.install|   16 -
 6 files changed, 222 insertions(+), 225 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 23:01:04 UTC (rev 371190)
+++ PKGBUILD2018-08-11 23:01:27 UTC (rev 371191)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgbase='spyder'
-pkgname=('spyder2' 'spyder3')
-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://www.spyder-ide.org/'
-license=('MIT')
-source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
-"python2.patch"
-"bug_53489_python2-optional-nbconvert.patch"
-"bug_54508_missing_pyqt4_qtwebkit.patch"
-"bug_51437_spyder2.patch")
-sha256sums=('2d7ce1bd19cc3e1c8eb30cc42f12c50caed60aeb2f1d7e1871201785e4ec327b'
-'84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
-'7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
-'28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
-'4773c1b88816e696d7238cc7a1881dc5e954bbab633455af15fcbebcc3923745')
-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  # Forced QT API to pyqt5 (see https://bugs.archlinux.org/task/54508)
-  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)
-  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"
-
-  # Prepare sources for spyder2 build
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder2-${pkgver}"
-  cd "${srcdir}/spyder2-${pkgver}"
-  echo "Applying patches python2.patch"
-  patch -p1 -i "../python2.patch"
-  echo "Applying patches bug_53489_python2-optional-nbconvert.patch"
-  patch -p1 -i "../bug_53489_python2-optional-nbconvert.patch"
-
-  # Prepare sources for spyder3 build
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder3-${pkgver}"
-  cd "${srcdir}/spyder3-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py build
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python3 setup.py build
-}
-
-package_spyder2() {
-  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-spyder-kernels' 'icu' 
'gtk-update-icon-cache'
-   'desktop-file-utils')
-  provides=('spyder')
-  conflicts=('spyder')
-  replaces=('spyder')
-  optdepends=('python2-numpy: N-dimensional arrays'
-  'python2-scipy: signal/image processing'
-  'python2-h5py: HDF5 support'
-  

[arch-commits] Commit in spyder/repos/community-testing-any (12 files)

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

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/PKGBUILD
(from rev 261186, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
(from rev 261186, spyder/trunk/bug_51437_spyder2.patch)
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
(from rev 261186, spyder/trunk/bug_53489_python2-optional-nbconvert.patch)
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
(from rev 261186, spyder/trunk/bug_54508_missing_pyqt4_qtwebkit.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 261186, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder2.install
(from rev 261186, spyder/trunk/spyder2.install)
Deleted:
  spyder/repos/community-testing-any/PKGBUILD
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
  spyder/repos/community-testing-any/python2.patch
  spyder/repos/community-testing-any/spyder2.install

+
 PKGBUILD   |  214 +--
 bug_51437_spyder2.patch|  102 ++--
 bug_53489_python2-optional-nbconvert.patch |   24 +--
 bug_54508_missing_pyqt4_qtwebkit.patch |   48 +++---
 python2.patch  |   34 ++--
 spyder2.install|   16 +-
 6 files changed, 219 insertions(+), 219 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-01 17:08:06 UTC (rev 261186)
+++ PKGBUILD2017-10-01 17:08:29 UTC (rev 261187)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgbase='spyder'
-pkgname=('spyder2' 'spyder3')
-pkgver=3.2.2
-pkgrel=1
-pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
-arch=('any')
-url='https://github.com/spyder-ide/spyder/'
-license=('MIT')
-source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
-"python2.patch"
-"bug_53489_python2-optional-nbconvert.patch"
-"bug_54508_missing_pyqt4_qtwebkit.patch"
-"bug_51437_spyder2.patch")
-sha256sums=('f558e1c9721c1f69e159dec18cee775ecbe4c3200a6b5293f43ab686df564e9e'
-'84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
-'7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
-'28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
-'ae077fc95bc6861402a90c55bc11b3a2dda3fde4005e9d7ad65df3b1a120d8c1')
-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  # Forced QT API to pyqt5 (see https://bugs.archlinux.org/task/54508)
-  patch -p1 -i "../bug_54508_missing_pyqt4_qtwebkit.patch"
-  # Replace spyder with spyder2 (see https://bugs.archlinux.org/task/51437)
-  patch -p1 -i "../bug_51437_spyder2.patch"
-  mv "img_src/spyder.png" "img_src/spyder2.png"
-  mv "scripts/spyder.desktop" "scripts/spyder2.desktop"
-
-  # Prepare sources for spyder2 build
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder2-${pkgver}"
-  cd "${srcdir}/spyder2-${pkgver}"
-  patch -p1 -i "../python2.patch"
-  patch -p1 -i "../bug_53489_python2-optional-nbconvert.patch"
-
-  # Prepare sources for spyder3 build
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder3-${pkgver}"
-  cd "${srcdir}/spyder3-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py build
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python3 setup.py build
-}
-
-package_spyder2() {
-  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'
-   'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
-   'icu' 'gtk-update-icon-cache')
-  provides=('spyder')
-  conflicts=('spyder')
-  replaces=('spyder')
-  optdepends=('python2-numpy: N-dimensional arrays'
-  'python2-scipy: signal/image processing'
-  'python2-h5py: HDF5 support'
-  'python2-matplotlib: interactive 2D/3D data plotting'
-  'python2-sympy: symbolic mathematics for the IPython console'
-  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
-  

[arch-commits] Commit in spyder/repos/community-testing-any (12 files)

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

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/PKGBUILD
(from rev 261184, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
(from rev 261184, spyder/trunk/bug_51437_spyder2.patch)
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
(from rev 261184, spyder/trunk/bug_53489_python2-optional-nbconvert.patch)
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
(from rev 261184, spyder/trunk/bug_54508_missing_pyqt4_qtwebkit.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 261184, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder2.install
(from rev 261184, spyder/trunk/spyder2.install)
Deleted:
  spyder/repos/community-testing-any/PKGBUILD
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
  spyder/repos/community-testing-any/python2.patch
  spyder/repos/community-testing-any/spyder2.install

+
 PKGBUILD   |  214 +--
 bug_51437_spyder2.patch|  102 ++--
 bug_53489_python2-optional-nbconvert.patch |   24 +--
 bug_54508_missing_pyqt4_qtwebkit.patch |   48 +++---
 python2.patch  |   34 ++--
 spyder2.install|   16 +-
 6 files changed, 219 insertions(+), 219 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-01 16:58:22 UTC (rev 261184)
+++ PKGBUILD2017-10-01 16:58:54 UTC (rev 261185)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgbase='spyder'
-pkgname=('spyder2' 'spyder3')
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
-arch=('any')
-url='https://github.com/spyder-ide/spyder/'
-license=('MIT')
-source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
-"python2.patch"
-"bug_53489_python2-optional-nbconvert.patch"
-"bug_54508_missing_pyqt4_qtwebkit.patch"
-"bug_51437_spyder2.patch")
-sha256sums=('c8d4aec5d4753938cf3c20886fc8e2fb0c470140cf1c5d9cf3534bb3a0164918'
-'84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
-'7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
-'28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
-'ae077fc95bc6861402a90c55bc11b3a2dda3fde4005e9d7ad65df3b1a120d8c1')
-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  # Forced QT API to pyqt5 (see https://bugs.archlinux.org/task/54508)
-  patch -p1 -i "../bug_54508_missing_pyqt4_qtwebkit.patch"
-  # Replace spyder with spyder2 (see https://bugs.archlinux.org/task/51437)
-  patch -p1 -i "../bug_51437_spyder2.patch"
-  mv "img_src/spyder.png" "img_src/spyder2.png"
-  mv "scripts/spyder.desktop" "scripts/spyder2.desktop"
-
-  # Prepare sources for spyder2 build
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder2-${pkgver}"
-  cd "${srcdir}/spyder2-${pkgver}"
-  patch -p1 -i "../python2.patch"
-  patch -p1 -i "../bug_53489_python2-optional-nbconvert.patch"
-
-  # Prepare sources for spyder3 build
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder3-${pkgver}"
-  cd "${srcdir}/spyder3-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py build
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python3 setup.py build
-}
-
-package_spyder2() {
-  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'
-   'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
-   'icu' 'gtk-update-icon-cache')
-  provides=('spyder')
-  conflicts=('spyder')
-  replaces=('spyder')
-  optdepends=('python2-numpy: N-dimensional arrays'
-  'python2-scipy: signal/image processing'
-  'python2-h5py: HDF5 support'
-  'python2-matplotlib: interactive 2D/3D data plotting'
-  'python2-sympy: symbolic mathematics for the IPython console'
-  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
-