[arch-commits] Commit in jupyter_console/repos (2 files)

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 19:24:04
  Author: felixonmars
Revision: 748054

archrelease: copy trunk to community-staging-any

Added:
  jupyter_console/repos/community-staging-any/
  jupyter_console/repos/community-staging-any/PKGBUILD
(from rev 748051, jupyter_console/trunk/PKGBUILD)

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: jupyter_console/repos/community-staging-any/PKGBUILD (from rev 748051, 
jupyter_console/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-11-09 19:24:04 UTC (rev 748054)
@@ -0,0 +1,26 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter_console
+pkgver=6.2.0
+pkgrel=2
+pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any 
language."
+arch=('any')
+url="https://pypi.org/project/jupyter_console/;
+license=('BSD')
+depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
+ 'python-pygments' 'python-prompt_toolkit')
+makedepends=('python-setuptools')
+#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz;)
+source=("https://files.pythonhosted.org/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('24600923a41fc33bf8b5db699dca3c69')
+
+build() {
+  cd "$srcdir/jupyter_console-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/jupyter_console-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in jupyter_console/repos (2 files)

2019-10-25 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 04:27:41
  Author: felixonmars
Revision: 520010

archrelease: copy trunk to community-staging-any

Added:
  jupyter_console/repos/community-staging-any/
  jupyter_console/repos/community-staging-any/PKGBUILD
(from rev 520006, jupyter_console/trunk/PKGBUILD)

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: jupyter_console/repos/community-staging-any/PKGBUILD (from rev 520006, 
jupyter_console/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-10-26 04:27:41 UTC (rev 520010)
@@ -0,0 +1,27 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter_console
+pkgver=6.0.0
+pkgrel=2
+pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any 
language."
+arch=('any')
+url="https://pypi.org/project/jupyter_console/;
+license=('BSD')
+depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
+ 'python-pygments' 'python-prompt_toolkit')
+makedepends=('python-setuptools')
+#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz;)
+source=("https://files.pythonhosted.org/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('59bbd67721a7a5eb7361967af962cc4f')
+
+build() {
+  cd "$srcdir/jupyter_console-$pkgver"
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/jupyter_console-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in jupyter_console/repos (2 files)

2018-11-18 Thread Kyle Keen via arch-commits
Date: Monday, November 19, 2018 @ 05:32:41
  Author: kkeen
Revision: 408754

archrelease: copy trunk to community-staging-any

Added:
  jupyter_console/repos/community-staging-any/
  jupyter_console/repos/community-staging-any/PKGBUILD
(from rev 408753, jupyter_console/trunk/PKGBUILD)

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: jupyter_console/repos/community-staging-any/PKGBUILD (from rev 408753, 
jupyter_console/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-11-19 05:32:41 UTC (rev 408754)
@@ -0,0 +1,27 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter_console
+pkgver=6.0.0
+pkgrel=1
+pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any 
language."
+arch=('any')
+url="https://pypi.org/project/jupyter_console/;
+license=('BSD')
+depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
+ 'python-pygments' 'python-prompt_toolkit')
+makedepends=('python-setuptools')
+#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz;)
+source=("https://files.pythonhosted.org/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('59bbd67721a7a5eb7361967af962cc4f')
+
+build() {
+  cd "$srcdir/jupyter_console-$pkgver"
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/jupyter_console-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in jupyter_console/repos (2 files)

2018-07-17 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 05:19:52
  Author: eschwartz
Revision: 361739

archrelease: copy trunk to community-staging-any

Added:
  jupyter_console/repos/community-staging-any/
  jupyter_console/repos/community-staging-any/PKGBUILD
(from rev 361738, jupyter_console/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: jupyter_console/repos/community-staging-any/PKGBUILD (from rev 361738, 
jupyter_console/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-18 05:19:52 UTC (rev 361739)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter_console
+pkgver=5.2.0
+pkgrel=2
+pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any 
language."
+arch=('any')
+url="https://pypi.org/project/jupyter_console/;
+license=('BSD')
+depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
+ 'python-pygments' 'python-prompt_toolkit')
+makedepends=('python-setuptools')
+#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz;)
+source=("https://files.pythonhosted.org/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('175953df3c76ffa6d4d5cb23198ab324')
+
+build() {
+  cd "$srcdir/jupyter_console-$pkgver"
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/jupyter_console-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in jupyter_console/repos (2 files)

2016-12-27 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 13:16:49
  Author: felixonmars
Revision: 203070

archrelease: copy trunk to community-staging-any

Added:
  jupyter_console/repos/community-staging-any/
  jupyter_console/repos/community-staging-any/PKGBUILD
(from rev 203069, jupyter_console/trunk/PKGBUILD)

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: jupyter_console/repos/community-staging-any/PKGBUILD (from rev 203069, 
jupyter_console/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 13:16:49 UTC (rev 203070)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter_console
+pkgver=5.0.0
+pkgrel=2
+pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any 
language."
+arch=('any')
+url="https://pypi.python.org/pypi/jupyter_console;
+license=('BSD')
+depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
+ 'python-pygments' 'python-prompt_toolkit')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz;)
+md5sums=('08a9fde32a45c9e2e0b4cec6eca249c2')
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  cd "$srcdir/jupyter_console-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+