mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
math/py-openTSNE: update 1.0.1 → 1.0.2
This commit is contained in:
parent
8e16987327
commit
dae8e4a0fc
4 changed files with 6 additions and 14 deletions
|
@ -1,8 +1,9 @@
|
||||||
PORTNAME= openTSNE
|
PORTNAME= openTSNE
|
||||||
DISTVERSION= 1.0.1
|
DISTVERSION= 1.0.2
|
||||||
CATEGORIES= math python # statistics
|
CATEGORIES= math python # statistics
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
DISTNAME= ${PORTNAME:tl}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
COMMENT= Fast, parallel implementations of t-SNE
|
COMMENT= Fast, parallel implementations of t-SNE
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1704700371
|
TIMESTAMP = 1731038051
|
||||||
SHA256 (openTSNE-1.0.1.tar.gz) = 51f4dffaa3366ee4a480dd21d5f64eb0fa677248a0c99490aeb8bf311124368c
|
SHA256 (opentsne-1.0.2.tar.gz) = e2aecaa7a487100246f2d3fef9855d1bd6cc02a1c6da8fb2a54583f307aa4229
|
||||||
SIZE (openTSNE-1.0.1.tar.gz) = 251095
|
SIZE (opentsne-1.0.2.tar.gz) = 251206
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
- see https://github.com/pavlin-policar/openTSNE/issues/165
|
--- openTSNE/dependencies/annoy/annoymodule.cc.orig 2024-11-08 03:59:50 UTC
|
||||||
|
|
||||||
--- openTSNE/dependencies/annoy/annoymodule.cc.orig 2021-03-13 20:45:35 UTC
|
|
||||||
+++ openTSNE/dependencies/annoy/annoymodule.cc
|
+++ openTSNE/dependencies/annoy/annoymodule.cc
|
||||||
@@ -177,7 +177,7 @@ py_an_init(py_annoy *self, PyObject *args, PyObject *k
|
@@ -177,7 +177,7 @@ py_an_init(py_annoy *self, PyObject *args, PyObject *k
|
||||||
int f;
|
int f;
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
--- pyproject.toml.orig 2023-02-22 15:31:53 UTC
|
|
||||||
+++ pyproject.toml
|
|
||||||
@@ -1,3 +1,3 @@
|
|
||||||
[build-system]
|
|
||||||
-requires = ["setuptools", "wheel", "cython", "oldest-supported-numpy"]
|
|
||||||
+requires = ["setuptools", "wheel", "cython", "numpy"]
|
|
||||||
build-backend = "setuptools.build_meta"
|
|
Loading…
Add table
Reference in a new issue