From owner-svn-ports-head@freebsd.org Fri Feb 21 20:23:20 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 233EF241DC3; Fri, 21 Feb 2020 20:23:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48PNFM5T5Fz3JL8; Fri, 21 Feb 2020 20:23:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 79642184B6; Fri, 21 Feb 2020 20:23:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01LKNJxP045934; Fri, 21 Feb 2020 20:23:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01LKNIcJ045931; Fri, 21 Feb 2020 20:23:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002212023.01LKNIcJ045931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 21 Feb 2020 20:23:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526694 - in head/devel: . py-fsspec X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-fsspec X-SVN-Commit-Revision: 526694 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2020 20:23:20 -0000 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 +# $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 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