Date: Mon, 26 Apr 2021 07:07:41 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6ed2bd5f9d6f - main - math/py-openTSNE: Update 0.5.2 -> 0.6.0 Message-ID: <202104260707.13Q77fTX017229@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ed2bd5f9d6f97eeb8ec8e47e74b2e73d1494957 commit 6ed2bd5f9d6f97eeb8ec8e47e74b2e73d1494957 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-04-26 01:48:49 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-04-26 07:07:37 +0000 math/py-openTSNE: Update 0.5.2 -> 0.6.0 --- math/py-openTSNE/Makefile | 4 ++-- math/py-openTSNE/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/math/py-openTSNE/Makefile b/math/py-openTSNE/Makefile index 30c2c4433b3a..30e6ec3f27e2 100644 --- a/math/py-openTSNE/Makefile +++ b/math/py-openTSNE/Makefile @@ -1,5 +1,5 @@ PORTNAME= openTSNE -DISTVERSION= 0.5.2 +DISTVERSION= 0.6.0 CATEGORIES= math python # statistics MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libfftw3.so:math/fftw3 RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.20.0:science/py-scikit-learn@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.20:science/py-scikit-learn@${PY_FLAVOR} USES= compiler:c++14-lang localbase:ldflags python:3.6+ USE_PYTHON= distutils autoplist diff --git a/math/py-openTSNE/distinfo b/math/py-openTSNE/distinfo index 733ee69073d9..cd7045c35788 100644 --- a/math/py-openTSNE/distinfo +++ b/math/py-openTSNE/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618271661 -SHA256 (openTSNE-0.5.2.tar.gz) = eef60d1d4a5a9454d7366125cbfc664106efd38af07f390644102aac0738c763 -SIZE (openTSNE-0.5.2.tar.gz) = 879829 +TIMESTAMP = 1619399457 +SHA256 (openTSNE-0.6.0.tar.gz) = 62571d0da9585bb764a1dfc6a6ed51e9afcfea48a1c92a72002bd663f07b7151 +SIZE (openTSNE-0.6.0.tar.gz) = 891724
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104260707.13Q77fTX017229>