pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
+py-qtconsole in wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By: jihbed
Date: Fri Nov 4 17:13:27 2022 +0000
Changeset: 2e8b10c0eef2b1b92a9a9f996a37db8e04200fa4
Modified Files:
Makefile
Added Files:
py-qtconsole/DESCR
py-qtconsole/Makefile
py-qtconsole/PLIST
py-qtconsole/distinfo
Log Message:
+py-qtconsole in wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2e8b10c0eef2b1b92a9a9f996a37db8e04200fa4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-qtconsole/DESCR | 7 +++
py-qtconsole/Makefile | 25 ++++++++++
py-qtconsole/PLIST | 135 ++++++++++++++++++++++++++++++++++++++++++++++++++
py-qtconsole/distinfo | 5 ++
5 files changed, 173 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index d780e2bf1c..c91219e50f 100644
--- a/Makefile
+++ b/Makefile
@@ -4528,6 +4528,7 @@ SUBDIR+= py-qnet
SUBDIR+= py-qrng
SUBDIR+= py-qsymm
SUBDIR+= py-qtawesome
+SUBDIR+= py-qtconsole
SUBDIR+= py-qt-thread-updater
SUBDIR+= py-qt5-webengine
SUBDIR+= py-qtpy
diff --git a/py-qtconsole/DESCR b/py-qtconsole/DESCR
new file mode 100644
index 0000000000..9f5f17efa6
--- /dev/null
+++ b/py-qtconsole/DESCR
@@ -0,0 +1,7 @@
+A rich Qt-based console for working with Jupyter kernels,
+supporting rich media output, session export, and more.
+The Qtconsole is a very lightweight application that largely
+feels like a terminal, but provides a number of enhancements
+only possible in a GUI, such as inline figures, proper multiline
+editing with syntax highlighting, graphical calltips,
+and more.
diff --git a/py-qtconsole/Makefile b/py-qtconsole/Makefile
new file mode 100644
index 0000000000..187a2ba940
--- /dev/null
+++ b/py-qtconsole/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME= qtconsole-5.4.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= x11 python
+MASTER_SITES= ${MASTER_SITE_PYPI:=q/qtconsole/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= http://jupyter.org
+COMMENT= Jupyter Qt console
+#LICENSE= BSD # TODO: from setup.py; needs to be adjusted
+
+DEPENDS+= ${PYPKGPREFIX}-traitlets>=5.5.0:../../devel/py-traitlets
+DEPENDS+= ${PYPKGPREFIX}-ipython_genutils>=0.2.0:../../devel/py-ipython_genutils
+DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.10.0:../../devel/py-jupyter_core
+DEPENDS+= ${PYPKGPREFIX}-jupyter_client>=4.1:../../devel/py-jupyter_client
+DEPENDS+= ${PYPKGPREFIX}-pygments>=2.3.1:../../textproc/py-pygments
+DEPENDS+= ${PYPKGPREFIX}-ipykernel>=4.1:../../devel/py-ipykernel
+DEPENDS+= ${PYPKGPREFIX}-QtPy>=2.0.1:../../wip/py-qtpy
+DEPENDS+= ${PYPKGPREFIX}-zmq>=17.1:../../net/py-zmq
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-qtconsole/PLIST b/py-qtconsole/PLIST
new file mode 100644
index 0000000000..200fda6af0
--- /dev/null
+++ b/py-qtconsole/PLIST
@@ -0,0 +1,135 @@
+@comment $NetBSD$
+bin/jupyter-qtconsole
+${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}/qtconsole/__init__.py
+${PYSITELIB}/qtconsole/__init__.pyc
+${PYSITELIB}/qtconsole/__init__.pyo
+${PYSITELIB}/qtconsole/__main__.py
+${PYSITELIB}/qtconsole/__main__.pyc
+${PYSITELIB}/qtconsole/__main__.pyo
+${PYSITELIB}/qtconsole/_version.py
+${PYSITELIB}/qtconsole/_version.pyc
+${PYSITELIB}/qtconsole/_version.pyo
+${PYSITELIB}/qtconsole/ansi_code_processor.py
+${PYSITELIB}/qtconsole/ansi_code_processor.pyc
+${PYSITELIB}/qtconsole/ansi_code_processor.pyo
+${PYSITELIB}/qtconsole/base_frontend_mixin.py
+${PYSITELIB}/qtconsole/base_frontend_mixin.pyc
+${PYSITELIB}/qtconsole/base_frontend_mixin.pyo
+${PYSITELIB}/qtconsole/bracket_matcher.py
+${PYSITELIB}/qtconsole/bracket_matcher.pyc
+${PYSITELIB}/qtconsole/bracket_matcher.pyo
+${PYSITELIB}/qtconsole/call_tip_widget.py
+${PYSITELIB}/qtconsole/call_tip_widget.pyc
+${PYSITELIB}/qtconsole/call_tip_widget.pyo
+${PYSITELIB}/qtconsole/client.py
+${PYSITELIB}/qtconsole/client.pyc
+${PYSITELIB}/qtconsole/client.pyo
+${PYSITELIB}/qtconsole/comms.py
+${PYSITELIB}/qtconsole/comms.pyc
+${PYSITELIB}/qtconsole/comms.pyo
+${PYSITELIB}/qtconsole/completion_html.py
+${PYSITELIB}/qtconsole/completion_html.pyc
+${PYSITELIB}/qtconsole/completion_html.pyo
+${PYSITELIB}/qtconsole/completion_plain.py
+${PYSITELIB}/qtconsole/completion_plain.pyc
+${PYSITELIB}/qtconsole/completion_plain.pyo
+${PYSITELIB}/qtconsole/completion_widget.py
+${PYSITELIB}/qtconsole/completion_widget.pyc
+${PYSITELIB}/qtconsole/completion_widget.pyo
+${PYSITELIB}/qtconsole/console_widget.py
+${PYSITELIB}/qtconsole/console_widget.pyc
+${PYSITELIB}/qtconsole/console_widget.pyo
+${PYSITELIB}/qtconsole/frontend_widget.py
+${PYSITELIB}/qtconsole/frontend_widget.pyc
+${PYSITELIB}/qtconsole/frontend_widget.pyo
+${PYSITELIB}/qtconsole/history_console_widget.py
+${PYSITELIB}/qtconsole/history_console_widget.pyc
+${PYSITELIB}/qtconsole/history_console_widget.pyo
+${PYSITELIB}/qtconsole/inprocess.py
+${PYSITELIB}/qtconsole/inprocess.pyc
+${PYSITELIB}/qtconsole/inprocess.pyo
+${PYSITELIB}/qtconsole/ipython_widget.py
+${PYSITELIB}/qtconsole/ipython_widget.pyc
+${PYSITELIB}/qtconsole/ipython_widget.pyo
+${PYSITELIB}/qtconsole/jupyter_widget.py
+${PYSITELIB}/qtconsole/jupyter_widget.pyc
+${PYSITELIB}/qtconsole/jupyter_widget.pyo
+${PYSITELIB}/qtconsole/kernel_mixins.py
+${PYSITELIB}/qtconsole/kernel_mixins.pyc
+${PYSITELIB}/qtconsole/kernel_mixins.pyo
+${PYSITELIB}/qtconsole/kill_ring.py
+${PYSITELIB}/qtconsole/kill_ring.pyc
+${PYSITELIB}/qtconsole/kill_ring.pyo
+${PYSITELIB}/qtconsole/mainwindow.py
+${PYSITELIB}/qtconsole/mainwindow.pyc
+${PYSITELIB}/qtconsole/mainwindow.pyo
+${PYSITELIB}/qtconsole/manager.py
+${PYSITELIB}/qtconsole/manager.pyc
+${PYSITELIB}/qtconsole/manager.pyo
+${PYSITELIB}/qtconsole/pygments_highlighter.py
+${PYSITELIB}/qtconsole/pygments_highlighter.pyc
+${PYSITELIB}/qtconsole/pygments_highlighter.pyo
+${PYSITELIB}/qtconsole/qstringhelpers.py
+${PYSITELIB}/qtconsole/qstringhelpers.pyc
+${PYSITELIB}/qtconsole/qstringhelpers.pyo
+${PYSITELIB}/qtconsole/qtconsoleapp.py
+${PYSITELIB}/qtconsole/qtconsoleapp.pyc
+${PYSITELIB}/qtconsole/qtconsoleapp.pyo
+${PYSITELIB}/qtconsole/resources/icon/JupyterConsole.svg
+${PYSITELIB}/qtconsole/rich_ipython_widget.py
+${PYSITELIB}/qtconsole/rich_ipython_widget.pyc
+${PYSITELIB}/qtconsole/rich_ipython_widget.pyo
+${PYSITELIB}/qtconsole/rich_jupyter_widget.py
+${PYSITELIB}/qtconsole/rich_jupyter_widget.pyc
+${PYSITELIB}/qtconsole/rich_jupyter_widget.pyo
+${PYSITELIB}/qtconsole/rich_text.py
+${PYSITELIB}/qtconsole/rich_text.pyc
+${PYSITELIB}/qtconsole/rich_text.pyo
+${PYSITELIB}/qtconsole/styles.py
+${PYSITELIB}/qtconsole/styles.pyc
+${PYSITELIB}/qtconsole/styles.pyo
+${PYSITELIB}/qtconsole/svg.py
+${PYSITELIB}/qtconsole/svg.pyc
+${PYSITELIB}/qtconsole/svg.pyo
+${PYSITELIB}/qtconsole/tests/__init__.py
+${PYSITELIB}/qtconsole/tests/__init__.pyc
+${PYSITELIB}/qtconsole/tests/__init__.pyo
+${PYSITELIB}/qtconsole/tests/test_00_console_widget.py
+${PYSITELIB}/qtconsole/tests/test_00_console_widget.pyc
+${PYSITELIB}/qtconsole/tests/test_00_console_widget.pyo
+${PYSITELIB}/qtconsole/tests/test_ansi_code_processor.py
+${PYSITELIB}/qtconsole/tests/test_ansi_code_processor.pyc
+${PYSITELIB}/qtconsole/tests/test_ansi_code_processor.pyo
+${PYSITELIB}/qtconsole/tests/test_app.py
+${PYSITELIB}/qtconsole/tests/test_app.pyc
+${PYSITELIB}/qtconsole/tests/test_app.pyo
+${PYSITELIB}/qtconsole/tests/test_comms.py
+${PYSITELIB}/qtconsole/tests/test_comms.pyc
+${PYSITELIB}/qtconsole/tests/test_comms.pyo
+${PYSITELIB}/qtconsole/tests/test_completion_widget.py
+${PYSITELIB}/qtconsole/tests/test_completion_widget.pyc
+${PYSITELIB}/qtconsole/tests/test_completion_widget.pyo
+${PYSITELIB}/qtconsole/tests/test_frontend_widget.py
+${PYSITELIB}/qtconsole/tests/test_frontend_widget.pyc
+${PYSITELIB}/qtconsole/tests/test_frontend_widget.pyo
+${PYSITELIB}/qtconsole/tests/test_jupyter_widget.py
+${PYSITELIB}/qtconsole/tests/test_jupyter_widget.pyc
+${PYSITELIB}/qtconsole/tests/test_jupyter_widget.pyo
+${PYSITELIB}/qtconsole/tests/test_kill_ring.py
+${PYSITELIB}/qtconsole/tests/test_kill_ring.pyc
+${PYSITELIB}/qtconsole/tests/test_kill_ring.pyo
+${PYSITELIB}/qtconsole/tests/test_styles.py
+${PYSITELIB}/qtconsole/tests/test_styles.pyc
+${PYSITELIB}/qtconsole/tests/test_styles.pyo
+${PYSITELIB}/qtconsole/usage.py
+${PYSITELIB}/qtconsole/usage.pyc
+${PYSITELIB}/qtconsole/usage.pyo
+${PYSITELIB}/qtconsole/util.py
+${PYSITELIB}/qtconsole/util.pyc
+${PYSITELIB}/qtconsole/util.pyo
diff --git a/py-qtconsole/distinfo b/py-qtconsole/distinfo
new file mode 100644
index 0000000000..13f18c328a
--- /dev/null
+++ b/py-qtconsole/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (qtconsole-5.4.0.tar.gz) = b60a6a64ffb2e74942f0cdd039af52a2c8a1f3869ffd9c837d8cfc0fdf6853fd
+SHA512 (qtconsole-5.4.0.tar.gz) = c25a381d8494c64d63e379c1dd5a44c1945e773b87b9a27f8494905e7eca24c6381ec5b9792d9a57ac41b14137ce238795a5ff8d83d1b6ddaa62603e7d9ab165
+Size (qtconsole-5.4.0.tar.gz) = 431119 bytes
Home |
Main Index |
Thread Index |
Old Index