pkgsrc-WIP-changes archive

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

new pkg: py-swh-scanner-0.2.0 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:37:55 2020 +0100
Changeset:	089891dea40d3095a1619a07056aa607bada684a

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

Log Message:
new pkg: py-swh-scanner-0.2.0 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=089891dea40d3095a1619a07056aa607bada684a

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

diffstat:
 py-swh-scanner/DESCR    |  2 ++
 py-swh-scanner/Makefile | 27 +++++++++++++++++++++
 py-swh-scanner/PLIST    | 62 +++++++++++++++++++++++++++++++++++++++++++++++++
 py-swh-scanner/distinfo |  6 +++++
 4 files changed, 97 insertions(+)

diffs:
diff --git a/py-swh-scanner/DESCR b/py-swh-scanner/DESCR
new file mode 100644
index 0000000000..acac449b8e
--- /dev/null
+++ b/py-swh-scanner/DESCR
@@ -0,0 +1,2 @@
+Source code scanner to analyze code bases and compare them with
+source code artifacts archived by Software Heritage
diff --git a/py-swh-scanner/Makefile b/py-swh-scanner/Makefile
new file mode 100644
index 0000000000..fdda13167b
--- /dev/null
+++ b/py-swh-scanner/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	swh.scanner-0.2.0
+PKGNAME=	${PYPKGPREFIX}-swh-scanner-0.2.0
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/swh.scanner/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://forge.softwareheritage.org/diffusion/DTSCN/
+COMMENT=	Software Heritage code scanner
+LICENSE=	gnu-gpl-v3
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+DEPENDS+=	${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
+DEPENDS+=	${PYPKGPREFIX}-dash>=4.7.6:../../devel/py-dash
+DEPENDS+=	${PYPKGPREFIX}-dulwich>=0.18.7:../../devel/py-dulwich
+DEPENDS+=	${PYPKGPREFIX}-pandas>=0.23.0:../../math/py-pandas
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.25.0:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-swh-core>=0.10.0:../../wip/py-swh-core
+DEPENDS+=	${PYPKGPREFIX}-ndjson>=0.3.1:../../wip/py-ndjson
+DEPENDS+=	${PYPKGPREFIX}-aiohttp>=3.7.3:../../www/py-aiohttp
+
+
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-swh-scanner/PLIST b/py-swh-scanner/PLIST
new file mode 100644
index 0000000000..b3cd5ec864
--- /dev/null
+++ b/py-swh-scanner/PLIST
@@ -0,0 +1,62 @@
+@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/scanner/__init__.py
+${PYSITELIB}/swh/scanner/__init__.pyc
+${PYSITELIB}/swh/scanner/__init__.pyo
+${PYSITELIB}/swh/scanner/cli.py
+${PYSITELIB}/swh/scanner/cli.pyc
+${PYSITELIB}/swh/scanner/cli.pyo
+${PYSITELIB}/swh/scanner/dashboard/__init__.py
+${PYSITELIB}/swh/scanner/dashboard/__init__.pyc
+${PYSITELIB}/swh/scanner/dashboard/__init__.pyo
+${PYSITELIB}/swh/scanner/dashboard/assets/bootstrap.css
+${PYSITELIB}/swh/scanner/dashboard/assets/bootstrap.min.css
+${PYSITELIB}/swh/scanner/dashboard/dashboard.py
+${PYSITELIB}/swh/scanner/dashboard/dashboard.pyc
+${PYSITELIB}/swh/scanner/dashboard/dashboard.pyo
+${PYSITELIB}/swh/scanner/exceptions.py
+${PYSITELIB}/swh/scanner/exceptions.pyc
+${PYSITELIB}/swh/scanner/exceptions.pyo
+${PYSITELIB}/swh/scanner/model.py
+${PYSITELIB}/swh/scanner/model.pyc
+${PYSITELIB}/swh/scanner/model.pyo
+${PYSITELIB}/swh/scanner/plot.py
+${PYSITELIB}/swh/scanner/plot.pyc
+${PYSITELIB}/swh/scanner/plot.pyo
+${PYSITELIB}/swh/scanner/py.typed
+${PYSITELIB}/swh/scanner/scanner.py
+${PYSITELIB}/swh/scanner/scanner.pyc
+${PYSITELIB}/swh/scanner/scanner.pyo
+${PYSITELIB}/swh/scanner/tests/__init__.py
+${PYSITELIB}/swh/scanner/tests/__init__.pyc
+${PYSITELIB}/swh/scanner/tests/__init__.pyo
+${PYSITELIB}/swh/scanner/tests/conftest.py
+${PYSITELIB}/swh/scanner/tests/conftest.pyc
+${PYSITELIB}/swh/scanner/tests/conftest.pyo
+${PYSITELIB}/swh/scanner/tests/data.py
+${PYSITELIB}/swh/scanner/tests/data.pyc
+${PYSITELIB}/swh/scanner/tests/data.pyo
+${PYSITELIB}/swh/scanner/tests/data/sample-folder.tgz
+${PYSITELIB}/swh/scanner/tests/flask_api.py
+${PYSITELIB}/swh/scanner/tests/flask_api.pyc
+${PYSITELIB}/swh/scanner/tests/flask_api.pyo
+${PYSITELIB}/swh/scanner/tests/test_dashboard.py
+${PYSITELIB}/swh/scanner/tests/test_dashboard.pyc
+${PYSITELIB}/swh/scanner/tests/test_dashboard.pyo
+${PYSITELIB}/swh/scanner/tests/test_model.py
+${PYSITELIB}/swh/scanner/tests/test_model.pyc
+${PYSITELIB}/swh/scanner/tests/test_model.pyo
+${PYSITELIB}/swh/scanner/tests/test_plot.py
+${PYSITELIB}/swh/scanner/tests/test_plot.pyc
+${PYSITELIB}/swh/scanner/tests/test_plot.pyo
+${PYSITELIB}/swh/scanner/tests/test_scanner.py
+${PYSITELIB}/swh/scanner/tests/test_scanner.pyc
+${PYSITELIB}/swh/scanner/tests/test_scanner.pyo
diff --git a/py-swh-scanner/distinfo b/py-swh-scanner/distinfo
new file mode 100644
index 0000000000..33ca2846a9
--- /dev/null
+++ b/py-swh-scanner/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (swh.scanner-0.2.0.tar.gz) = 48f01843d5fdab2be9c8f1ba0ed8d6b45c6f34cc
+RMD160 (swh.scanner-0.2.0.tar.gz) = 2a9b248b8ef4cbb5673dc77c369902f9f6bf5726
+SHA512 (swh.scanner-0.2.0.tar.gz) = 62a410c2ff0e9a215057ea5bcc88443903b2f6640998914049301e0931297df90120ed2b4808ee0e26e43e22a30f4c8be25682fac647541449970ccbcf74405c
+Size (swh.scanner-0.2.0.tar.gz) = 77462 bytes


Home | Main Index | Thread Index | Old Index