pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pyfsspec: 2022.3.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Mon Apr 11 13:18:18 2022 -0700
Changeset:	18f6af1d03384012b7a987015530eff8e5c2f4b4

Modified Files:
	py-fsspec/DESCR
	py-fsspec/Makefile
	py-fsspec/PLIST
	py-fsspec/distinfo

Log Message:
pyfsspec: 2022.3.0

A specification for pythonic filesystems.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=18f6af1d03384012b7a987015530eff8e5c2f4b4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-fsspec/DESCR    |  1 +
 py-fsspec/Makefile | 20 ++++++++++++++------
 py-fsspec/PLIST    | 33 +++++++++++++++++++++++++++++++++
 py-fsspec/distinfo |  6 +++---
 4 files changed, 51 insertions(+), 9 deletions(-)

diffs:
diff --git a/py-fsspec/DESCR b/py-fsspec/DESCR
index e69de29bb2..e6f3e770fa 100644
--- a/py-fsspec/DESCR
+++ b/py-fsspec/DESCR
@@ -0,0 +1 @@
+A specification for pythonic filesystems.
diff --git a/py-fsspec/Makefile b/py-fsspec/Makefile
index b69ecb8fdb..30837a2867 100644
--- a/py-fsspec/Makefile
+++ b/py-fsspec/Makefile
@@ -1,18 +1,26 @@
 # $NetBSD$
 
-DISTNAME=	fsspec-0.8.4
+DISTNAME=	fsspec-2022.3.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	sysutils
-MASTER_SITES=	${MASTER_SITE_PYPI:=f/fsspec/}
-
+GITHUB_PROJECT=	filesystem_spec
+MASTER_SITES=	${MASTER_SITE_GITHUB:=fsspec/}
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	http://github.com/intake/filesystem_spec
-COMMENT=	TODO: Short description of the package
+HOMEPAGE=	https://github.com/fsspec/filesystem_spec
+COMMENT=	Specifications for pythonic filesystems
 LICENSE=	modified-bsd
 
+WRKSRC=	${WRKDIR}/${GITHUB_PROJECT}-2022.3.0
+
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
-DEPENDS+=	${PYPKGPREFIX}-test>=6.0.2:../../devel/py-test
+TEST_DEPENDS+=	${PYPKGPREFIX}-test>=6.0.2:../../devel/py-test
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-mock>=3.6.1:../../devel/py-test-mock
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-asyncio>=0.18.3:../../devel/py-test-asyncio
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-vcr>=1.0.2:../../wip/py-test-vcr
+
+do-test:
+	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m pytest -s
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-fsspec/PLIST b/py-fsspec/PLIST
index 38b6054ad6..fda66857fc 100644
--- a/py-fsspec/PLIST
+++ b/py-fsspec/PLIST
@@ -11,15 +11,24 @@ ${PYSITELIB}/fsspec/__init__.pyo
 ${PYSITELIB}/fsspec/_version.py
 ${PYSITELIB}/fsspec/_version.pyc
 ${PYSITELIB}/fsspec/_version.pyo
+${PYSITELIB}/fsspec/archive.py
+${PYSITELIB}/fsspec/archive.pyc
+${PYSITELIB}/fsspec/archive.pyo
 ${PYSITELIB}/fsspec/asyn.py
 ${PYSITELIB}/fsspec/asyn.pyc
 ${PYSITELIB}/fsspec/asyn.pyo
 ${PYSITELIB}/fsspec/caching.py
 ${PYSITELIB}/fsspec/caching.pyc
 ${PYSITELIB}/fsspec/caching.pyo
+${PYSITELIB}/fsspec/callbacks.py
+${PYSITELIB}/fsspec/callbacks.pyc
+${PYSITELIB}/fsspec/callbacks.pyo
 ${PYSITELIB}/fsspec/compression.py
 ${PYSITELIB}/fsspec/compression.pyc
 ${PYSITELIB}/fsspec/compression.pyo
+${PYSITELIB}/fsspec/config.py
+${PYSITELIB}/fsspec/config.pyc
+${PYSITELIB}/fsspec/config.pyo
 ${PYSITELIB}/fsspec/conftest.py
 ${PYSITELIB}/fsspec/conftest.pyc
 ${PYSITELIB}/fsspec/conftest.pyo
@@ -29,6 +38,9 @@ ${PYSITELIB}/fsspec/core.pyo
 ${PYSITELIB}/fsspec/dircache.py
 ${PYSITELIB}/fsspec/dircache.pyc
 ${PYSITELIB}/fsspec/dircache.pyo
+${PYSITELIB}/fsspec/exceptions.py
+${PYSITELIB}/fsspec/exceptions.pyc
+${PYSITELIB}/fsspec/exceptions.pyo
 ${PYSITELIB}/fsspec/fuse.py
 ${PYSITELIB}/fsspec/fuse.pyc
 ${PYSITELIB}/fsspec/fuse.pyo
@@ -38,12 +50,21 @@ ${PYSITELIB}/fsspec/gui.pyo
 ${PYSITELIB}/fsspec/implementations/__init__.py
 ${PYSITELIB}/fsspec/implementations/__init__.pyc
 ${PYSITELIB}/fsspec/implementations/__init__.pyo
