devel/py-qtconsole: update to 4.4.3, use qt5
This commit is contained in:
parent
f00d338d6e
commit
2c57f1cadf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486881
2 changed files with 8 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qtconsole
|
||||
PORTVERSION= 4.3.1
|
||||
PORTVERSION= 4.4.3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,17 +12,15 @@ COMMENT= Qt-based console for Jupyter with support for rich media output
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.md
|
||||
|
||||
DEPRECATED= Qt4 has been EOL since december 2015
|
||||
EXPIRATION_DATE= 2019-03-15
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jupyter_client>=4.1:devel/py-jupyter_client@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ipykernel>=4.1:devel/py-ipykernel@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}ipykernel5>=5.1:devel/py-ipykernel5@${PY_FLAVOR}
|
||||
|
||||
USES= pyqt:4 python
|
||||
USE_PYQT= core gui svg
|
||||
USES= pyqt:5 python
|
||||
|
||||
USE_PYQT= core gui printsupport sip svg widgets
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1521045716
|
||||
SHA256 (qtconsole-4.3.1.tar.gz) = eff8c2faeda567a0bef5781f419a64e9977988db101652b312b9d74ec0a5109c
|
||||
SIZE (qtconsole-4.3.1.tar.gz) = 416931
|
||||
TIMESTAMP = 1543980367
|
||||
SHA256 (qtconsole-4.4.3.tar.gz) = bc1ba15f50c29ed50f1268ad823bb6543be263c18dd093b80495e9df63b003ac
|
||||
SIZE (qtconsole-4.4.3.tar.gz) = 419927
|
||||
|
|
Loading…
Reference in a new issue