From owner-svn-ports-all@freebsd.org Mon Sep 28 21:17:00 2020 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 5112D42BD20; Mon, 28 Sep 2020 21:17:00 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C0b1l49BWz3ZmT; Mon, 28 Sep 2020 21:16:59 +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 5AB4023F90; Mon, 28 Sep 2020 21:16:59 +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 08SLGxcg004366; Mon, 28 Sep 2020 21:16:59 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08SLGxYI004365; Mon, 28 Sep 2020 21:16:59 GMT (envelope-from makc@FreeBSD.org) Message-Id: <202009282116.08SLGxYI004365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Mon, 28 Sep 2020 21:16:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550452 - 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: 550452 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.33 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: Mon, 28 Sep 2020 21:17:00 -0000 Author: makc Date: Mon Sep 28 21:16:58 2020 New Revision: 550452 URL: https://svnweb.freebsd.org/changeset/ports/550452 Log: graphics/py-scikit-image: - Update to 0.17.2 - Drop needless dependency - Python 3.6 is not supported anymore 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 Mon Sep 28 21:16:54 2020 (r550451) +++ head/graphics/py-scikit-image/Makefile Mon Sep 28 21:16:58 2020 (r550452) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= scikit-image -PORTVERSION= 0.14.3 -PORTREVISION= 1 +PORTVERSION= 0.17.2 DISTVERSIONPREFIX= v CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,12 +13,10 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.9:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpydoc>=0.6:textproc/py-numpydoc@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PY_PILLOW} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${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} \ @@ -27,7 +24,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}PyWavelets>=0.4:math/py-PyWavelets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cloudpickle>=0.2.1:devel/py-cloudpickle@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python:3.7+ USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils cython cython_run Modified: head/graphics/py-scikit-image/distinfo ============================================================================== --- head/graphics/py-scikit-image/distinfo Mon Sep 28 21:16:54 2020 (r550451) +++ head/graphics/py-scikit-image/distinfo Mon Sep 28 21:16:58 2020 (r550452) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572190682 -SHA256 (scikit-image-scikit-image-v0.14.3_GH0.tar.gz) = 19048e68bc47fd100d1ee2ed77e869ebfc5d7f580c33f26698f0b1fa2d532dd7 -SIZE (scikit-image-scikit-image-v0.14.3_GH0.tar.gz) = 21936150 +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