+${PYSITELIB}/fsspec/implementations/arrow.py
+${PYSITELIB}/fsspec/implementations/arrow.pyc
+${PYSITELIB}/fsspec/implementations/arrow.pyo
 ${PYSITELIB}/fsspec/implementations/cached.py
 ${PYSITELIB}/fsspec/implementations/cached.pyc
 ${PYSITELIB}/fsspec/implementations/cached.pyo
 ${PYSITELIB}/fsspec/implementations/dask.py
 ${PYSITELIB}/fsspec/implementations/dask.pyc
 ${PYSITELIB}/fsspec/implementations/dask.pyo
+${PYSITELIB}/fsspec/implementations/dbfs.py
+${PYSITELIB}/fsspec/implementations/dbfs.pyc
+${PYSITELIB}/fsspec/implementations/dbfs.pyo
+${PYSITELIB}/fsspec/implementations/dirfs.py
+${PYSITELIB}/fsspec/implementations/dirfs.pyc
+${PYSITELIB}/fsspec/implementations/dirfs.pyo
 ${PYSITELIB}/fsspec/implementations/dvc.py
 ${PYSITELIB}/fsspec/implementations/dvc.pyc
 ${PYSITELIB}/fsspec/implementations/dvc.pyo
@@ -65,18 +86,27 @@ ${PYSITELIB}/fsspec/implementations/http.pyo
 ${PYSITELIB}/fsspec/implementations/jupyter.py
 ${PYSITELIB}/fsspec/implementations/jupyter.pyc
 ${PYSITELIB}/fsspec/implementations/jupyter.pyo
+${PYSITELIB}/fsspec/implementations/libarchive.py
+${PYSITELIB}/fsspec/implementations/libarchive.pyc
+${PYSITELIB}/fsspec/implementations/libarchive.pyo
 ${PYSITELIB}/fsspec/implementations/local.py
 ${PYSITELIB}/fsspec/implementations/local.pyc
 ${PYSITELIB}/fsspec/implementations/local.pyo
 ${PYSITELIB}/fsspec/implementations/memory.py
 ${PYSITELIB}/fsspec/implementations/memory.pyc
 ${PYSITELIB}/fsspec/implementations/memory.pyo
+${PYSITELIB}/fsspec/implementations/reference.py
+${PYSITELIB}/fsspec/implementations/reference.pyc
+${PYSITELIB}/fsspec/implementations/reference.pyo
 ${PYSITELIB}/fsspec/implementations/sftp.py
 ${PYSITELIB}/fsspec/implementations/sftp.pyc
 ${PYSITELIB}/fsspec/implementations/sftp.pyo
 ${PYSITELIB}/fsspec/implementations/smb.py
 ${PYSITELIB}/fsspec/implementations/smb.pyc
 ${PYSITELIB}/fsspec/implementations/smb.pyo
+${PYSITELIB}/fsspec/implementations/tar.py
+${PYSITELIB}/fsspec/implementations/tar.pyc
+${PYSITELIB}/fsspec/implementations/tar.pyo
 ${PYSITELIB}/fsspec/implementations/webhdfs.py
 ${PYSITELIB}/fsspec/implementations/webhdfs.pyc
 ${PYSITELIB}/fsspec/implementations/webhdfs.pyo
@@ -86,6 +116,9 @@ ${PYSITELIB}/fsspec/implementations/zip.pyo
 ${PYSITELIB}/fsspec/mapping.py
 ${PYSITELIB}/fsspec/mapping.pyc
 ${PYSITELIB}/fsspec/mapping.pyo
+${PYSITELIB}/fsspec/parquet.py
+${PYSITELIB}/fsspec/parquet.pyc
+${PYSITELIB}/fsspec/parquet.pyo
 ${PYSITELIB}/fsspec/registry.py
 ${PYSITELIB}/fsspec/registry.pyc
 ${PYSITELIB}/fsspec/registry.pyo
diff --git a/py-fsspec/distinfo b/py-fsspec/distinfo
index 020086149f..ba91ca59eb 100644
--- a/py-fsspec/distinfo
+++ b/py-fsspec/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (fsspec-0.8.4.tar.gz) = da7bfdffe3887a93d9d308bda193d760beefb749
-SHA512 (fsspec-0.8.4.tar.gz) = 65079849b09fe99cc1eba48831263e157ad0d143b30deb3d443fd0706e1ab29f6ef5a96cdd6c19299101d6082b7c09e33c00f5f126de94f8a169744b0b56d468
-Size (fsspec-0.8.4.tar.gz) = 240848 bytes
+BLAKE2s (fsspec-2022.3.0.tar.gz) = d84ec7759f145f4b2860de3229ad8578e86cc8758dc3628329777ef7f469fbcb
+SHA512 (fsspec-2022.3.0.tar.gz) = 7c793b506e93f727bc4533a778f6108f82c9ab9274a8d259ecf483e0acbbfc97e3c8b07735f772f996867053d7e1f9c22687865f4f64cae6eb4fb511de2e9220
+Size (fsspec-2022.3.0.tar.gz) = 331768 bytes


Home | Main Index | Thread Index | Old Index