svn commit: r567664 - head/devel/py-fsspec

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 7 22:17:55 UTC 2021


Author: sunpoet
Date: Sun Mar  7 22:17:50 2021
New Revision: 567664
URL: https://svnweb.freebsd.org/changeset/ports/567664

Log:
  Update to 0.8.7
  
  Changes:	https://github.com/intake/filesystem_spec/blob/master/docs/source/changelog.rst
  		https://github.com/intake/filesystem_spec/commits/master

Modified:
  head/devel/py-fsspec/Makefile
  head/devel/py-fsspec/distinfo

Modified: head/devel/py-fsspec/Makefile
==============================================================================
--- head/devel/py-fsspec/Makefile	Sun Mar  7 22:17:44 2021	(r567663)
+++ head/devel/py-fsspec/Makefile	Sun Mar  7 22:17:50 2021	(r567664)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fsspec
-PORTVERSION=	0.8.5
+PORTVERSION=	0.8.7
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,4 +18,10 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3800
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/py-fsspec/distinfo
==============================================================================
--- head/devel/py-fsspec/distinfo	Sun Mar  7 22:17:44 2021	(r567663)
+++ head/devel/py-fsspec/distinfo	Sun Mar  7 22:17:50 2021	(r567664)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608366138
-SHA256 (fsspec-0.8.5.tar.gz) = 890c6ce9325030f03bd2eae81389ddcbcee53bdd475334ca064595e1e45f92a6
-SIZE (fsspec-0.8.5.tar.gz) = 247965
+TIMESTAMP = 1614794264
+SHA256 (fsspec-0.8.7.tar.gz) = 4b11557a90ac637089b10afa4c77adf42080c0696f6f2771c41ce92d73c41432
+SIZE (fsspec-0.8.7.tar.gz) = 104593


More information about the svn-ports-all mailing list