pkgsrc-WIP-changes archive

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

Import wip/py-smart-open to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Mar 12 17:39:25 2021 +0100
Changeset:	f483a36a3483127a1d622e3f3a8ed7c4846987f1

Modified Files:
	Makefile
Added Files:
	py-smart-open/DESCR
	py-smart-open/Makefile
	py-smart-open/PLIST
	py-smart-open/distinfo

Log Message:
Import wip/py-smart-open to wip

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

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

diffstat:
 Makefile               |   1 +
 py-smart-open/DESCR    |   4 ++
 py-smart-open/Makefile |  30 +++++++++++++
 py-smart-open/PLIST    | 120 +++++++++++++++++++++++++++++++++++++++++++++++++
 py-smart-open/distinfo |   6 +++
 5 files changed, 161 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e10d4a1fdf..495f97e090 100644
--- a/Makefile
+++ b/Makefile
@@ -4471,6 +4471,7 @@ SUBDIR+=	py-simulators
 SUBDIR+=	py-singletonify
 SUBDIR+=	py-sipvicious
 SUBDIR+=	py-sleekxmpp
+SUBDIR+=	py-smart-open
 SUBDIR+=	py-smcp
 SUBDIR+=	py-smell
 SUBDIR+=	py-smi
diff --git a/py-smart-open/DESCR b/py-smart-open/DESCR
new file mode 100644
index 0000000000..cb21558373
--- /dev/null
+++ b/py-smart-open/DESCR
@@ -0,0 +1,4 @@
+Python 3 library for efficient streaming of very large files
+from/to storages such as S3, GCS, Azure Blob Storage, HDFS,
+WebHDFS, HTTP, HTTPS, SFTP, or local filesystem. It supports
+transparent, on-the-fly (de-)compression for a variety of different formats.
diff --git a/py-smart-open/Makefile b/py-smart-open/Makefile
new file mode 100644
index 0000000000..9d80c2efa1
--- /dev/null
+++ b/py-smart-open/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+DISTNAME=	smart_open-4.2.0
+PKGNAME=	${PYPKGPREFIX}-smart-open-4.2.0
+CATEGORIES=	category python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/smart_open/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/piskvorky/smart_open
+COMMENT=	Utils for streaming large files
+LICENSE=	mit
+
+TEST_DEPENDS+=	${PYPKGPREFIX}-boto3>=1.17.15:../../net/py-boto3
+TEST_DEPENDS+=	${PYPKGPREFIX}-google-cloud-storage>=1.36.1:../../wip/py-google-cloud-storage
+TEST_DEPENDS+=	${PYPKGPREFIX}-azure-storage-blob>=0:../../wip/py-azure-storage-blob
+TEST_DEPENDS+=	${PYPKGPREFIX}-azure-common>=1.1.26:../../wip/py-azure-common
+TEST_DEPENDS+=	${PYPKGPREFIX}-azure-core>=1.11.0:../../wip/py-azure-core
+TEST_DEPENDS+=	${PYPKGPREFIX}-requests>=2.25.1:../../devel/py-requests
+TEST_DEPENDS+=	${PYPKGPREFIX}-mock>=3.0.5:../../devel/py-mock
+TEST_DEPENDS+=	${PYPKGPREFIX}-moto>=1.3.14:../../net/py-moto
+TEST_DEPENDS+=	${PYPKGPREFIX}-pathlib2>=2.3.5:../../devel/py-pathlib2
+TEST_DEPENDS+=	${PYPKGPREFIX}-responses>=0.12.1:../../net/py-responses
+TEST_DEPENDS+=	${PYPKGPREFIX}-paramiko>=2.7.2:../../security/py-paramiko
+TEST_DEPENDS+=	${PYPKGPREFIX}-parameterizedtestcase>=0.1.0:../../wip/py-parameterizedtestcase
+TEST_DEPENDS+=	${PYPKGPREFIX}-test>=6.2.2:../../devel/py-test
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-rerunfailures>=9.1.1:../../devel/py-rerunfailures
+
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-smart-open/PLIST b/py-smart-open/PLIST
new file mode 100644
index 0000000000..610813bfb1
--- /dev/null
+++ b/py-smart-open/PLIST
@@ -0,0 +1,120 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/smart_open/__init__.py
+${PYSITELIB}/smart_open/__init__.pyc
+${PYSITELIB}/smart_open/__init__.pyo
+${PYSITELIB}/smart_open/azure.py
+${PYSITELIB}/smart_open/azure.pyc
+${PYSITELIB}/smart_open/azure.pyo
+${PYSITELIB}/smart_open/bytebuffer.py
+${PYSITELIB}/smart_open/bytebuffer.pyc
+${PYSITELIB}/smart_open/bytebuffer.pyo
+${PYSITELIB}/smart_open/compression.py
+${PYSITELIB}/smart_open/compression.pyc
+${PYSITELIB}/smart_open/compression.pyo
+${PYSITELIB}/smart_open/concurrency.py
+${PYSITELIB}/smart_open/concurrency.pyc
+${PYSITELIB}/smart_open/concurrency.pyo
+${PYSITELIB}/smart_open/constants.py
+${PYSITELIB}/smart_open/constants.pyc
+${PYSITELIB}/smart_open/constants.pyo
+${PYSITELIB}/smart_open/doctools.py
+${PYSITELIB}/smart_open/doctools.pyc
+${PYSITELIB}/smart_open/doctools.pyo
+${PYSITELIB}/smart_open/gcs.py
+${PYSITELIB}/smart_open/gcs.pyc
+${PYSITELIB}/smart_open/gcs.pyo
+${PYSITELIB}/smart_open/hdfs.py
+${PYSITELIB}/smart_open/hdfs.pyc
+${PYSITELIB}/smart_open/hdfs.pyo
+${PYSITELIB}/smart_open/http.py
+${PYSITELIB}/smart_open/http.pyc
+${PYSITELIB}/smart_open/http.pyo
+${PYSITELIB}/smart_open/local_file.py
+${PYSITELIB}/smart_open/local_file.pyc
+${PYSITELIB}/smart_open/local_file.pyo
+${PYSITELIB}/smart_open/s3.py
+${PYSITELIB}/smart_open/s3.pyc
+${PYSITELIB}/smart_open/s3.pyo
+${PYSITELIB}/smart_open/smart_open_lib.py
+${PYSITELIB}/smart_open/smart_open_lib.pyc
+${PYSITELIB}/smart_open/smart_open_lib.pyo
+${PYSITELIB}/smart_open/ssh.py
+${PYSITELIB}/smart_open/ssh.pyc
+${PYSITELIB}/smart_open/ssh.pyo
+${PYSITELIB}/smart_open/tests/__init__.py
+${PYSITELIB}/smart_open/tests/__init__.pyc
+${PYSITELIB}/smart_open/tests/__init__.pyo
+${PYSITELIB}/smart_open/tests/fixtures/__init__.py
+${PYSITELIB}/smart_open/tests/fixtures/__init__.pyc
+${PYSITELIB}/smart_open/tests/fixtures/__init__.pyo
+${PYSITELIB}/smart_open/tests/fixtures/good_transport.py
+${PYSITELIB}/smart_open/tests/fixtures/good_transport.pyc
+${PYSITELIB}/smart_open/tests/fixtures/good_transport.pyo
+${PYSITELIB}/smart_open/tests/fixtures/missing_deps_transport.py
+${PYSITELIB}/smart_open/tests/fixtures/missing_deps_transport.pyc
+${PYSITELIB}/smart_open/tests/fixtures/missing_deps_transport.pyo
+${PYSITELIB}/smart_open/tests/fixtures/no_schemes_transport.py
+${PYSITELIB}/smart_open/tests/fixtures/no_schemes_transport.pyc
+${PYSITELIB}/smart_open/tests/fixtures/no_schemes_transport.pyo
+${PYSITELIB}/smart_open/tests/test_azure.py
+${PYSITELIB}/smart_open/tests/test_azure.pyc
+${PYSITELIB}/smart_open/tests/test_azure.pyo
+${PYSITELIB}/smart_open/tests/test_bytebuffer.py
+${PYSITELIB}/smart_open/tests/test_bytebuffer.pyc
+${PYSITELIB}/smart_open/tests/test_bytebuffer.pyo
+${PYSITELIB}/smart_open/tests/test_data/1984.txt.gz
+${PYSITELIB}/smart_open/tests/test_data/cp852.tsv.txt
+${PYSITELIB}/smart_open/tests/test_data/crime-and-punishment.txt
+${PYSITELIB}/smart_open/tests/test_data/crime-and-punishment.txt.gz
+${PYSITELIB}/smart_open/tests/test_data/crime-and-punishment.txt.xz
+${PYSITELIB}/smart_open/tests/test_data/crlf_at_1k_boundary.warc.gz
+${PYSITELIB}/smart_open/tests/test_gcs.py
+${PYSITELIB}/smart_open/tests/test_gcs.pyc
+${PYSITELIB}/smart_open/tests/test_gcs.pyo
+${PYSITELIB}/smart_open/tests/test_hdfs.py
+${PYSITELIB}/smart_open/tests/test_hdfs.pyc
+${PYSITELIB}/smart_open/tests/test_hdfs.pyo
+${PYSITELIB}/smart_open/tests/test_http.py
+${PYSITELIB}/smart_open/tests/test_http.pyc
+${PYSITELIB}/smart_open/tests/test_http.pyo
+${PYSITELIB}/smart_open/tests/test_package.py
+${PYSITELIB}/smart_open/tests/test_package.pyc
+${PYSITELIB}/smart_open/tests/test_package.pyo
+${PYSITELIB}/smart_open/tests/test_s3.py
+${PYSITELIB}/smart_open/tests/test_s3.pyc
+${PYSITELIB}/smart_open/tests/test_s3.pyo
+${PYSITELIB}/smart_open/tests/test_s3_version.py
+${PYSITELIB}/smart_open/tests/test_s3_version.pyc
+${PYSITELIB}/smart_open/tests/test_s3_version.pyo
+${PYSITELIB}/smart_open/tests/test_sanity.py
+${PYSITELIB}/smart_open/tests/test_sanity.pyc
+${PYSITELIB}/smart_open/tests/test_sanity.pyo
+${PYSITELIB}/smart_open/tests/test_smart_open.py
+${PYSITELIB}/smart_open/tests/test_smart_open.pyc
+${PYSITELIB}/smart_open/tests/test_smart_open.pyo
+${PYSITELIB}/smart_open/tests/test_ssh.py
+${PYSITELIB}/smart_open/tests/test_ssh.pyc
+${PYSITELIB}/smart_open/tests/test_ssh.pyo
+${PYSITELIB}/smart_open/tests/test_transport.py
+${PYSITELIB}/smart_open/tests/test_transport.pyc
+${PYSITELIB}/smart_open/tests/test_transport.pyo
+${PYSITELIB}/smart_open/tests/test_utils.py
+${PYSITELIB}/smart_open/tests/test_utils.pyc
+${PYSITELIB}/smart_open/tests/test_utils.pyo
+${PYSITELIB}/smart_open/transport.py
+${PYSITELIB}/smart_open/transport.pyc
+${PYSITELIB}/smart_open/transport.pyo
+${PYSITELIB}/smart_open/utils.py
+${PYSITELIB}/smart_open/utils.pyc
+${PYSITELIB}/smart_open/utils.pyo
+${PYSITELIB}/smart_open/version.py
+${PYSITELIB}/smart_open/version.pyc
+${PYSITELIB}/smart_open/version.pyo
+${PYSITELIB}/smart_open/webhdfs.py
+${PYSITELIB}/smart_open/webhdfs.pyc
+${PYSITELIB}/smart_open/webhdfs.pyo
diff --git a/py-smart-open/distinfo b/py-smart-open/distinfo
new file mode 100644
index 0000000000..e701ee9a3a
--- /dev/null
+++ b/py-smart-open/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (smart_open-4.2.0.tar.gz) = 5cc1fa90c15134b0b4fa4754d9ccb0cccad26676
+RMD160 (smart_open-4.2.0.tar.gz) = 8bcf0038b0b9b9b26932ea33e16b3d7fbc534a0b
+SHA512 (smart_open-4.2.0.tar.gz) = d77051192712b6ca939bb68ef9f2efa391650c637ee19e9ca89f9e77057448adc993c7757a3249eb7bf5cb45f64f6388073aaaf9e60922e899432c0f0b61718b
+Size (smart_open-4.2.0.tar.gz) = 119585 bytes


Home | Main Index | Thread Index | Old Index