aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2026-08-04 02:08:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2026-08-04 20:10:23 +0000
commit3ff890205458c821c6d202b06ad87037bac3b2ec (patch)
tree8886d9c4e08a7267b2c49a687d8ec50544334740
parentca3d8c22d85f3f8eebfff63e01b20384e3ae51b3 (diff)
math/py-fdasrsf: New port: Functional data analysis using the square root slope framework
-rw-r--r--math/Makefile1
-rw-r--r--math/py-fdasrsf/Makefile34
-rw-r--r--math/py-fdasrsf/distinfo3
-rw-r--r--math/py-fdasrsf/pkg-descr4
4 files changed, 42 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index f04bd3927b01..c8945c57bd07 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1004,6 +1004,7 @@
SUBDIR += py-fairlearn
SUBDIR += py-faiss
SUBDIR += py-fastcluster
+ SUBDIR += py-fdasrsf
SUBDIR += py-fenics-basix
SUBDIR += py-fenics-ffcx
SUBDIR += py-fenics-ufl
diff --git a/math/py-fdasrsf/Makefile b/math/py-fdasrsf/Makefile
new file mode 100644
index 000000000000..c7dc9e3e3a97
--- /dev/null
+++ b/math/py-fdasrsf/Makefile
@@ -0,0 +1,34 @@
+PORTNAME= fdasrsf
+DISTVERSION= 2.6.10
+CATEGORIES= math python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Functional data analysis using the square root slope framework
+WWW= https://fdasrsf-python.readthedocs.io/en/latest/
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}findblas>0:devel/py-findblas@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+LIB_DEPENDS= libopenblas.so:math/openblas
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}joblib>0:devel/py-joblib@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}numba>0:devel/py-numba@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}numpy>=1.25:math/py-numpy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}patsy>0:math/py-patsy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}scipy>=1.14:science/py-scipy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= pep517 autoplist cython
+
+.include <bsd.port.mk>
diff --git a/math/py-fdasrsf/distinfo b/math/py-fdasrsf/distinfo
new file mode 100644
index 000000000000..aeca08d41251
--- /dev/null
+++ b/math/py-fdasrsf/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1785732449
+SHA256 (fdasrsf-2.6.10.tar.gz) = 0108d01ca3aeace0abd1131f4928f16aa833e88dfb93b6b4e4f87d0b7c018102
+SIZE (fdasrsf-2.6.10.tar.gz) = 4771637
diff --git a/math/py-fdasrsf/pkg-descr b/math/py-fdasrsf/pkg-descr
new file mode 100644
index 000000000000..1274178b15fa
--- /dev/null
+++ b/math/py-fdasrsf/pkg-descr
@@ -0,0 +1,4 @@
+Functional data analysis using the square root slope framework.
+
+It provides tools for alignment, registration, and statistical analysis
+of functional data.