mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
devel/py-qtconsole: create port
Qt-based console for Jupyter with support for rich media output WWW: https://qtconsole.readthedocs.io/
This commit is contained in:
parent
ddd87a4c4a
commit
9e86894aa2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435148
@ -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
|
||||
|
23
devel/py-qtconsole/Makefile
Normal file
23
devel/py-qtconsole/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qtconsole
|
||||
PORTVERSION= 4.2.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= swills@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>
|
3
devel/py-qtconsole/distinfo
Normal file
3
devel/py-qtconsole/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1487848048
|
||||
SHA256 (qtconsole-4.2.1.tar.gz) = 25ec7d345528b3e8f3c91be349dd3c699755f206dc4b6ec668e2e5dd60ea18ef
|
||||
SIZE (qtconsole-4.2.1.tar.gz) = 408430
|
3
devel/py-qtconsole/pkg-descr
Normal file
3
devel/py-qtconsole/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Qt-based console for Jupyter with support for rich media output
|
||||
|
||||
WWW: https://qtconsole.readthedocs.io/
|
Loading…
Reference in New Issue
Block a user