pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-swh-graph-0.2.9 import to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Sun Dec 27 10:58:30 2020 +0100
Changeset: bae06222473596f469a4da67af5870f12feabd23
Added Files:
py-swh-graph/DESCR
py-swh-graph/Makefile
py-swh-graph/PLIST
py-swh-graph/distinfo
Log Message:
py-swh-graph-0.2.9 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=bae06222473596f469a4da67af5870f12feabd23
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-swh-graph/DESCR | 4 +++
py-swh-graph/Makefile | 28 ++++++++++++++++
py-swh-graph/PLIST | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++
py-swh-graph/distinfo | 6 ++++
4 files changed, 127 insertions(+)
diffs:
diff --git a/py-swh-graph/DESCR b/py-swh-graph/DESCR
new file mode 100644
index 0000000000..e64b84bb56
--- /dev/null
+++ b/py-swh-graph/DESCR
@@ -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.
diff --git a/py-swh-graph/Makefile b/py-swh-graph/Makefile
new file mode 100644
index 0000000000..c4af60c9ee
--- /dev/null
+++ b/py-swh-graph/Makefile
@@ -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@localhost
+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"
diff --git a/py-swh-graph/PLIST b/py-swh-graph/PLIST
new file mode 100644
index 0000000000..77ff83946d
--- /dev/null
+++ b/py-swh-graph/PLIST
@@ -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
diff --git a/py-swh-graph/distinfo b/py-swh-graph/distinfo
new file mode 100644
index 0000000000..532554deef
--- /dev/null
+++ b/py-swh-graph/distinfo
@@ -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
Home |
Main Index |
Thread Index |
Old Index