Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2020 20:23:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526694 - in head/devel: . py-fsspec
Message-ID:  <202002212023.01LKNIcJ045931@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Feb 21 20:23:18 2020
New Revision: 526694
URL: https://svnweb.freebsd.org/changeset/ports/526694

Log:
  Add py-fsspec 0.6.2
  
  Filesystem Spec is a project to unify various projects and classes to work with
  remote filesystems and file-system-like abstractions using a standard pythonic
  interface.
  
  WWW: https://github.com/intake/filesystem_spec

Added:
  head/devel/py-fsspec/
  head/devel/py-fsspec/Makefile   (contents, props changed)
  head/devel/py-fsspec/distinfo   (contents, props changed)
  head/devel/py-fsspec/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Feb 21 20:22:56 2020	(r526693)
+++ head/devel/Makefile	Fri Feb 21 20:23:18 2020	(r526694)
@@ -4386,6 +4386,7 @@
     SUBDIR += py-fs
     SUBDIR += py-fs2
     SUBDIR += py-fsm
+    SUBDIR += py-fsspec
     SUBDIR += py-fudge
     SUBDIR += py-funcparserlib
     SUBDIR += py-funcsigs

Added: head/devel/py-fsspec/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-fsspec/Makefile	Fri Feb 21 20:23:18 2020	(r526694)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	fsspec
+PORTVERSION=	0.6.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	File-system specification
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python:3.5+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-fsspec/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-fsspec/distinfo	Fri Feb 21 20:23:18 2020	(r526694)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1582312140
+SHA256 (fsspec-0.6.2.tar.gz) = ffd7cd5ac32f36698097c3d78c2c433d4c12f7e4bce3a3a4036fd3491188046d
+SIZE (fsspec-0.6.2.tar.gz) = 67989

Added: head/devel/py-fsspec/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-fsspec/pkg-descr	Fri Feb 21 20:23:18 2020	(r526694)
@@ -0,0 +1,5 @@
+Filesystem Spec is a project to unify various projects and classes to work with
+remote filesystems and file-system-like abstractions using a standard pythonic
+interface.
+
+WWW: https://github.com/intake/filesystem_spec



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