Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 03:40:01 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: cf6887dec9d7 - main - devel/py-fsspec: Update to 2024.3.1
Message-ID:  <202403310340.42V3e1e8079923@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=cf6887dec9d7b06c3fc8e32e2338ec9eedd24d5a

commit cf6887dec9d7b06c3fc8e32e2338ec9eedd24d5a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 03:06:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 03:06:28 +0000

    devel/py-fsspec: Update to 2024.3.1
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
                    https://filesystem-spec.readthedocs.io/en/latest/changelog.html
---
 devel/py-fsspec/Makefile | 7 +++++--
 devel/py-fsspec/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/devel/py-fsspec/Makefile b/devel/py-fsspec/Makefile
index dda2f8fa1e56..5989e2040b8c 100644
--- a/devel/py-fsspec/Makefile
+++ b/devel/py-fsspec/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	fsspec
-PORTVERSION=	2024.2.0
+PORTVERSION=	2024.3.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,11 @@ WWW=		https://filesystem-spec.readthedocs.io/en/latest/ \
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-fsspec/distinfo b/devel/py-fsspec/distinfo
index 36dfdc34238f..6163b9e8a444 100644
--- a/devel/py-fsspec/distinfo
+++ b/devel/py-fsspec/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708449168
-SHA256 (fsspec-2024.2.0.tar.gz) = b6ad1a679f760dda52b1168c859d01b7b80648ea6f7f7c7f5a8a91dc3f3ecb84
-SIZE (fsspec-2024.2.0.tar.gz) = 169578
+TIMESTAMP = 1711466138
+SHA256 (fsspec-2024.3.1.tar.gz) = f39780e282d7d117ffb42bb96992f8a90795e4d0fb0f661a70ca39fe9c43ded9
+SIZE (fsspec-2024.3.1.tar.gz) = 170742



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