pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-jupyter-console devel/py-jupyter-console: imp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93cb1c79c605
branches:  trunk
changeset: 443304:93cb1c79c605
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Dec 10 12:13:19 2020 +0000

description:
devel/py-jupyter-console: import py38-jupyter-console-6.2.0

Jupyter Console is a terminal-based console frontend for Jupyter kernels.

diffstat:

 devel/py-jupyter-console/ALTERNATIVES |   1 +
 devel/py-jupyter-console/DESCR        |   1 +
 devel/py-jupyter-console/Makefile     |  28 ++++++++++++++++++++++
 devel/py-jupyter-console/PLIST        |  44 +++++++++++++++++++++++++++++++++++
 devel/py-jupyter-console/distinfo     |   6 ++++
 5 files changed, 80 insertions(+), 0 deletions(-)

diffs (100 lines):

diff -r b9fcceec91a7 -r 93cb1c79c605 devel/py-jupyter-console/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-jupyter-console/ALTERNATIVES     Thu Dec 10 12:13:19 2020 +0000
@@ -0,0 +1,1 @@
+bin/jupyter-console @PREFIX@/bin/jupyter-console-@PYVERSSUFFIX@
diff -r b9fcceec91a7 -r 93cb1c79c605 devel/py-jupyter-console/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-jupyter-console/DESCR    Thu Dec 10 12:13:19 2020 +0000
@@ -0,0 +1,1 @@
+Jupyter Console is a terminal-based console frontend for Jupyter kernels.
diff -r b9fcceec91a7 -r 93cb1c79c605 devel/py-jupyter-console/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-jupyter-console/Makefile Thu Dec 10 12:13:19 2020 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2020/12/10 12:13:19 ryoon Exp $
+
+DISTNAME=      jupyter_console-6.2.0
+PKGNAME=       ${PYPKGPREFIX}-jupyter-console-6.2.0
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_console/}
+
+MAINTAINER=    kamelderouiche%yahoo.com@localhost
+HOMEPAGE=      https://jupyter.org/
+COMMENT=       Jupyter terminal console
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-jupyter_client>=6.1.7:../../devel/py-jupyter_client
+DEPENDS+=      ${PYPKGPREFIX}-ipython>=6.5:../../devel/py-ipython
+DEPENDS+=      ${PYPKGPREFIX}-ipykernel>=5.1:../../devel/py-ipykernel
+DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=1.0.15:../../devel/py-prompt_toolkit
+DEPENDS+=      ${PYPKGPREFIX}-pygments>=2.3.1:../../textproc/py-pygments
+
+USE_LANGUAGES= # none
+
+post-install:
+.for name in console
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} jupyter-${name} jupyter-${name}-${PYVERSSUFFIX} || ${TRUE}
+.endfor
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b9fcceec91a7 -r 93cb1c79c605 devel/py-jupyter-console/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-jupyter-console/PLIST    Thu Dec 10 12:13:19 2020 +0000
@@ -0,0 +1,44 @@
+@comment $NetBSD: PLIST,v 1.1 2020/12/10 12:13:19 ryoon Exp $
+bin/jupyter-console-${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/jupyter_console/__init__.py
+${PYSITELIB}/jupyter_console/__init__.pyc
+${PYSITELIB}/jupyter_console/__init__.pyo
+${PYSITELIB}/jupyter_console/__main__.py
+${PYSITELIB}/jupyter_console/__main__.pyc
+${PYSITELIB}/jupyter_console/__main__.pyo
+${PYSITELIB}/jupyter_console/_version.py
+${PYSITELIB}/jupyter_console/_version.pyc
+${PYSITELIB}/jupyter_console/_version.pyo
+${PYSITELIB}/jupyter_console/app.py
+${PYSITELIB}/jupyter_console/app.pyc
+${PYSITELIB}/jupyter_console/app.pyo
+${PYSITELIB}/jupyter_console/completer.py
+${PYSITELIB}/jupyter_console/completer.pyc
+${PYSITELIB}/jupyter_console/completer.pyo
+${PYSITELIB}/jupyter_console/ptshell.py
+${PYSITELIB}/jupyter_console/ptshell.pyc
+${PYSITELIB}/jupyter_console/ptshell.pyo
+${PYSITELIB}/jupyter_console/tests/__init__.py
+${PYSITELIB}/jupyter_console/tests/__init__.pyc
+${PYSITELIB}/jupyter_console/tests/__init__.pyo
+${PYSITELIB}/jupyter_console/tests/conftest.py
+${PYSITELIB}/jupyter_console/tests/conftest.pyc
+${PYSITELIB}/jupyter_console/tests/conftest.pyo
+${PYSITELIB}/jupyter_console/tests/test_console.py
+${PYSITELIB}/jupyter_console/tests/test_console.pyc
+${PYSITELIB}/jupyter_console/tests/test_console.pyo
+${PYSITELIB}/jupyter_console/tests/test_image_handler.py
+${PYSITELIB}/jupyter_console/tests/test_image_handler.pyc
+${PYSITELIB}/jupyter_console/tests/test_image_handler.pyo
+${PYSITELIB}/jupyter_console/tests/writetofile.py
+${PYSITELIB}/jupyter_console/tests/writetofile.pyc
+${PYSITELIB}/jupyter_console/tests/writetofile.pyo
+${PYSITELIB}/jupyter_console/zmqhistory.py
+${PYSITELIB}/jupyter_console/zmqhistory.pyc
+${PYSITELIB}/jupyter_console/zmqhistory.pyo
diff -r b9fcceec91a7 -r 93cb1c79c605 devel/py-jupyter-console/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-jupyter-console/distinfo Thu Dec 10 12:13:19 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/12/10 12:13:19 ryoon Exp $
+
+SHA1 (jupyter_console-6.2.0.tar.gz) = de68f360ea49e94a03e77c32e728d8cd83d2a779
+RMD160 (jupyter_console-6.2.0.tar.gz) = bf0ec9a9ea5941e19f65f75bdc580f3d337e7f5a
+SHA512 (jupyter_console-6.2.0.tar.gz) = 49ab89c7a246bd182bab31680312941db9050d2d54a1dd7d0ba1fd93f23f556d90dbed340692fe69e8b0aa15f4a53f1fafa8f21c881503c01c46c5e6f924c776
+Size (jupyter_console-6.2.0.tar.gz) = 36285 bytes



Home | Main Index | Thread Index | Old Index