diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-15 09:34:25 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-15 09:34:25 +0000 |
commit | 5df0b8c94f88467abb542b14ed95c4ee4f3e297f (patch) | |
tree | 92a93eb9da9d156d313a79ca4e6411827fd55892 /misc/orange3 | |
parent | cd9e9680d47ec33339549f364f0a1a9a86fc73f4 (diff) |
misc/orange3: Upgrade 3.17.0 -> 3.19.0
Reported by: portscout
Notes
Notes:
svn path=/head/; revision=487500
Diffstat (limited to 'misc/orange3')
-rw-r--r-- | misc/orange3/Makefile | 6 | ||||
-rw-r--r-- | misc/orange3/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/orange3/Makefile b/misc/orange3/Makefile index ead4a59fca24..f5e08614d5eb 100644 --- a/misc/orange3/Makefile +++ b/misc/orange3/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= orange3 -DISTVERSION= 3.17.0 -PORTREVISION= 2 +DISTVERSION= 3.19.0 CATEGORIES= misc python MAINTAINER= yuri@FreeBSD.org @@ -15,6 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}bottleneck>=1.0.0:math/py-bottleneck@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.2:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fastTSNE>=0.2.12:biology/py-fastTSNE@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}joblib>=0.9.4:devel/py-joblib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyrings.alt>0:security/py-keyrings.alt@${PY_FLAVOR} \ @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}python-louvain>0:math/py-python-louvain@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyqtgraph>=0.10.0:graphics/py-pyqtgraph@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18.1:science/py-scikit-learn@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.20.0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.16.1:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}serverfiles>0:misc/py-serverfiles@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlrd>=0.9.2:textproc/py-xlrd@${PY_FLAVOR} diff --git a/misc/orange3/distinfo b/misc/orange3/distinfo index 5d776c251f75..0c394b4ea530 100644 --- a/misc/orange3/distinfo +++ b/misc/orange3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1540879236 -SHA256 (biolab-orange3-3.17.0_GH0.tar.gz) = 10d63069fc8daa93a42659ebf406772dc050b68df607a337b736122931443fbb -SIZE (biolab-orange3-3.17.0_GH0.tar.gz) = 23545422 +TIMESTAMP = 1544861883 +SHA256 (biolab-orange3-3.19.0_GH0.tar.gz) = 9ae6e72fa2ffebe3945d1813439e809fd353ef386fb8cfa10c3cfe3917e03042 +SIZE (biolab-orange3-3.19.0_GH0.tar.gz) = 24877077 |