Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2026 20:10:38 +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: 6c49c8238c73 - main - math/py-scikit-datasets: New port: Scikit-learn-compatible datasets
Message-ID:  <6a72473e.3c4f9.2b088c06@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=6c49c8238c732ac48fae44f2cbc618ea14416688

commit 6c49c8238c732ac48fae44f2cbc618ea14416688
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-08-04 06:51:37 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-08-04 20:10:23 +0000

    math/py-scikit-datasets: New port: Scikit-learn-compatible datasets
---
 math/Makefile                     |  1 +
 math/py-scikit-datasets/Makefile  | 27 +++++++++++++++++++++++++++
 math/py-scikit-datasets/distinfo  |  3 +++
 math/py-scikit-datasets/pkg-descr |  2 ++
 4 files changed, 33 insertions(+)

diff --git a/math/Makefile b/math/Makefile
index 8f3949ffc7f9..07ee626d2b49 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1147,6 +1147,7 @@
     SUBDIR += py-rpy2
     SUBDIR += py-rustworkx
     SUBDIR += py-rvlib
+    SUBDIR += py-scikit-datasets
     SUBDIR += py-scikit-fem
     SUBDIR += py-scikit-umfpack
     SUBDIR += py-scs
diff --git a/math/py-scikit-datasets/Makefile b/math/py-scikit-datasets/Makefile
new file mode 100644
index 000000000000..4936c3c222e4
--- /dev/null
+++ b/math/py-scikit-datasets/Makefile
@@ -0,0 +1,27 @@
+PORTNAME=	scikit-datasets
+DISTVERSION=	0.2.5
+CATEGORIES=	math python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	scikit_datasets-${DISTVERSION}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Scikit-learn-compatible datasets
+WWW=		https://daviddiazvico.github.io/scikit-datasets/
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}rdata>0:devel/py-rdata@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	pep517 autoplist concurrent
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/math/py-scikit-datasets/distinfo b/math/py-scikit-datasets/distinfo
new file mode 100644
index 000000000000..9dd578822c9e
--- /dev/null
+++ b/math/py-scikit-datasets/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1785732668
+SHA256 (scikit_datasets-0.2.5.tar.gz) = dd39eb7c31d142a34db38425d96e327fecb4e34d35fc40e5a7b6bbab7841adfe
+SIZE (scikit_datasets-0.2.5.tar.gz) = 35423
diff --git a/math/py-scikit-datasets/pkg-descr b/math/py-scikit-datasets/pkg-descr
new file mode 100644
index 000000000000..4e75fb73c4b0
--- /dev/null
+++ b/math/py-scikit-datasets/pkg-descr
@@ -0,0 +1,2 @@
+The scikit-learn-compatible datasets package bundles a collection of datasets
+ready to use with scikit-learn estimators and pipelines.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a72473e.3c4f9.2b088c06>