pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jupyter-console



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Dec 10 12:13:19 UTC 2020

Added Files:
        pkgsrc/devel/py-jupyter-console: ALTERNATIVES DESCR Makefile PLIST
            distinfo

Log Message:
devel/py-jupyter-console: import py38-jupyter-console-6.2.0

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-jupyter-console/ALTERNATIVES \
    pkgsrc/devel/py-jupyter-console/DESCR \
    pkgsrc/devel/py-jupyter-console/Makefile \
    pkgsrc/devel/py-jupyter-console/PLIST \
    pkgsrc/devel/py-jupyter-console/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-jupyter-console/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/py-jupyter-console/ALTERNATIVES:1.1
--- /dev/null   Thu Dec 10 12:13:19 2020
+++ pkgsrc/devel/py-jupyter-console/ALTERNATIVES        Thu Dec 10 12:13:19 2020
@@ -0,0 +1 @@
+bin/jupyter-console @PREFIX@/bin/jupyter-console-@PYVERSSUFFIX@
Index: pkgsrc/devel/py-jupyter-console/DESCR
diff -u /dev/null pkgsrc/devel/py-jupyter-console/DESCR:1.1
--- /dev/null   Thu Dec 10 12:13:19 2020
+++ pkgsrc/devel/py-jupyter-console/DESCR       Thu Dec 10 12:13:19 2020
@@ -0,0 +1 @@
+Jupyter Console is a terminal-based console frontend for Jupyter kernels.
Index: pkgsrc/devel/py-jupyter-console/Makefile
diff -u /dev/null pkgsrc/devel/py-jupyter-console/Makefile:1.1
--- /dev/null   Thu Dec 10 12:13:19 2020
+++ pkgsrc/devel/py-jupyter-console/Makefile    Thu Dec 10 12:13:19 2020
@@ -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"
Index: pkgsrc/devel/py-jupyter-console/PLIST
diff -u /dev/null pkgsrc/devel/py-jupyter-console/PLIST:1.1
--- /dev/null   Thu Dec 10 12:13:19 2020
+++ pkgsrc/devel/py-jupyter-console/PLIST       Thu Dec 10 12:13:19 2020
@@ -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
Index: pkgsrc/devel/py-jupyter-console/distinfo
diff -u /dev/null pkgsrc/devel/py-jupyter-console/distinfo:1.1
--- /dev/null   Thu Dec 10 12:13:19 2020
+++ pkgsrc/devel/py-jupyter-console/distinfo    Thu Dec 10 12:13:19 2020
@@ -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