From owner-svn-ports-head@freebsd.org Sun Dec 22 03:10:18 2019 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 D96A71E6098; Sun, 22 Dec 2019 03:10:18 +0000 (UTC) (envelope-from yuri@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 47gSCZ4r8Rz3xn4; Sun, 22 Dec 2019 03:10:18 +0000 (UTC) (envelope-from yuri@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 762FF21349; Sun, 22 Dec 2019 03:10:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBM3AIc9052755; Sun, 22 Dec 2019 03:10:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBM3AItP052754; Sun, 22 Dec 2019 03:10:18 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201912220310.xBM3AItP052754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 22 Dec 2019 03:10:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520604 - head/science/py-chainer-chemistry X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/py-chainer-chemistry X-SVN-Commit-Revision: 520604 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.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: Sun, 22 Dec 2019 03:10:18 -0000 Author: yuri Date: Sun Dec 22 03:10:17 2019 New Revision: 520604 URL: https://svnweb.freebsd.org/changeset/ports/520604 Log: science/py-chainer-chemistry: Update 0.6.0 -> 0.7.0 Reported by: portscout Modified: head/science/py-chainer-chemistry/Makefile head/science/py-chainer-chemistry/distinfo Modified: head/science/py-chainer-chemistry/Makefile ============================================================================== --- head/science/py-chainer-chemistry/Makefile Sun Dec 22 02:55:14 2019 (r520603) +++ head/science/py-chainer-chemistry/Makefile Sun Dec 22 03:10:17 2019 (r520604) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= chainer-chemistry -DISTVERSION= 0.6.0 -CATEGORIES= science biology +DISTVERSION= 0.7.0 +CATEGORIES= science biology # machine-learning MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +12,14 @@ COMMENT= Library for deep learning in biology and chem LICENSE= MIT RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}chainer>0:science/py-chainer@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}chainer>=7.0.0:science/py-chainer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}joblib>0:devel/py-joblib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \ + ${PY_TYPING} USES= python:3.5+ USE_PYTHON= distutils autoplist Modified: head/science/py-chainer-chemistry/distinfo ============================================================================== --- head/science/py-chainer-chemistry/distinfo Sun Dec 22 02:55:14 2019 (r520603) +++ head/science/py-chainer-chemistry/distinfo Sun Dec 22 03:10:17 2019 (r520604) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570382768 -SHA256 (chainer-chemistry-0.6.0.tar.gz) = b4539683bcbff761565ba993e09f39a1d34aae409b23ff3954006c8d7465e105 -SIZE (chainer-chemistry-0.6.0.tar.gz) = 98881 +TIMESTAMP = 1576982149 +SHA256 (chainer-chemistry-0.7.0.tar.gz) = d08f2a5a354cb971e2c23110237d973dcff8457b6d7cb78091f20627bf3c3f28 +SIZE (chainer-chemistry-0.7.0.tar.gz) = 111815