py-swh-graph-0.2.9 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-27 10:58:30 +01:00
parent 523acb3fb7
commit bae0622247
4 changed files with 127 additions and 0 deletions

4
py-swh-graph/DESCR Normal file
View File

@ -0,0 +1,4 @@
Tooling and services, collectively known as swh-graph, providing
fast access to the graph representation of the Software Heritage
archive. The service is in-memory, based on a compressed
representation of the Software Heritage Merkle DAG.

28
py-swh-graph/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $NetBSD$
DISTNAME= swh.graph-0.2.9
PKGNAME= ${PYPKGPREFIX}-swh-graph-0.2.9
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/swh.graph/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://forge.softwareheritage.org/diffusion/DGRPH
COMMENT= Software Heritage graph service
LICENSE= gnu-gpl-v3
PYTHON_VERSIONS_INCOMPATIBLE+= 27
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}-py4j>=0.10.9.1:../../wip/py-py4j
DEPENDS+= ${PYPKGPREFIX}-psutil>=5.7.3:../../sysutils/py-psutil
DEPENDS+= ${PYPKGPREFIX}-swh-core>=0.10.0:../../wip/py-swh-core
DEPENDS+= ${PYPKGPREFIX}-swh-model>=0.7.2:../../wip/py-swh-model
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.2.0:../../devel/py-test
PKG_JVMS_ACCEPTED= sun-jdk7 openjdk7 oracle-jdk8 openjdk8
.include "../../lang/python/egg.mk"
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"

89
py-swh-graph/PLIST Normal file
View File

@ -0,0 +1,89 @@
@comment $NetBSD$
bin/swh-graph
${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/graph/__init__.py
${PYSITELIB}/swh/graph/__init__.pyc
${PYSITELIB}/swh/graph/__init__.pyo
${PYSITELIB}/swh/graph/backend.py
${PYSITELIB}/swh/graph/backend.pyc
${PYSITELIB}/swh/graph/backend.pyo
${PYSITELIB}/swh/graph/cli.py
${PYSITELIB}/swh/graph/cli.pyc
${PYSITELIB}/swh/graph/cli.pyo
${PYSITELIB}/swh/graph/client.py
${PYSITELIB}/swh/graph/client.pyc
${PYSITELIB}/swh/graph/client.pyo
${PYSITELIB}/swh/graph/config.py
${PYSITELIB}/swh/graph/config.pyc
${PYSITELIB}/swh/graph/config.pyo
${PYSITELIB}/swh/graph/dot.py
${PYSITELIB}/swh/graph/dot.pyc
${PYSITELIB}/swh/graph/dot.pyo
${PYSITELIB}/swh/graph/graph.py
${PYSITELIB}/swh/graph/graph.pyc
${PYSITELIB}/swh/graph/graph.pyo
${PYSITELIB}/swh/graph/pid.py
${PYSITELIB}/swh/graph/pid.pyc
${PYSITELIB}/swh/graph/pid.pyo
${PYSITELIB}/swh/graph/py.typed
${PYSITELIB}/swh/graph/server/__init__.py
${PYSITELIB}/swh/graph/server/__init__.pyc
${PYSITELIB}/swh/graph/server/__init__.pyo
${PYSITELIB}/swh/graph/server/app.py
${PYSITELIB}/swh/graph/server/app.pyc
${PYSITELIB}/swh/graph/server/app.pyo
${PYSITELIB}/swh/graph/tests/__init__.py
${PYSITELIB}/swh/graph/tests/__init__.pyc
${PYSITELIB}/swh/graph/tests/__init__.pyo
${PYSITELIB}/swh/graph/tests/conftest.py
${PYSITELIB}/swh/graph/tests/conftest.pyc
${PYSITELIB}/swh/graph/tests/conftest.pyo
${PYSITELIB}/swh/graph/tests/dataset/.gitignore
${PYSITELIB}/swh/graph/tests/dataset/example.edges.csv
${PYSITELIB}/swh/graph/tests/dataset/example.edges.csv.zst
${PYSITELIB}/swh/graph/tests/dataset/example.nodes.csv
${PYSITELIB}/swh/graph/tests/dataset/example.nodes.csv.zst
${PYSITELIB}/swh/graph/tests/dataset/generate_graph.sh
${PYSITELIB}/swh/graph/tests/dataset/img/.gitignore
${PYSITELIB}/swh/graph/tests/dataset/img/Makefile
${PYSITELIB}/swh/graph/tests/dataset/img/example.dot
${PYSITELIB}/swh/graph/tests/dataset/output/example-transposed.graph
${PYSITELIB}/swh/graph/tests/dataset/output/example-transposed.obl
${PYSITELIB}/swh/graph/tests/dataset/output/example-transposed.offsets
${PYSITELIB}/swh/graph/tests/dataset/output/example-transposed.properties
${PYSITELIB}/swh/graph/tests/dataset/output/example.graph
${PYSITELIB}/swh/graph/tests/dataset/output/example.indegree
${PYSITELIB}/swh/graph/tests/dataset/output/example.mph
${PYSITELIB}/swh/graph/tests/dataset/output/example.node2pid.bin
${PYSITELIB}/swh/graph/tests/dataset/output/example.node2type.map
${PYSITELIB}/swh/graph/tests/dataset/output/example.obl
${PYSITELIB}/swh/graph/tests/dataset/output/example.offsets
${PYSITELIB}/swh/graph/tests/dataset/output/example.order
${PYSITELIB}/swh/graph/tests/dataset/output/example.outdegree
${PYSITELIB}/swh/graph/tests/dataset/output/example.pid2node.bin
${PYSITELIB}/swh/graph/tests/dataset/output/example.properties
${PYSITELIB}/swh/graph/tests/dataset/output/example.stats
${PYSITELIB}/swh/graph/tests/test_api_client.py
${PYSITELIB}/swh/graph/tests/test_api_client.pyc
${PYSITELIB}/swh/graph/tests/test_api_client.pyo
${PYSITELIB}/swh/graph/tests/test_cli.py
${PYSITELIB}/swh/graph/tests/test_cli.pyc
${PYSITELIB}/swh/graph/tests/test_cli.pyo
${PYSITELIB}/swh/graph/tests/test_graph.py
${PYSITELIB}/swh/graph/tests/test_graph.pyc
${PYSITELIB}/swh/graph/tests/test_graph.pyo
${PYSITELIB}/swh/graph/tests/test_pid.py
${PYSITELIB}/swh/graph/tests/test_pid.pyc
${PYSITELIB}/swh/graph/tests/test_pid.pyo
${PYSITELIB}/swh/graph/webgraph.py
${PYSITELIB}/swh/graph/webgraph.pyc
${PYSITELIB}/swh/graph/webgraph.pyo
share/swh-graph/swh-graph-${PKGVERSION}.jar

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

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (swh.graph-0.2.9.tar.gz) = ea9499ce260b29b1ad7bc842f74765a5555941f9
RMD160 (swh.graph-0.2.9.tar.gz) = e221c10d0b07603f3183f1d6da9e691042031041
SHA512 (swh.graph-0.2.9.tar.gz) = 1dabf50dfd5551ec449bf994a14ee9dcdf10554206fad0fbf3b794105c9bd4121cbb805fc55059c437dea461a03aae4e38fe894999305f6bbc11caf864c86c56
Size (swh.graph-0.2.9.tar.gz) = 37479038 bytes