pkgsrc-WIP-changes archive

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

py-swh-objstorage-0.2.2 Import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Dec 11 21:04:01 2020 +0100
Changeset:	e261a4e3c0ff161516f515829b599d5741d88097

Added Files:
	py-swh-objstorage/DESCR
	py-swh-objstorage/Makefile
	py-swh-objstorage/PLIST
	py-swh-objstorage/distinfo

Log Message:
py-swh-objstorage-0.2.2 Import to wip

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

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

diffstat:
 py-swh-objstorage/DESCR    |   1 +
 py-swh-objstorage/Makefile |  22 ++++++++
 py-swh-objstorage/PLIST    | 122 +++++++++++++++++++++++++++++++++++++++++++++
 py-swh-objstorage/distinfo |   6 +++
 4 files changed, 151 insertions(+)

diffs:
diff --git a/py-swh-objstorage/DESCR b/py-swh-objstorage/DESCR
new file mode 100644
index 0000000000..7b84e25e97
--- /dev/null
+++ b/py-swh-objstorage/DESCR
@@ -0,0 +1 @@
+Content-addressable object storage for the Software Heritage project.
diff --git a/py-swh-objstorage/Makefile b/py-swh-objstorage/Makefile
new file mode 100644
index 0000000000..e40ad8af9d
--- /dev/null
+++ b/py-swh-objstorage/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	swh.objstorage-0.2.2
+PKGNAME=	${PYPKGPREFIX}-swh-objstorage-0.2.2
+CATEGORIES=	databases python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/swh.objstorage/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://forge.softwareheritage.org/diffusion/DOBJS
+COMMENT=	Software Heritage Object Storage
+LICENSE=	gnu-gpl-v3
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
+DEPENDS+=	${PYPKGPREFIX}-aiohttp>=3.7.3:../../www/py-aiohttp
+DEPENDS+=	${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
+DEPENDS+=	${PYPKGPREFIX}-swh-core>=0.10.0:../../wip/py-swh-core
+DEPENDS+=	${PYPKGPREFIX}-swh-model>=0.0.27:../../wip/py-swh-model
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-swh-objstorage/PLIST b/py-swh-objstorage/PLIST
new file mode 100644
index 0000000000..4a94ab7139
--- /dev/null
+++ b/py-swh-objstorage/PLIST
@@ -0,0 +1,122 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/swh/__init__.py
+${PYSITELIB}/swh/__init__.pyc
+${PYSITELIB}/swh/__init__.pyo
+${PYSITELIB}/swh/objstorage/__init__.py
+${PYSITELIB}/swh/objstorage/__init__.pyc
+${PYSITELIB}/swh/objstorage/__init__.pyo
+${PYSITELIB}/swh/objstorage/api/__init__.py
+${PYSITELIB}/swh/objstorage/api/__init__.pyc
+${PYSITELIB}/swh/objstorage/api/__init__.pyo
+${PYSITELIB}/swh/objstorage/api/client.py
+${PYSITELIB}/swh/objstorage/api/client.pyc
+${PYSITELIB}/swh/objstorage/api/client.pyo
+${PYSITELIB}/swh/objstorage/api/server.py
+${PYSITELIB}/swh/objstorage/api/server.pyc
+${PYSITELIB}/swh/objstorage/api/server.pyo
+${PYSITELIB}/swh/objstorage/backends/__init__.py
+${PYSITELIB}/swh/objstorage/backends/__init__.pyc
+${PYSITELIB}/swh/objstorage/backends/__init__.pyo
+${PYSITELIB}/swh/objstorage/backends/azure.py
+${PYSITELIB}/swh/objstorage/backends/azure.pyc
+${PYSITELIB}/swh/objstorage/backends/azure.pyo
+${PYSITELIB}/swh/objstorage/backends/generator.py
+${PYSITELIB}/swh/objstorage/backends/generator.pyc
+${PYSITELIB}/swh/objstorage/backends/generator.pyo
+${PYSITELIB}/swh/objstorage/backends/in_memory.py
+${PYSITELIB}/swh/objstorage/backends/in_memory.pyc
+${PYSITELIB}/swh/objstorage/backends/in_memory.pyo
+${PYSITELIB}/swh/objstorage/backends/libcloud.py
+${PYSITELIB}/swh/objstorage/backends/libcloud.pyc
+${PYSITELIB}/swh/objstorage/backends/libcloud.pyo
+${PYSITELIB}/swh/objstorage/backends/pathslicing.py
+${PYSITELIB}/swh/objstorage/backends/pathslicing.pyc
+${PYSITELIB}/swh/objstorage/backends/pathslicing.pyo
+${PYSITELIB}/swh/objstorage/backends/rados.py
+${PYSITELIB}/swh/objstorage/backends/rados.pyc
+${PYSITELIB}/swh/objstorage/backends/rados.pyo
+${PYSITELIB}/swh/objstorage/backends/seaweed.py
+${PYSITELIB}/swh/objstorage/backends/seaweed.pyc
+${PYSITELIB}/swh/objstorage/backends/seaweed.pyo
+${PYSITELIB}/swh/objstorage/cli.py
+${PYSITELIB}/swh/objstorage/cli.pyc
+${PYSITELIB}/swh/objstorage/cli.pyo
+${PYSITELIB}/swh/objstorage/exc.py
+${PYSITELIB}/swh/objstorage/exc.pyc
+${PYSITELIB}/swh/objstorage/exc.pyo
+${PYSITELIB}/swh/objstorage/factory.py
+${PYSITELIB}/swh/objstorage/factory.pyc
+${PYSITELIB}/swh/objstorage/factory.pyo
+${PYSITELIB}/swh/objstorage/multiplexer/__init__.py
+${PYSITELIB}/swh/objstorage/multiplexer/__init__.pyc
+${PYSITELIB}/swh/objstorage/multiplexer/__init__.pyo
+${PYSITELIB}/swh/objstorage/multiplexer/filter/__init__.py
+${PYSITELIB}/swh/objstorage/multiplexer/filter/__init__.pyc
+${PYSITELIB}/swh/objstorage/multiplexer/filter/__init__.pyo
+${PYSITELIB}/swh/objstorage/multiplexer/filter/filter.py
+${PYSITELIB}/swh/objstorage/multiplexer/filter/filter.pyc
+${PYSITELIB}/swh/objstorage/multiplexer/filter/filter.pyo
+${PYSITELIB}/swh/objstorage/multiplexer/filter/id_filter.py
+${PYSITELIB}/swh/objstorage/multiplexer/filter/id_filter.pyc
+${PYSITELIB}/swh/objstorage/multiplexer/filter/id_filter.pyo
+${PYSITELIB}/swh/objstorage/multiplexer/filter/read_write_filter.py
+${PYSITELIB}/swh/objstorage/multiplexer/filter/read_write_filter.pyc
+${PYSITELIB}/swh/objstorage/multiplexer/filter/read_write_filter.pyo
+${PYSITELIB}/swh/objstorage/multiplexer/multiplexer_objstorage.py
+${PYSITELIB}/swh/objstorage/multiplexer/multiplexer_objstorage.pyc
+${PYSITELIB}/swh/objstorage/multiplexer/multiplexer_objstorage.pyo
+${PYSITELIB}/swh/objstorage/multiplexer/striping_objstorage.py
+${PYSITELIB}/swh/objstorage/multiplexer/striping_objstorage.pyc
+${PYSITELIB}/swh/objstorage/multiplexer/striping_objstorage.pyo
+${PYSITELIB}/swh/objstorage/objstorage.py
+${PYSITELIB}/swh/objstorage/objstorage.pyc
+${PYSITELIB}/swh/objstorage/objstorage.pyo
+${PYSITELIB}/swh/objstorage/py.typed
+${PYSITELIB}/swh/objstorage/tests/__init__.py
+${PYSITELIB}/swh/objstorage/tests/__init__.pyc
+${PYSITELIB}/swh/objstorage/tests/__init__.pyo
+${PYSITELIB}/swh/objstorage/tests/objstorage_testing.py
+${PYSITELIB}/swh/objstorage/tests/objstorage_testing.pyc
+${PYSITELIB}/swh/objstorage/tests/objstorage_testing.pyo
+${PYSITELIB}/swh/objstorage/tests/test_multiplexer_filter.py
+${PYSITELIB}/swh/objstorage/tests/test_multiplexer_filter.pyc
+${PYSITELIB}/swh/objstorage/tests/test_multiplexer_filter.pyo
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_api.py
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_api.pyc
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_api.pyo
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_azure.py
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_azure.pyc
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_azure.pyo
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_cloud.py
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_cloud.pyc
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_cloud.pyo
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_in_memory.py
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_in_memory.pyc
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_in_memory.pyo
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_instantiation.py
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_instantiation.pyc
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_instantiation.pyo
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_multiplexer.py
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_multiplexer.pyc
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_multiplexer.pyo
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_pathslicing.py
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_pathslicing.pyc
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_pathslicing.pyo
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_random_generator.py
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_random_generator.pyc
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_random_generator.pyo
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_seaweedfs.py
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_seaweedfs.pyc
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_seaweedfs.pyo
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_striping.py
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_striping.pyc
+${PYSITELIB}/swh/objstorage/tests/test_objstorage_striping.pyo
+${PYSITELIB}/swh/objstorage/tests/test_server.py
+${PYSITELIB}/swh/objstorage/tests/test_server.pyc
+${PYSITELIB}/swh/objstorage/tests/test_server.pyo
diff --git a/py-swh-objstorage/distinfo b/py-swh-objstorage/distinfo
new file mode 100644
index 0000000000..792e5fadd2
--- /dev/null
+++ b/py-swh-objstorage/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (swh.objstorage-0.2.2.tar.gz) = 52fe0d16b8e73f3324d68e2e348a36ca1943fc1a
+RMD160 (swh.objstorage-0.2.2.tar.gz) = edc179937517105be75aba4f36a622ef474d7114
+SHA512 (swh.objstorage-0.2.2.tar.gz) = 67e13f535a3029cee29324de063305a6f745efd65a8f7d7bfe3823474e7c152c14fa9402d86b8f03e314ad7762cc17b27e7c493e4a43fdae849bb7b325708700
+Size (swh.objstorage-0.2.2.tar.gz) = 53574 bytes


Home | Main Index | Thread Index | Old Index