svn commit: r435148 - in head/devel: . py-qtconsole
Steve Wills
swills at FreeBSD.org
Wed Mar 1 14:02:27 UTC 2017
Author: swills
Date: Wed Mar 1 14:02:25 2017
New Revision: 435148
URL: https://svnweb.freebsd.org/changeset/ports/435148
Log:
devel/py-qtconsole: create port
Qt-based console for Jupyter with support for rich media output
WWW: https://qtconsole.readthedocs.io/
Added:
head/devel/py-qtconsole/
head/devel/py-qtconsole/Makefile (contents, props changed)
head/devel/py-qtconsole/distinfo (contents, props changed)
head/devel/py-qtconsole/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Mar 1 13:35:49 2017 (r435147)
+++ head/devel/Makefile Wed Mar 1 14:02:25 2017 (r435148)
@@ -4614,6 +4614,7 @@
SUBDIR += py-qt5-help
SUBDIR += py-qt5-qscintilla2
SUBDIR += py-qt5-test
+ SUBDIR += py-qtconsole
SUBDIR += py-rauth
SUBDIR += py-raven
SUBDIR += py-rcsparse
Added: head/devel/py-qtconsole/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-qtconsole/Makefile Wed Mar 1 14:02:25 2017 (r435148)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= qtconsole
+PORTVERSION= 4.2.1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= swills at FreeBSD.org
+COMMENT= Qt-based console for Jupyter with support for rich media output
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets \
+ ${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core \
+ ${PYTHON_PKGNAMEPREFIX}jupyter_client>=4.1:devel/py-jupyter_client \
+ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments \
+ ${PYTHON_PKGNAMEPREFIX}ipykernel>=4.1:devel/py-ipykernel
+
+USES= pyqt:4 python
+USE_PYQT= core gui svg
+
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
Added: head/devel/py-qtconsole/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-qtconsole/distinfo Wed Mar 1 14:02:25 2017 (r435148)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1487848048
+SHA256 (qtconsole-4.2.1.tar.gz) = 25ec7d345528b3e8f3c91be349dd3c699755f206dc4b6ec668e2e5dd60ea18ef
+SIZE (qtconsole-4.2.1.tar.gz) = 408430
Added: head/devel/py-qtconsole/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-qtconsole/pkg-descr Wed Mar 1 14:02:25 2017 (r435148)
@@ -0,0 +1,3 @@
+Qt-based console for Jupyter with support for rich media output
+
+WWW: https://qtconsole.readthedocs.io/
More information about the svn-ports-all
mailing list