Date: Sat, 4 May 2019 12:54:10 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500808 - head/devel/py-qtconsole Message-ID: <201905041254.x44CsAsn088185@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat May 4 12:54:10 2019 New Revision: 500808 URL: https://svnweb.freebsd.org/changeset/ports/500808 Log: devel/py-qtconsole: update to 4.4.4 Modified: head/devel/py-qtconsole/Makefile (contents, props changed) head/devel/py-qtconsole/distinfo (contents, props changed) Modified: head/devel/py-qtconsole/Makefile ============================================================================== --- head/devel/py-qtconsole/Makefile Sat May 4 11:56:02 2019 (r500807) +++ head/devel/py-qtconsole/Makefile Sat May 4 12:54:10 2019 (r500808) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= qtconsole -PORTVERSION= 4.4.3 -PORTREVISION= 1 +PORTVERSION= 4.4.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,15 +12,15 @@ COMMENT= Qt-based console for Jupyter with support for LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipykernel5>=5.1:devel/py-ipykernel5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter_client>=4.1:devel/py-jupyter_client@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipykernel5>=5.1:devel/py-ipykernel5@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets@${PY_FLAVOR} USES= pyqt:5 python:3.4+ -USE_PYQT= core gui printsupport sip svg widgets -USE_PYTHON= distutils autoplist +USE_PYQT= core gui svg sip printsupport widgets +USE_PYTHON= autoplist distutils .include <bsd.port.mk> Modified: head/devel/py-qtconsole/distinfo ============================================================================== --- head/devel/py-qtconsole/distinfo Sat May 4 11:56:02 2019 (r500807) +++ head/devel/py-qtconsole/distinfo Sat May 4 12:54:10 2019 (r500808) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543980367 -SHA256 (qtconsole-4.4.3.tar.gz) = bc1ba15f50c29ed50f1268ad823bb6543be263c18dd093b80495e9df63b003ac -SIZE (qtconsole-4.4.3.tar.gz) = 419927 +TIMESTAMP = 1556964298 +SHA256 (qtconsole-4.4.4.tar.gz) = a667558c7b1e1442a2e5bcef1686c55e096efd0b58d8b2a0a8415f4579991ee3 +SIZE (qtconsole-4.4.4.tar.gz) = 420061
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905041254.x44CsAsn088185>