[arch-commits] Commit in ipython/repos/community-any (PKGBUILD PKGBUILD)

Kyle Keen kkeen at nymeria.archlinux.org
Fri Aug 9 15:06:50 UTC 2013


    Date: Friday, August 9, 2013 @ 17:06:50
  Author: kkeen
Revision: 95324

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
    (from rev 95323, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   97 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-09 15:06:20 UTC (rev 95323)
+++ PKGBUILD	2013-08-09 15:06:50 UTC (rev 95324)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: PepeSmith
-# Contributor: Aron Asor <aronasorman at gmail.com>
-# Contributor: Chris Brannon <chris at the-brannons.com>
-# Contributor : Douglas Soares de Andrade <dsa at aur.archlinux.org>
- 
-pkgname=ipython
-pkgver=0.13.2
-pkgrel=1
-pkgdesc="An enhanced Interactive Python shell."
-arch=('any')
-url="http://ipython.org"
-provides=('ipython3')
-replaces=('ipython3')
-license=('Modified BSD')
-depends=('python' 'sqlite' 'python-distribute')
-optdepends=("wxpython: needed for ipythonx and ipython-wx"
-            "python-nose: if you want to run IPython's test suite"
-            "pyqt: for ipython-qtconsole"
-            "sip: for ipython-qtconsole"
-            "python-pygments: for ipython-qtconsole"
-            "python-pyzmq: for ipython-qtconcole"
-            "python-tornado: for ipython notebook")
-source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz")
-md5sums=('ead3b7eb70c653b537fb9d96d71b8b2a')
-
-package() {
-  cd "$srcdir/ipython-$pkgver"
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  find "$pkgdir/" -name '*.pyc' -delete
-  find "$pkgdir/" -type d -empty -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.txt "$pkgdir/usr/share/licenses/ipython/LICENSE"
-
-  cd "$pkgdir/usr/bin/"
-  mv ipcluster3        ipcluster
-  mv ipcontroller3     ipcontroller
-  mv ipengine3         ipengine
-  mv iplogger3         iplogger
-  mv iptest3           iptest
-  mv ipython3          ipython
-  mv irunner3          irunner
-  mv pycolor3          pycolor
-}

Copied: ipython/repos/community-any/PKGBUILD (from rev 95323, ipython/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-08-09 15:06:50 UTC (rev 95324)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: PepeSmith
+# Contributor: Aron Asor <aronasorman at gmail.com>
+# Contributor: Chris Brannon <chris at the-brannons.com>
+# Contributor : Douglas Soares de Andrade <dsa at aur.archlinux.org>
+ 
+pkgname=ipython
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="An enhanced Interactive Python shell."
+arch=('any')
+url="http://ipython.org"
+provides=('ipython3')
+replaces=('ipython3')
+license=('Modified BSD')
+depends=('python' 'sqlite' 'python-distribute')
+optdepends=("wxpython: needed for ipythonx and ipython-wx"
+            "python-nose: if you want to run IPython's test suite"
+            "pyqt: for ipython-qtconsole"
+            "sip: for ipython-qtconsole"
+            "python-pygments: for ipython-qtconsole"
+            "python-pyzmq: for ipython-qtconcole"
+            "python-tornado: for ipython notebook")
+#source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz")
+source=("https://pypi.python.org/packages/source/i/ipython/$pkgname-$pkgver.tar.gz")
+md5sums=('2268fa83f257d14943eb04e3333a6fac')
+
+package() {
+  cd "$srcdir/ipython-$pkgver"
+
+  # see https://github.com/ipython/ipython/issues/2057
+  #export LC_ALL=en_US.UTF-8
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  find "$pkgdir/" -name '*.pyc' -delete
+  find "$pkgdir/" -type d -empty -delete
+
+  install -Dm644 docs/source/about/license_and_copyright.rst "$pkgdir/usr/share/licenses/ipython/LICENSE"
+
+  cd "$pkgdir/usr/bin/"
+  mv ipcluster3        ipcluster
+  mv ipcontroller3     ipcontroller
+  mv ipengine3         ipengine
+  mv iplogger3         iplogger
+  mv iptest3           iptest
+  mv ipython3          ipython
+  mv irunner3          irunner
+  mv pycolor3          pycolor
+}




More information about the arch-commits mailing list