Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2023 06:53:14 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: b0c246ef56d7 - main - =?utf-8?Q?math/py-openTSNE:=20Update=200.7.1=20=E2=86=92=201.0.0?=
Message-ID:  <202306130653.35D6rEJN080063@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=b0c246ef56d777af796e4d31649492d1d50cd866

commit b0c246ef56d777af796e4d31649492d1d50cd866
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-13 06:53:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-13 06:53:12 +0000

    math/py-openTSNE: Update 0.7.1 → 1.0.0
    
    Reported by:    portscout
---
 math/py-openTSNE/Makefile | 6 +++---
 math/py-openTSNE/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/math/py-openTSNE/Makefile b/math/py-openTSNE/Makefile
index ce0eef1a6770..18e3227b8d38 100644
--- a/math/py-openTSNE/Makefile
+++ b/math/py-openTSNE/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	openTSNE
-DISTVERSION=	0.7.1
-PORTREVISION=	2
+DISTVERSION=	1.0.0
 CATEGORIES=	math python # statistics
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +10,8 @@ WWW=		https://github.com/pavlin-policar/openTSNE
 
 LICENSE=	BSD3CLAUSE
 
-BUILD_DEPENDS=	${PYNUMPY} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 LIB_DEPENDS=	libfftw3.so:math/fftw3
 RUN_DEPENDS=	${PYNUMPY} \
diff --git a/math/py-openTSNE/distinfo b/math/py-openTSNE/distinfo
index ecc942e112e0..0bf2b5b5bc1f 100644
--- a/math/py-openTSNE/distinfo
+++ b/math/py-openTSNE/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677079870
-SHA256 (openTSNE-0.7.1.tar.gz) = ff7cdd6982fef2b88fc758f571b32f25bf595e6ddbe406db6d3b40bf5242af5a
-SIZE (openTSNE-0.7.1.tar.gz) = 815425
+TIMESTAMP = 1686636759
+SHA256 (openTSNE-1.0.0.tar.gz) = 03dafa41632ece9e9217d78769ed2d65e6086bdcab8bc8631d115b7d0ad06763
+SIZE (openTSNE-1.0.0.tar.gz) = 792765



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306130653.35D6rEJN080063>