svn commit: r526694 - in head/devel: . py-fsspec
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Feb 21 20:23:20 UTC 2020
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= fsspec
+PORTVERSION= 0.6.2
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at 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
More information about the svn-ports-head
mailing list