ipython 5.1.0, jupyter 4.1.1

This commit is contained in:
Adrián Chaves Fernández 2016-08-20 16:16:18 +02:00
parent f9458ef49f
commit e3db04c238
2 changed files with 15 additions and 18 deletions

View File

@ -3,7 +3,7 @@
pkgbase=ipython
pkgname=('ipython3' 'ipython2')
pkgver=5.0.0
pkgver=5.1.0
pkgrel=1
pkgdesc="An enhanced Interactive Python shell."
arch=('any')
@ -28,7 +28,7 @@ source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver
"https://github.com/chrippa/backports.shutil_get_terminal_size/archive/v$_backshutil.tar.gz"
"http://pypi.python.org/packages/source/p/pathlib/pathlib-$_pathlib.tar.gz"
"ipython.png")
sha256sums=('5816a693315a705811ce6ae1094e7032ad341a31841609388ce782ce024d3d4d'
sha256sums=('82f733341c2b9b49fb51453dcd274cd4b3b7373c0e703a95ad796dfcd1fa2d92'
'e4c39210f2f2ff7361b86043b6512adbcf6f024b44b501f7b42fd9a23402dea9'
'3a0624a251a26463c9dfa0ffa635ec51c4265380980d9a50d65611c3c2bd82a6'
'b9710d01f777b1bf3b69c8f889b1d05a5145668f79e980cbd0f849e059edd274'

View File

@ -1,7 +1,7 @@
pkgbase=jupyter
pkgname=('jupyter' 'ipython2-notebook')
pkgver=4.1.0
pkgrel=3
pkgver=4.1.1
pkgrel=1
pkgdesc="A language-agnostic web-based interactive shell/notebook server."
arch=('any')
url="http://jupyter.org/"
@ -16,31 +16,28 @@ optdepends=('qt5-svg: jupyter-qtconsole'
# some of these will update rapidly, others never
# so _vers will be phased in as new updates are released
#_ipykv=4.3.1 # ipykernel
_ipywv=5.0.0 # ipywidgets
_ipywv=5.2.2 # ipywidgets
_qtcv=4.2.1 # qtconsole
_notev=4.2.0 # notebook
_notev=4.2.2 # notebook
_nbcv=4.2.0
_jnbfv=4.0.1
_jconv=4.1.1 # jupyter_console
_jcliv=4.2.2
_jnbfv=4.1.0
_jconv=5.0.0 # jupyter_console
_jcliv=4.3.0
_pyver=3.5
source=("jupyter_core.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz"
# "ipykernel.tgz::https://github.com/ipython/ipykernel/archive/$_ipykv.tar.gz"
"ipywidgets.tgz::https://github.com/ipython/ipywidgets/archive/$_ipywv.tar.gz"
"nbformat.tar.gz::https://github.com/jupyter/nbformat/archive/$_jnbfv.tar.gz"
"jupyter_console.tgz::https://github.com/jupyter/jupyter_console/archive/$_jconv.tar.gz"
"jupyter_client.tgz::https://github.com/jupyter/jupyter_client/archive/$_jcliv.tar.gz"
"notebook.tgz::https://github.com/jupyter/notebook/archive/$_notev.tar.gz"
"https://pypi.python.org/packages/source/q/qtconsole/qtconsole-$_qtcv.tar.gz")
sha1sums=('495315ee7299248895f29f511bade0cd8dc7a2ed'
# '260a6eb67cded6916484deaaad6193a60483e29b'
'6a2ddeff85de80254992af4e83f9339f9df4b84c'
'0f2ec7182766980932ea2f895f51fbbe909aac4e'
'9501b7ae4dd3ca9716abfe540697b2f145257f6b'
'fd818e1d91edbc383de0a599398c4716e1020521'
'78c028c3dc4fbd8a1fcca590e7534d5eabbe0a6d'
sha1sums=('28995f6d0e1167b00dbf7365896b002c44d72935'
'a4e18ed6a91bca345ee074af8d77b2bebc4a1e96'
'378c57a9e89fcd3e76e7a3446d41343168d77f59'
'60cbc801c72cd42370a962a26c29c996734d7822'
'b7bab44679feb4f85c996333273a3f1abee0e1e5'
'2c4ae1adb5b8087a64c80ab3727e11d9709e43ca'
'4a0ea706c88721e3c6d2cfeb46fcf10c9bd1b4dc')
prepare() {