py-swh-indexer-0.6.3 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-27 11:01:17 +01:00
parent b46eb0e64a
commit 8e2983701e
4 changed files with 236 additions and 0 deletions

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

@ -0,0 +1 @@
Software Heritage Content Indexer

31
py-swh-indexer/Makefile Normal file
View File

@ -0,0 +1,31 @@
# $NetBSD$
DISTNAME= swh.indexer-0.6.3
PKGNAME= ${PYPKGPREFIX}-swh-indexer-0.6.3
CATEGORIES= category python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/swh.indexer/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://forge.softwareheritage.org/diffusion/78/
COMMENT= Software Heritage Content Indexer
LICENSE= gnu-gpl-v3
PYTHON_VERSIONS_INCOMPATIBLE= 27
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-magic>=0.4.13:../../sysutils/py-magic
DEPENDS+= ${PYPKGPREFIX}-ld>=2.0.3:../../wip/py-ld
DEPENDS+= ${PYPKGPREFIX}-xmltodict>=0.12.0:../../textproc/py-xmltodict
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
DEPENDS+= ${PYPKGPREFIX}-swh-core>=0.10.0:../../wip/py-swh-core
DEPENDS+= ${PYPKGPREFIX}-swh-model>=0.7.2:../../wip/py-swh-model
DEPENDS+= ${PYPKGPREFIX}-swh-objstorage>=0.2.2:../../wip/py-swh-objstorage
DEPENDS+= ${PYPKGPREFIX}-swh-scheduler>=0.0.39:../../wip/py-swh-scheduler
DEPENDS+= ${PYPKGPREFIX}-swh-storage>=0.0.83:../../wip/py-swh-storage
DEPENDS+= ${PYPKGPREFIX}-swh-journal>=0.1.0:../../wip/py-swh-journal
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

198
py-swh-indexer/PLIST Normal file
View File

