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,30 +1,30 @@ PORTNAME= openTSNE -DISTVERSION= 0.7.1 -PORTREVISION= 2 +DISTVERSION= 1.0.0 CATEGORIES= math python # statistics MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Fast, parallel implementations of t-SNE 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} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${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= pep517 cython autoplist pytest # tests fail to run, see https://github.com/pavlin-policar/openTSNE/issues/237 TEST_WRKSRC= ${WRKSRC}/tests TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: @${FIND} ${STAGEDIR}${PREFIX} -name "*.so" | ${XARGS} ${STRIP_CMD} .include 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