diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-12-22 03:10:17 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-12-22 03:10:17 +0000 |
commit | ed576b81db9c68465674951b437cafa8deeeb784 (patch) | |
tree | 3e9ad5612639ac7f9f8ffba4b5fa819e8f49fabf /science/py-chainer-chemistry | |
parent | e7d48eba9d6a4b3b8ce13fa0f2eee60e33b126ce (diff) | |
download | ports-ed576b81db9c68465674951b437cafa8deeeb784.tar.gz ports-ed576b81db9c68465674951b437cafa8deeeb784.zip |
Notes
Diffstat (limited to 'science/py-chainer-chemistry')
-rw-r--r-- | science/py-chainer-chemistry/Makefile | 9 | ||||
-rw-r--r-- | science/py-chainer-chemistry/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/science/py-chainer-chemistry/Makefile b/science/py-chainer-chemistry/Makefile index faef1243c7cf..f122805a5e8d 100644 --- a/science/py-chainer-chemistry/Makefile +++ b/science/py-chainer-chemistry/Makefile @@ -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 chemistry 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 diff --git a/science/py-chainer-chemistry/distinfo b/science/py-chainer-chemistry/distinfo index 80a7985a70ed..4e000e08a2f7 100644 --- a/science/py-chainer-chemistry/distinfo +++ b/science/py-chainer-chemistry/distinfo @@ -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 |