Date: Tue, 04 Aug 2026 20:10:33 +0000 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: 3ff890205458 - main - math/py-fdasrsf: New port: Functional data analysis using the square root slope framework Message-ID: <6a724739.3d79e.5bb3be21@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ff890205458c821c6d202b06ad87037bac3b2ec commit 3ff890205458c821c6d202b06ad87037bac3b2ec Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-08-04 02:08:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-08-04 20:10:23 +0000 math/py-fdasrsf: New port: Functional data analysis using the square root slope framework --- math/Makefile | 1 + math/py-fdasrsf/Makefile | 34 ++++++++++++++++++++++++++++++++++ math/py-fdasrsf/distinfo | 3 +++ math/py-fdasrsf/pkg-descr | 4 ++++ 4 files changed, 42 insertions(+) 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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a724739.3d79e.5bb3be21>
