From owner-svn-ports-head@freebsd.org Sat May 4 12:54:12 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F4034158DA98; Sat, 4 May 2019 12:54:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9661B89053; Sat, 4 May 2019 12:54:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27EA2894B; Sat, 4 May 2019 12:54:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x44CsAi9088187; Sat, 4 May 2019 12:54:10 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x44CsAsn088185; Sat, 4 May 2019 12:54:10 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905041254.x44CsAsn088185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 4 May 2019 12:54:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500808 - head/devel/py-qtconsole X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-qtconsole X-SVN-Commit-Revision: 500808 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9661B89053 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2019 12:54:12 -0000 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 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