@ -0,0 +1,198 @@
@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/indexer/__init__.py
${PYSITELIB}/swh/indexer/__init__.pyc
${PYSITELIB}/swh/indexer/__init__.pyo
${PYSITELIB}/swh/indexer/cli.py
${PYSITELIB}/swh/indexer/cli.pyc
${PYSITELIB}/swh/indexer/cli.pyo
${PYSITELIB}/swh/indexer/codemeta.py
${PYSITELIB}/swh/indexer/codemeta.pyc
${PYSITELIB}/swh/indexer/codemeta.pyo
${PYSITELIB}/swh/indexer/ctags.py
${PYSITELIB}/swh/indexer/ctags.pyc
${PYSITELIB}/swh/indexer/ctags.pyo
${PYSITELIB}/swh/indexer/data/codemeta/CITATION
${PYSITELIB}/swh/indexer/data/codemeta/LICENSE
${PYSITELIB}/swh/indexer/data/codemeta/codemeta.jsonld
${PYSITELIB}/swh/indexer/data/codemeta/crosswalk.csv
${PYSITELIB}/swh/indexer/fossology_license.py
${PYSITELIB}/swh/indexer/fossology_license.pyc
${PYSITELIB}/swh/indexer/fossology_license.pyo
${PYSITELIB}/swh/indexer/indexer.py
${PYSITELIB}/swh/indexer/indexer.pyc
${PYSITELIB}/swh/indexer/indexer.pyo
${PYSITELIB}/swh/indexer/journal_client.py
${PYSITELIB}/swh/indexer/journal_client.pyc
${PYSITELIB}/swh/indexer/journal_client.pyo
${PYSITELIB}/swh/indexer/metadata.py
${PYSITELIB}/swh/indexer/metadata.pyc
${PYSITELIB}/swh/indexer/metadata.pyo
${PYSITELIB}/swh/indexer/metadata_detector.py
${PYSITELIB}/swh/indexer/metadata_detector.pyc
${PYSITELIB}/swh/indexer/metadata_detector.pyo
${PYSITELIB}/swh/indexer/metadata_dictionary/__init__.py
${PYSITELIB}/swh/indexer/metadata_dictionary/__init__.pyc
${PYSITELIB}/swh/indexer/metadata_dictionary/__init__.pyo
${PYSITELIB}/swh/indexer/metadata_dictionary/base.py
${PYSITELIB}/swh/indexer/metadata_dictionary/base.pyc
${PYSITELIB}/swh/indexer/metadata_dictionary/base.pyo
${PYSITELIB}/swh/indexer/metadata_dictionary/codemeta.py
${PYSITELIB}/swh/indexer/metadata_dictionary/codemeta.pyc
${PYSITELIB}/swh/indexer/metadata_dictionary/codemeta.pyo
${PYSITELIB}/swh/indexer/metadata_dictionary/maven.py
${PYSITELIB}/swh/indexer/metadata_dictionary/maven.pyc
${PYSITELIB}/swh/indexer/metadata_dictionary/maven.pyo
${PYSITELIB}/swh/indexer/metadata_dictionary/npm.py
${PYSITELIB}/swh/indexer/metadata_dictionary/npm.pyc
${PYSITELIB}/swh/indexer/metadata_dictionary/npm.pyo
${PYSITELIB}/swh/indexer/metadata_dictionary/python.py
${PYSITELIB}/swh/indexer/metadata_dictionary/python.pyc
${PYSITELIB}/swh/indexer/metadata_dictionary/python.pyo
${PYSITELIB}/swh/indexer/metadata_dictionary/ruby.py
${PYSITELIB}/swh/indexer/metadata_dictionary/ruby.pyc
${PYSITELIB}/swh/indexer/metadata_dictionary/ruby.pyo
${PYSITELIB}/swh/indexer/mimetype.py
${PYSITELIB}/swh/indexer/mimetype.pyc
${PYSITELIB}/swh/indexer/mimetype.pyo
${PYSITELIB}/swh/indexer/origin_head.py
${PYSITELIB}/swh/indexer/origin_head.pyc
${PYSITELIB}/swh/indexer/origin_head.pyo
${PYSITELIB}/swh/indexer/py.typed
${PYSITELIB}/swh/indexer/rehash.py
${PYSITELIB}/swh/indexer/rehash.pyc
${PYSITELIB}/swh/indexer/rehash.pyo
${PYSITELIB}/swh/indexer/sql/10-superuser-init.sql
${PYSITELIB}/swh/indexer/sql/20-enums.sql
${PYSITELIB}/swh/indexer/sql/30-schema.sql
${PYSITELIB}/swh/indexer/sql/50-data.sql
${PYSITELIB}/swh/indexer/sql/50-func.sql
${PYSITELIB}/swh/indexer/sql/60-indexes.sql
${PYSITELIB}/swh/indexer/storage/__init__.py
${PYSITELIB}/swh/indexer/storage/__init__.pyc
${PYSITELIB}/swh/indexer/storage/__init__.pyo
${PYSITELIB}/swh/indexer/storage/api/__init__.py
${PYSITELIB}/swh/indexer/storage/api/__init__.pyc
${PYSITELIB}/swh/indexer/storage/api/__init__.pyo
${PYSITELIB}/swh/indexer/storage/api/client.py
${PYSITELIB}/swh/indexer/storage/api/client.pyc
${PYSITELIB}/swh/indexer/storage/api/client.pyo
${PYSITELIB}/swh/indexer/storage/api/serializers.py
${PYSITELIB}/swh/indexer/storage/api/serializers.pyc
${PYSITELIB}/swh/indexer/storage/api/serializers.pyo
${PYSITELIB}/swh/indexer/storage/api/server.py
${PYSITELIB}/swh/indexer/storage/api/server.pyc
${PYSITELIB}/swh/indexer/storage/api/server.pyo
${PYSITELIB}/swh/indexer/storage/converters.py
${PYSITELIB}/swh/indexer/storage/converters.pyc
${PYSITELIB}/swh/indexer/storage/converters.pyo
${PYSITELIB}/swh/indexer/storage/db.py
${PYSITELIB}/swh/indexer/storage/db.pyc
${PYSITELIB}/swh/indexer/storage/db.pyo
${PYSITELIB}/swh/indexer/storage/exc.py
${PYSITELIB}/swh/indexer/storage/exc.pyc
${PYSITELIB}/swh/indexer/storage/exc.pyo
${PYSITELIB}/swh/indexer/storage/in_memory.py
${PYSITELIB}/swh/indexer/storage/in_memory.pyc
${PYSITELIB}/swh/indexer/storage/in_memory.pyo
${PYSITELIB}/swh/indexer/storage/interface.py
${PYSITELIB}/swh/indexer/storage/interface.pyc
${PYSITELIB}/swh/indexer/storage/interface.pyo
${PYSITELIB}/swh/indexer/storage/metrics.py
${PYSITELIB}/swh/indexer/storage/metrics.pyc
${PYSITELIB}/swh/indexer/storage/metrics.pyo
${PYSITELIB}/swh/indexer/storage/model.py
${PYSITELIB}/swh/indexer/storage/model.pyc
${PYSITELIB}/swh/indexer/storage/model.pyo
${PYSITELIB}/swh/indexer/storage/writer.py
${PYSITELIB}/swh/indexer/storage/writer.pyc
${PYSITELIB}/swh/indexer/storage/writer.pyo
${PYSITELIB}/swh/indexer/tasks.py
${PYSITELIB}/swh/indexer/tasks.pyc
${PYSITELIB}/swh/indexer/tasks.pyo
${PYSITELIB}/swh/indexer/tests/__init__.py
${PYSITELIB}/swh/indexer/tests/__init__.pyc
${PYSITELIB}/swh/indexer/tests/__init__.pyo
${PYSITELIB}/swh/indexer/tests/conftest.py
${PYSITELIB}/swh/indexer/tests/conftest.pyc
${PYSITELIB}/swh/indexer/tests/conftest.pyo
${PYSITELIB}/swh/indexer/tests/storage/__init__.py
${PYSITELIB}/swh/indexer/tests/storage/__init__.pyc
${PYSITELIB}/swh/indexer/tests/storage/__init__.pyo
${PYSITELIB}/swh/indexer/tests/storage/conftest.py
${PYSITELIB}/swh/indexer/tests/storage/conftest.pyc
${PYSITELIB}/swh/indexer/tests/storage/conftest.pyo
${PYSITELIB}/swh/indexer/tests/storage/generate_data_test.py
${PYSITELIB}/swh/indexer/tests/storage/generate_data_test.pyc
${PYSITELIB}/swh/indexer/tests/storage/generate_data_test.pyo
${PYSITELIB}/swh/indexer/tests/storage/test_api_client.py
${PYSITELIB}/swh/indexer/tests/storage/test_api_client.pyc
${PYSITELIB}/swh/indexer/tests/storage/test_api_client.pyo
${PYSITELIB}/swh/indexer/tests/storage/test_converters.py
${PYSITELIB}/swh/indexer/tests/storage/test_converters.pyc
${PYSITELIB}/swh/indexer/tests/storage/test_converters.pyo
${PYSITELIB}/swh/indexer/tests/storage/test_in_memory.py
${PYSITELIB}/swh/indexer/tests/storage/test_in_memory.pyc
${PYSITELIB}/swh/indexer/tests/storage/test_in_memory.pyo
${PYSITELIB}/swh/indexer/tests/storage/test_init.py
${PYSITELIB}/swh/indexer/tests/storage/test_init.pyc
${PYSITELIB}/swh/indexer/tests/storage/test_init.pyo
${PYSITELIB}/swh/indexer/tests/storage/test_metrics.py
${PYSITELIB}/swh/indexer/tests/storage/test_metrics.pyc
${PYSITELIB}/swh/indexer/tests/storage/test_metrics.pyo
${PYSITELIB}/swh/indexer/tests/storage/test_model.py
${PYSITELIB}/swh/indexer/tests/storage/test_model.pyc
${PYSITELIB}/swh/indexer/tests/storage/test_model.pyo
${PYSITELIB}/swh/indexer/tests/storage/test_server.py
${PYSITELIB}/swh/indexer/tests/storage/test_server.pyc
${PYSITELIB}/swh/indexer/tests/storage/test_server.pyo
${PYSITELIB}/swh/indexer/tests/storage/test_storage.py
${PYSITELIB}/swh/indexer/tests/storage/test_storage.pyc
${PYSITELIB}/swh/indexer/tests/storage/test_storage.pyo
${PYSITELIB}/swh/indexer/tests/tasks.py
${PYSITELIB}/swh/indexer/tests/tasks.pyc
${PYSITELIB}/swh/indexer/tests/tasks.pyo
${PYSITELIB}/swh/indexer/tests/test_cli.py
${PYSITELIB}/swh/indexer/tests/test_cli.pyc
${PYSITELIB}/swh/indexer/tests/test_cli.pyo
${PYSITELIB}/swh/indexer/tests/test_codemeta.py
${PYSITELIB}/swh/indexer/tests/test_codemeta.pyc
${PYSITELIB}/swh/indexer/tests/test_codemeta.pyo
${PYSITELIB}/swh/indexer/tests/test_ctags.py
${PYSITELIB}/swh/indexer/tests/test_ctags.pyc
${PYSITELIB}/swh/indexer/tests/test_ctags.pyo
${PYSITELIB}/swh/indexer/tests/test_fossology_license.py
${PYSITELIB}/swh/indexer/tests/test_fossology_license.pyc
${PYSITELIB}/swh/indexer/tests/test_fossology_license.pyo
${PYSITELIB}/swh/indexer/tests/test_indexer.py
${PYSITELIB}/swh/indexer/tests/test_indexer.pyc
${PYSITELIB}/swh/indexer/tests/test_indexer.pyo
${PYSITELIB}/swh/indexer/tests/test_journal_client.py
${PYSITELIB}/swh/indexer/tests/test_journal_client.pyc
${PYSITELIB}/swh/indexer/tests/test_journal_client.pyo
${PYSITELIB}/swh/indexer/tests/test_metadata.py
${PYSITELIB}/swh/indexer/tests/test_metadata.pyc
${PYSITELIB}/swh/indexer/tests/test_metadata.pyo
${PYSITELIB}/swh/indexer/tests/test_mimetype.py
${PYSITELIB}/swh/indexer/tests/test_mimetype.pyc
${PYSITELIB}/swh/indexer/tests/test_mimetype.pyo
${PYSITELIB}/swh/indexer/tests/test_origin_head.py
${PYSITELIB}/swh/indexer/tests/test_origin_head.pyc
${PYSITELIB}/swh/indexer/tests/test_origin_head.pyo
${PYSITELIB}/swh/indexer/tests/test_origin_metadata.py
${PYSITELIB}/swh/indexer/tests/test_origin_metadata.pyc
${PYSITELIB}/swh/indexer/tests/test_origin_metadata.pyo
${PYSITELIB}/swh/indexer/tests/test_tasks.py
${PYSITELIB}/swh/indexer/tests/test_tasks.pyc
${PYSITELIB}/swh/indexer/tests/test_tasks.pyo
${PYSITELIB}/swh/indexer/tests/utils.py
${PYSITELIB}/swh/indexer/tests/utils.pyc
${PYSITELIB}/swh/indexer/tests/utils.pyo

6
py-swh-indexer/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (swh.indexer-0.6.3.tar.gz) = 4ff12a7a70cee60a6be0074dbfd495597fcabefc
RMD160 (swh.indexer-0.6.3.tar.gz) = 4387bbcba57a4ec9d846484a33be28ec3a1884fc
SHA512 (swh.indexer-0.6.3.tar.gz) = 1eb2b87d879621e3c95dcdb2535e25619286a8846355b165f00ea127ca69d6b35223eb0c4d5436778a513bed39ed3126d676e7d81941b15c1ff2368a324fe80e
Size (swh.indexer-0.6.3.tar.gz) = 127996 bytes