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

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


    Date: Friday, August 9, 2013 @ 17:06:20
  Author: kkeen
Revision: 95323

upgpkg: ipython 1.0.0-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-09 11:50:53 UTC (rev 95322)
+++ PKGBUILD	2013-08-09 15:06:20 UTC (rev 95323)
@@ -6,7 +6,7 @@
 # Contributor : Douglas Soares de Andrade <dsa at aur.archlinux.org>
  
 pkgname=ipython
-pkgver=0.13.2
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
@@ -22,8 +22,9 @@
             "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')
+#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"
@@ -34,7 +35,7 @@
   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"
+  install -Dm644 docs/source/about/license_and_copyright.rst "$pkgdir/usr/share/licenses/ipython/LICENSE"
 
   cd "$pkgdir/usr/bin/"
   mv ipcluster3        ipcluster




More information about the arch-commits mailing list