1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-02-21 20:23:18 +00:00
parent 363e56f2b8
commit e564958863
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526694
4 changed files with 30 additions and 0 deletions

View File

@ -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

21
devel/py-fsspec/Makefile Normal file
View File

@ -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>

3
devel/py-fsspec/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1582312140
SHA256 (fsspec-0.6.2.tar.gz) = ffd7cd5ac32f36698097c3d78c2c433d4c12f7e4bce3a3a4036fd3491188046d
SIZE (fsspec-0.6.2.tar.gz) = 67989

View File

@ -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