[arch-commits] Commit in ipython/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sun Apr 12 07:22:36 UTC 2015
Date: Sunday, April 12, 2015 @ 09:22:36
Author: kkeen
Revision: 131225
upgpkg: ipython 3.1.0-1
Modified:
ipython/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-12 05:15:02 UTC (rev 131224)
+++ PKGBUILD 2015-04-12 07:22:36 UTC (rev 131225)
@@ -7,8 +7,8 @@
pkgbase=ipython
pkgname=(ipython ipython2 ipython-notebook ipython2-notebook)
-pkgver=3.0.0
-pkgrel=4
+pkgver=3.1.0
+pkgrel=1
pkgdesc="An enhanced Interactive Python shell."
arch=('any')
url="http://ipython.org"
@@ -22,9 +22,9 @@
"python-pyzmq: for ipython qtconsole")
#source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz")
source=("https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz")
-md5sums=('b3f00f3c0be036fafef3b0b9d663f27e')
+md5sums=('a749d90c16068687b0ec45a27e72ef8f')
-# python-mistune?
+# confirm that an update does not break sage?
build() {
cd "$srcdir"
@@ -107,5 +107,3 @@
install -Dm644 docs/source/about/license_and_copyright.rst "$pkgdir/usr/share/licenses/ipython2-notebook/LICENSE"
}
-
-
More information about the arch-commits
mailing list