pkgsrc-WIP-changes archive

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

py-swh-loader-dir-0.0.35 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 11:07:10 2020 +0100
Changeset:	afa65616133d39fd308a6752795ed28b9bd74900

Added Files:
	py-swh-loader-dir/DESCR
	py-swh-loader-dir/Makefile
	py-swh-loader-dir/PLIST
	py-swh-loader-dir/distinfo

Log Message:
py-swh-loader-dir-0.0.35 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=afa65616133d39fd308a6752795ed28b9bd74900

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

diffstat:
 py-swh-loader-dir/DESCR    |  4 ++++
 py-swh-loader-dir/Makefile | 26 ++++++++++++++++++++++++++
 py-swh-loader-dir/PLIST    | 35 +++++++++++++++++++++++++++++++++++
 py-swh-loader-dir/distinfo |  6 ++++++
 4 files changed, 71 insertions(+)

diffs:
diff --git a/py-swh-loader-dir/DESCR b/py-swh-loader-dir/DESCR
new file mode 100644
index 0000000000..6450ce37e4
--- /dev/null
+++ b/py-swh-loader-dir/DESCR
@@ -0,0 +1,4 @@
+The Software Heritage Directory Loader is a tool and a library.
+Its sole purpose is to walk a local directory and inject into
+the SWH dataset all unknown contained files from that directory
+structure.
diff --git a/py-swh-loader-dir/Makefile b/py-swh-loader-dir/Makefile
new file mode 100644
index 0000000000..e6da12c0c4
--- /dev/null
+++ b/py-swh-loader-dir/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME=	swh.loader.dir-0.0.35
+PKGNAME=	${PYPKGPREFIX}-swh-loader-dir-0.0.35
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/swh.loader.dir/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://forge.softwareheritage.org/diffusion/DLDDIR
+COMMENT=	Software Heritage Directory Loader
+LICENSE=	gnu-gpl-v3
+
+PYTHON_VERSIONS_INCOMPATIBLE+=	27
+
+DEPENDS+=	${PYPKGPREFIX}-vcversioner>=2.16.0.0:../../devel/py-vcversioner
+DEPENDS+=	${PYPKGPREFIX}-retrying>=1.3.3:../../wip/py-retrying
+DEPENDS+=	${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
+DEPENDS+=	${PYPKGPREFIX}-swh-model>=0.0.27:../../wip/py-swh-model
+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-loader-core>=0.0.35:../../wip/py-swh-loader-core
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-swh-loader-dir/PLIST b/py-swh-loader-dir/PLIST
new file mode 100644
index 0000000000..a76103450f
--- /dev/null
+++ b/py-swh-loader-dir/PLIST
@@ -0,0 +1,35 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.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/loader/__init__.py
+${PYSITELIB}/swh/loader/__init__.pyc
+${PYSITELIB}/swh/loader/__init__.pyo
+${PYSITELIB}/swh/loader/dir/__init__.py
+${PYSITELIB}/swh/loader/dir/__init__.pyc
+${PYSITELIB}/swh/loader/dir/__init__.pyo
+${PYSITELIB}/swh/loader/dir/converters.py
+${PYSITELIB}/swh/loader/dir/converters.pyc
+${PYSITELIB}/swh/loader/dir/converters.pyo
+${PYSITELIB}/swh/loader/dir/loader.py
+${PYSITELIB}/swh/loader/dir/loader.pyc
+${PYSITELIB}/swh/loader/dir/loader.pyo
+${PYSITELIB}/swh/loader/dir/py.typed
+${PYSITELIB}/swh/loader/dir/tasks.py
+${PYSITELIB}/swh/loader/dir/tasks.pyc
+${PYSITELIB}/swh/loader/dir/tasks.pyo
+${PYSITELIB}/swh/loader/dir/tests/__init__.py
+${PYSITELIB}/swh/loader/dir/tests/__init__.pyc
+${PYSITELIB}/swh/loader/dir/tests/__init__.pyo
+${PYSITELIB}/swh/loader/dir/tests/resources/sample-folder.tgz
+${PYSITELIB}/swh/loader/dir/tests/test_converters.py
+${PYSITELIB}/swh/loader/dir/tests/test_converters.pyc
+${PYSITELIB}/swh/loader/dir/tests/test_converters.pyo
+${PYSITELIB}/swh/loader/dir/tests/test_loader.py
+${PYSITELIB}/swh/loader/dir/tests/test_loader.pyc
+${PYSITELIB}/swh/loader/dir/tests/test_loader.pyo
diff --git a/py-swh-loader-dir/distinfo b/py-swh-loader-dir/distinfo
new file mode 100644
index 0000000000..289e351ce4
--- /dev/null
+++ b/py-swh-loader-dir/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (swh.loader.dir-0.0.35.tar.gz) = 5f7ea729dc2e7793215becfd0df773b6779b46d8
+RMD160 (swh.loader.dir-0.0.35.tar.gz) = 64ac91f14a8ff84a031b6ff1a271e347d2c2b57f
+SHA512 (swh.loader.dir-0.0.35.tar.gz) = 15746cb8ae216baa3faecdb45397e51aa8ea2f512486a046e46dc5b5972342e981c7cad26730576e2f181a09eff1393b95bdf3723eaa76cb3bd84ab688a78b10
+Size (swh.loader.dir-0.0.35.tar.gz) = 9406 bytes


Home | Main Index | Thread Index | Old Index