py-swh-objstorage-0.2.2 Import to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-11 21:04:01 +01:00
parent 780e1a7e5f
commit e261a4e3c0
4 changed files with 151 additions and 0 deletions

1
py-swh-objstorage/DESCR Normal file
View File

@ -0,0 +1 @@
Content-addressable object storage for the Software Heritage project.

View File

@ -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
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"

122
py-swh-objstorage/PLIST Normal file
View File

@ -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

View File

@ -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