From owner-svn-ports-all@freebsd.org Fri Oct 11 14:44:28 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6B387151A9E; Fri, 11 Oct 2019 14:44:28 +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 46qW1m1nvrz4f3k; Fri, 11 Oct 2019 14:44:28 +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 13FAB1BAF6; Fri, 11 Oct 2019 14:44:28 +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 x9BEiR0o014557; Fri, 11 Oct 2019 14:44:27 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9BEiRtL014555; Fri, 11 Oct 2019 14:44:27 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201910111444.x9BEiRtL014555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 11 Oct 2019 14:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514280 - head/devel/py-ipywidgets X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-ipywidgets X-SVN-Commit-Revision: 514280 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2019 14:44:28 -0000 Author: swills Date: Fri Oct 11 14:44:27 2019 New Revision: 514280 URL: https://svnweb.freebsd.org/changeset/ports/514280 Log: devel/py-ipywidgets: update to 7.5.1 Modified: head/devel/py-ipywidgets/Makefile (contents, props changed) head/devel/py-ipywidgets/distinfo (contents, props changed) Modified: head/devel/py-ipywidgets/Makefile ============================================================================== --- head/devel/py-ipywidgets/Makefile Fri Oct 11 14:04:34 2019 (r514279) +++ head/devel/py-ipywidgets/Makefile Fri Oct 11 14:44:27 2019 (r514280) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ipywidgets -PORTVERSION= 7.5.0 -PORTREVISION= 1 +PORTVERSION= 7.5.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +9,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@FreeBSD.org COMMENT= Interactive HTML widgets for Jupyter notebooks and the IPython kernel -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython5>=4.0.0:devel/ipython5@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipykernel>=4.2.2:devel/py-ipykernel@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}widgetsnbextension>=3.5.0:devel/py-widgetsnbextension@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${PY_FLAVOR} +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipykernel>=4.5.1:devel/py-ipykernel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ipython5>=4.0.0:devel/ipython5@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}nbformat>=4.2.0:devel/py-nbformat@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}traitlets>=4.3.1:devel/py-traitlets@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}widgetsnbextension>=3.5.0:devel/py-widgetsnbextension@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils Modified: head/devel/py-ipywidgets/distinfo ============================================================================== --- head/devel/py-ipywidgets/distinfo Fri Oct 11 14:04:34 2019 (r514279) +++ head/devel/py-ipywidgets/distinfo Fri Oct 11 14:44:27 2019 (r514280) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562441057 -SHA256 (ipywidgets-7.5.0.tar.gz) = cb263c6974aca902d00a435711823bb4aaf6614a5f997f517e15fa84151e8fa2 -SIZE (ipywidgets-7.5.0.tar.gz) = 5657273 +TIMESTAMP = 1570802733 +SHA256 (ipywidgets-7.5.1.tar.gz) = e945f6e02854a74994c596d9db83444a1850c01648f1574adf144fbbabe05c97 +SIZE (ipywidgets-7.5.1.tar.gz) = 5656334