pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils
Module Name: pkgsrc
Committed By: adam
Date: Mon Apr 24 07:01:43 UTC 2023
Modified Files:
pkgsrc/sysutils: Makefile
Added Files:
pkgsrc/sysutils/py-fsspec: DESCR Makefile PLIST distinfo
Log Message:
py-fsspec: added version 2023.4.0
Filesystem Spec (fsspec) is a project to provide a unified pythonic interface
to local, remote and embedded file systems and bytes storage.
To generate a diff of this commit:
cvs rdiff -u -r1.1040 -r1.1041 pkgsrc/sysutils/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/py-fsspec/DESCR \
pkgsrc/sysutils/py-fsspec/Makefile pkgsrc/sysutils/py-fsspec/PLIST \
pkgsrc/sysutils/py-fsspec/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/Makefile
diff -u pkgsrc/sysutils/Makefile:1.1040 pkgsrc/sysutils/Makefile:1.1041
--- pkgsrc/sysutils/Makefile:1.1040 Sun Apr 16 20:15:56 2023
+++ pkgsrc/sysutils/Makefile Mon Apr 24 07:01:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1040 2023/04/16 20:15:56 gutteridge Exp $
+# $NetBSD: Makefile,v 1.1041 2023/04/24 07:01:42 adam Exp $
#
COMMENT= System utilities
@@ -565,6 +565,7 @@ SUBDIR+= py-dbus
SUBDIR+= py-diffoscope
SUBDIR+= py-eliot
SUBDIR+= py-filetype
+SUBDIR+= py-fsspec
SUBDIR+= py-google-compute-engine
SUBDIR+= py-invoke
SUBDIR+= py-jeepney
Added files:
Index: pkgsrc/sysutils/py-fsspec/DESCR
diff -u /dev/null pkgsrc/sysutils/py-fsspec/DESCR:1.1
--- /dev/null Mon Apr 24 07:01:43 2023
+++ pkgsrc/sysutils/py-fsspec/DESCR Mon Apr 24 07:01:43 2023
@@ -0,0 +1,2 @@
+Filesystem Spec (fsspec) is a project to provide a unified pythonic interface
+to local, remote and embedded file systems and bytes storage.
Index: pkgsrc/sysutils/py-fsspec/Makefile
diff -u /dev/null pkgsrc/sysutils/py-fsspec/Makefile:1.1
--- /dev/null Mon Apr 24 07:01:43 2023
+++ pkgsrc/sysutils/py-fsspec/Makefile Mon Apr 24 07:01:43 2023
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2023/04/24 07:01:43 adam Exp $
+
+DISTNAME= fsspec-2023.4.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= sysutils python
+MASTER_SITES= ${MASTER_SITE_PYPI:=f/fsspec/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/fsspec/filesystem_spec
+COMMENT= File-system specification
+LICENSE= modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/py-fsspec/PLIST
diff -u /dev/null pkgsrc/sysutils/py-fsspec/PLIST:1.1
--- /dev/null Mon Apr 24 07:01:43 2023
+++ pkgsrc/sysutils/py-fsspec/PLIST Mon Apr 24 07:01:43 2023
@@ -0,0 +1,91 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/24 07:01:43 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/fsspec/__init__.py
+${PYSITELIB}/fsspec/__init__.pyc
+${PYSITELIB}/fsspec/_version.py
+${PYSITELIB}/fsspec/_version.pyc
+${PYSITELIB}/fsspec/archive.py
+${PYSITELIB}/fsspec/archive.pyc
+${PYSITELIB}/fsspec/asyn.py
+${PYSITELIB}/fsspec/asyn.pyc
+${PYSITELIB}/fsspec/caching.py
+${PYSITELIB}/fsspec/caching.pyc
+${PYSITELIB}/fsspec/callbacks.py
+${PYSITELIB}/fsspec/callbacks.pyc
+${PYSITELIB}/fsspec/compression.py
+${PYSITELIB}/fsspec/compression.pyc
+${PYSITELIB}/fsspec/config.py
+${PYSITELIB}/fsspec/config.pyc
+${PYSITELIB}/fsspec/conftest.py
+${PYSITELIB}/fsspec/conftest.pyc
+${PYSITELIB}/fsspec/core.py
+${PYSITELIB}/fsspec/core.pyc
+${PYSITELIB}/fsspec/dircache.py
+${PYSITELIB}/fsspec/dircache.pyc
+${PYSITELIB}/fsspec/exceptions.py
+${PYSITELIB}/fsspec/exceptions.pyc
+${PYSITELIB}/fsspec/fuse.py
+${PYSITELIB}/fsspec/fuse.pyc
+${PYSITELIB}/fsspec/generic.py
+${PYSITELIB}/fsspec/generic.pyc
+${PYSITELIB}/fsspec/gui.py
+${PYSITELIB}/fsspec/gui.pyc
+${PYSITELIB}/fsspec/implementations/__init__.py
+${PYSITELIB}/fsspec/implementations/__init__.pyc
+${PYSITELIB}/fsspec/implementations/arrow.py
+${PYSITELIB}/fsspec/implementations/arrow.pyc
+${PYSITELIB}/fsspec/implementations/cached.py
+${PYSITELIB}/fsspec/implementations/cached.pyc
+${PYSITELIB}/fsspec/implementations/dask.py
+${PYSITELIB}/fsspec/implementations/dask.pyc
+${PYSITELIB}/fsspec/implementations/dbfs.py
+${PYSITELIB}/fsspec/implementations/dbfs.pyc
+${PYSITELIB}/fsspec/implementations/dirfs.py
+${PYSITELIB}/fsspec/implementations/dirfs.pyc
+${PYSITELIB}/fsspec/implementations/ftp.py
+${PYSITELIB}/fsspec/implementations/ftp.pyc
+${PYSITELIB}/fsspec/implementations/git.py
+${PYSITELIB}/fsspec/implementations/git.pyc
+${PYSITELIB}/fsspec/implementations/github.py
+${PYSITELIB}/fsspec/implementations/github.pyc
+${PYSITELIB}/fsspec/implementations/http.py
+${PYSITELIB}/fsspec/implementations/http.pyc
+${PYSITELIB}/fsspec/implementations/jupyter.py
+${PYSITELIB}/fsspec/implementations/jupyter.pyc
+${PYSITELIB}/fsspec/implementations/libarchive.py
+${PYSITELIB}/fsspec/implementations/libarchive.pyc
+${PYSITELIB}/fsspec/implementations/local.py
+${PYSITELIB}/fsspec/implementations/local.pyc
+${PYSITELIB}/fsspec/implementations/memory.py
+${PYSITELIB}/fsspec/implementations/memory.pyc
+${PYSITELIB}/fsspec/implementations/reference.py
+${PYSITELIB}/fsspec/implementations/reference.pyc
+${PYSITELIB}/fsspec/implementations/sftp.py
+${PYSITELIB}/fsspec/implementations/sftp.pyc
+${PYSITELIB}/fsspec/implementations/smb.py
+${PYSITELIB}/fsspec/implementations/smb.pyc
+${PYSITELIB}/fsspec/implementations/tar.py
+${PYSITELIB}/fsspec/implementations/tar.pyc
+${PYSITELIB}/fsspec/implementations/webhdfs.py
+${PYSITELIB}/fsspec/implementations/webhdfs.pyc
+${PYSITELIB}/fsspec/implementations/zip.py
+${PYSITELIB}/fsspec/implementations/zip.pyc
+${PYSITELIB}/fsspec/mapping.py
+${PYSITELIB}/fsspec/mapping.pyc
+${PYSITELIB}/fsspec/parquet.py
+${PYSITELIB}/fsspec/parquet.pyc
+${PYSITELIB}/fsspec/registry.py
+${PYSITELIB}/fsspec/registry.pyc
+${PYSITELIB}/fsspec/spec.py
+${PYSITELIB}/fsspec/spec.pyc
+${PYSITELIB}/fsspec/transaction.py
+${PYSITELIB}/fsspec/transaction.pyc
+${PYSITELIB}/fsspec/utils.py
+${PYSITELIB}/fsspec/utils.pyc
Index: pkgsrc/sysutils/py-fsspec/distinfo
diff -u /dev/null pkgsrc/sysutils/py-fsspec/distinfo:1.1
--- /dev/null Mon Apr 24 07:01:43 2023
+++ pkgsrc/sysutils/py-fsspec/distinfo Mon Apr 24 07:01:43 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/24 07:01:43 adam Exp $
+
+BLAKE2s (fsspec-2023.4.0.tar.gz) = 2412025974a77053780651b7fec8607401f5b3571ead53fc755f6a1c8b901489
+SHA512 (fsspec-2023.4.0.tar.gz) = 23792988ec7c1f38cf288d5db853ff14c9a38c18b02cf0bdcadc994c9ca6300129ce1fec972b641536a7bee3b9c0d52bec5cfeb0039676bd43d5b6fcf2064fd6
+Size (fsspec-2023.4.0.tar.gz) = 145945 bytes
Home |
Main Index |
Thread Index |
Old Index