Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 17:14:41 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 70e7003e8984 - main - devel/py-scikit-base: Update to 0.5.1
Message-ID:  <202308211714.37LHEfOp001285@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=70e7003e898413c2e6efd97cbd849c6c46515a82

commit 70e7003e898413c2e6efd97cbd849c6c46515a82
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-21 17:04:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-21 17:04:13 +0000

    devel/py-scikit-base: Update to 0.5.1
    
    Changes:        https://github.com/sktime/skbase/releases
---
 devel/py-scikit-base/Makefile | 4 ++--
 devel/py-scikit-base/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/py-scikit-base/Makefile b/devel/py-scikit-base/Makefile
index ca0bd34e2937..86ff64196ea0 100644
--- a/devel/py-scikit-base/Makefile
+++ b/devel/py-scikit-base/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	scikit-base
-PORTVERSION=	0.5.0
+PORTVERSION=	0.5.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}build>=0:devel/py-build@${PY_FLAVOR} \
-		${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
diff --git a/devel/py-scikit-base/distinfo b/devel/py-scikit-base/distinfo
index 423e96209e7d..0d20fe70b2cf 100644
--- a/devel/py-scikit-base/distinfo
+++ b/devel/py-scikit-base/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688166024
-SHA256 (scikit-base-0.5.0.tar.gz) = 9092ff791492d2135ff7008b6900cfd7b202daa798624e284102669aed4118a7
-SIZE (scikit-base-0.5.0.tar.gz) = 99182
+TIMESTAMP = 1692211769
+SHA256 (scikit-base-0.5.1.tar.gz) = b8620ece5641153c69a30ed60fc77fd92c2888ebac96d1fee5dae3f857132179
+SIZE (scikit-base-0.5.1.tar.gz) = 99650



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308211714.37LHEfOp001285>