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

2019-07-07 Thread Fabio Castelli via arch-commits
Date: Sunday, July 7, 2019 @ 22:58:05
  Author: muflone
Revision: 487661

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 22:57:46 UTC (rev 487660)
+++ PKGBUILD2019-07-07 22:58:05 UTC (rev 487661)
@@ -1,112 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgbase='spyder'
-pkgname=('spyder2' 'spyder3')
-pkgver=3.3.4
-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=('7441c267076251cdb9c205cbd1a25155be5686ff2c2192bd522650c057a6c92a'
-'84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
-'7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
-'28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
-'bc94729fcf378ff1fa4ed028c4f3092acab1a098f608a121af5f8801772c28a0')
-
-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}"
-}
-
-build() {
-  cd "${srcdir}/spyder2-${pkgver}"
-  python2 setup.py build
-
-  cd "${srcdir}/spyder3-${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<1.0' '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'
-  'python2-matplotlib: interactive 2D/3D data plotting'
-  'python2-sympy: symbolic mathematics for the IPython console'
-  'python2-pandas: view a

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

2019-04-26 Thread Fabio Castelli via arch-commits
Date: Friday, April 26, 2019 @ 11:36:22
  Author: muflone
Revision: 454214

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-26 11:35:52 UTC (rev 454213)
+++ PKGBUILD2019-04-26 11:36:22 UTC (rev 454214)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgbase='spyder'
-pkgname=('spyder2' 'spyder3')
-pkgver=3.3.1
-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=('a28c9eb919389739432d7243b533beb5973ed8415b3f00de894a6a15552a0b5d'
-'84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
-'7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
-'28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
-'bc94729fcf378ff1fa4ed028c4f3092acab1a098f608a121af5f8801772c28a0')
-
-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}"
-}
-
-build() {
-  cd "${srcdir}/spyder2-${pkgver}"
-  python2 setup.py build
-
-  cd "${srcdir}/spyder3-${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<1.0' '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'
-  'python2-matplotlib: interactive 2D/3D data plotting'
-  'python2-sympy: symbolic mathematics for the IPython console'
-  'python2-pand

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

2018-03-03 Thread Fabio Castelli via arch-commits
Date: Saturday, March 3, 2018 @ 19:24:50
  Author: muflone
Revision: 302257

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |  218 +--
 bug_51437_spyder2.patch|  101 ++--
 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(+), 219 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-03 19:23:55 UTC (rev 302256)
+++ PKGBUILD2018-03-03 19:24:50 UTC (rev 302257)
@@ -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.6
-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=('119546359c00574619bb26cba0c10697dfb7bdf1e539fdde7f5e2d7fdb7d56f3'
-'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'
-   'python2-opengl' 'python2-cloudpickle' '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')
-  install="${pkgname}.install"
-
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py install --prefix=/usr --root="${pkgdi

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

2017-08-12 Thread Fabio Castelli
Date: Saturday, August 12, 2017 @ 20:00:20
  Author: muflone
Revision: 250015

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |  196 ++-
 bug_51437_spyder2.patch|   51 +++
 bug_53489_python2-optional-nbconvert.patch |   12 +
 bug_54508_missing_pyqt4_qtwebkit.patch |   48 +++---
 python2-optional-nbconvert.patch   |   12 -
 python2-pep8.patch |   45 --
 python2.patch  |   46 ++
 python3-pep8.patch |   45 --
 spyder2.install|8 +
 9 files changed, 219 insertions(+), 244 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-12 19:59:48 UTC (rev 250014)
+++ PKGBUILD2017-08-12 20:00:20 UTC (rev 250015)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgbase='spyder'
-pkgname=('spyder' 'spyder3')
-pkgver=3.1.4
-pkgrel=2
-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"
-"python2-optional-nbconvert.patch"
-"python2-pep8.patch"
-"python3-pep8.patch"
-"bug_54508_missing_pyqt4_qtwebkit.patch")
-sha256sums=('bcd75ebe65309a5f9184eedc59c415fe0d09e9b54a2b51bc31199a6095cd0b85'
-'4fb415fb358371da4a8b9524712de9338d391eed3bdabc5e217cf54f558771b5'
-'f6afdd08971a2022649af0be70cac67aa4d95fff06ade57f708693cffe073528'
-'dbebf909bf59027d22247e3e3c1736b5ec9337a879358f8117a967bb03e913b2'
-'f4eba4c414e655f0f2797e9864aa199607a6706f6b245aca56a54b250febc382'
-'28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5')
-
-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"
-}
-
-package_spyder() {
-  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')
-  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')
-  [ -d "build" ] && rm -rf "build"
-  cp -r "${pkgbase}-${pkgver}" build
-  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
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # Install icon and desktop file
-  install -D -m644 "scripts/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -D -m644 "spyder/images/spyder.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
-  # Remove useless spyder_win_post_install script
-  rm -f "${pkgdir}/usr/bin/spy