git: 0e7f561f907f - main - devel/py-scikit-base: Update to 0.13.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Feb 2026 05:18:42 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0e7f561f907fe313623783945e23e5b00631d628
commit 0e7f561f907fe313623783945e23e5b00631d628
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-03 04:44:44 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-03 05:09:45 +0000
devel/py-scikit-base: Update to 0.13.1
Changes: https://github.com/sktime/skbase/releases
---
devel/py-scikit-base/Makefile | 2 +-
devel/py-scikit-base/distinfo | 6 +++---
devel/py-scikit-base/files/patch-pyproject.toml | 8 ++++++++
3 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/devel/py-scikit-base/Makefile b/devel/py-scikit-base/Makefile
index 91dab039b705..0d973983918d 100644
--- a/devel/py-scikit-base/Makefile
+++ b/devel/py-scikit-base/Makefile
@@ -1,5 +1,5 @@
PORTNAME= scikit-base
-PORTVERSION= 0.13.0
+PORTVERSION= 0.13.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-scikit-base/distinfo b/devel/py-scikit-base/distinfo
index f367d6eee4b2..0edeb70aad47 100644
--- a/devel/py-scikit-base/distinfo
+++ b/devel/py-scikit-base/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759774651
-SHA256 (scikit_base-0.13.0.tar.gz) = 436c26067173a7235c465c64ac105008f6f889f09308c5e4e4a16e21c38c3ddc
-SIZE (scikit_base-0.13.0.tar.gz) = 127431
+TIMESTAMP = 1769874370
+SHA256 (scikit_base-0.13.1.tar.gz) = 169e5427233f7237b38c7d858bf07b8a86bbf59feccf0708e26dad4ac312c593
+SIZE (scikit_base-0.13.1.tar.gz) = 134482
diff --git a/devel/py-scikit-base/files/patch-pyproject.toml b/devel/py-scikit-base/files/patch-pyproject.toml
new file mode 100644
index 000000000000..185380cb63af
--- /dev/null
+++ b/devel/py-scikit-base/files/patch-pyproject.toml
@@ -0,0 +1,8 @@
+--- pyproject.toml.orig 2026-01-25 11:23:49 UTC
++++ pyproject.toml
+@@ -155,4 +155,4 @@ sktime = [
+ ]
+
+ [tool.setuptools.packages.find]
+-exclude = ["tests", "tests.*"]
++exclude = ["docs", "docs.*", "tests", "tests.*"]