From owner-svn-ports-head@freebsd.org Sat Jan 23 09:07:42 2021 Return-Path: Delivered-To: svn-ports-head@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 244514EC9AC; Sat, 23 Jan 2021 09:07:42 +0000 (UTC) (envelope-from makc@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DN9JG0Pq5z3hqd; Sat, 23 Jan 2021 09:07:42 +0000 (UTC) (envelope-from makc@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 00E1461F9; Sat, 23 Jan 2021 09:07:42 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10N97fMv073626; Sat, 23 Jan 2021 09:07:41 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10N97f45073625; Sat, 23 Jan 2021 09:07:41 GMT (envelope-from makc@FreeBSD.org) Message-Id: <202101230907.10N97f45073625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Sat, 23 Jan 2021 09:07:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562383 - head/graphics/py-scikit-image X-SVN-Group: ports-head X-SVN-Commit-Author: makc X-SVN-Commit-Paths: head/graphics/py-scikit-image X-SVN-Commit-Revision: 562383 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 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, 23 Jan 2021 09:07:42 -0000 Author: makc Date: Sat Jan 23 09:07:41 2021 New Revision: 562383 URL: https://svnweb.freebsd.org/changeset/ports/562383 Log: graphics/py-scikit-image: - Update to 0.18.1 - Adjust dependencies according to upstream default requirements - Amend COMMENT Modified: head/graphics/py-scikit-image/Makefile head/graphics/py-scikit-image/distinfo Modified: head/graphics/py-scikit-image/Makefile ============================================================================== --- head/graphics/py-scikit-image/Makefile Sat Jan 23 09:07:12 2021 (r562382) +++ head/graphics/py-scikit-image/Makefile Sat Jan 23 09:07:41 2021 (r562383) @@ -1,24 +1,23 @@ # $FreeBSD$ PORTNAME= scikit-image -PORTVERSION= 0.17.2 +PORTVERSION= 0.18.1 DISTVERSIONPREFIX= v CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= makc@FreeBSD.org -COMMENT= Image Processing SciKit (Toolbox for SciPy) +COMMENT= Image processing in Python LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.9:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpydoc>=0.6:textproc/py-numpydoc@${PY_FLAVOR} +BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} \ ${PY_PILLOW} \ + ${PYTHON_PKGNAMEPREFIX}imageio>0:graphics/py-imageio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tifffile>0:graphics/py-tifffile@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.9:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpydoc>=0.6:textproc/py-numpydoc@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>=1.8:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PyWavelets>=0.4:math/py-PyWavelets@${PY_FLAVOR} \ Modified: head/graphics/py-scikit-image/distinfo ============================================================================== --- head/graphics/py-scikit-image/distinfo Sat Jan 23 09:07:12 2021 (r562382) +++ head/graphics/py-scikit-image/distinfo Sat Jan 23 09:07:41 2021 (r562383) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600543965 -SHA256 (scikit-image-scikit-image-v0.17.2_GH0.tar.gz) = 54165f1c7365aacbd94df6c89ff72554260c3ea8fd8abdfb596d5d93b25d22ab -SIZE (scikit-image-scikit-image-v0.17.2_GH0.tar.gz) = 22682646 +TIMESTAMP = 1611063392 +SHA256 (scikit-image-scikit-image-v0.18.1_GH0.tar.gz) = f9a603d3f5b451ac2e6b9e09bb896396067aba9faa12cdeee77225a47a736d48 +SIZE (scikit-image-scikit-image-v0.18.1_GH0.tar.gz) = 22750803