pkgsrc-WIP-changes archive

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

newpkg: py-swh-loader-git-0.5.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:53:59 2020 +0100
Changeset:	523acb3fb7aa701504e3cb41eea178b1165513ff

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

Log Message:
newpkg: py-swh-loader-git-0.5.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=523acb3fb7aa701504e3cb41eea178b1165513ff

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

diffstat:
 py-swh-loader-git/DESCR    |  4 ++++
 py-swh-loader-git/Makefile | 29 ++++++++++++++++++++++++
 py-swh-loader-git/PLIST    | 55 ++++++++++++++++++++++++++++++++++++++++++++++
 py-swh-loader-git/distinfo |  6 +++++
 4 files changed, 94 insertions(+)

diffs:
diff --git a/py-swh-loader-git/DESCR b/py-swh-loader-git/DESCR
new file mode 100644
index 0000000000..00d8afbaac
--- /dev/null
+++ b/py-swh-loader-git/DESCR
@@ -0,0 +1,4 @@
+The Software Heritage Git Loader is a tool and a
+library to walk a local Git repository and inject
+into the SWH dataset all contained files that
+weren't known before.
diff --git a/py-swh-loader-git/Makefile b/py-swh-loader-git/Makefile
new file mode 100644
index 0000000000..18b37d2441
--- /dev/null
+++ b/py-swh-loader-git/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD$
+
+DISTNAME=	swh.loader.git-0.5.0
+PKGNAME=	${PYPKGPREFIX}-swh-loader-git-0.5.0
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/swh.loader.git/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://forge.softwareheritage.org/diffusion/DLDG/
+COMMENT=	Software Heritage git loader
+LICENSE=	gnu-gpl-v3
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
+DEPENDS+=	${PYPKGPREFIX}-dulwich>=0.18.7:../../devel/py-dulwich
+DEPENDS+=	${PYPKGPREFIX}-retrying>=0:../../wip/py-retrying
+DEPENDS+=	${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
+DEPENDS+=	${PYPKGPREFIX}-swh-core>=0.10.0:../../wip/py-swh-core
+DEPENDS+=	${PYPKGPREFIX}-swh-loader-core>=0.11.0:../../wip/py-swh-loader-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.4.0:../../wip/py-swh-scheduler
+DEPENDS+=	${PYPKGPREFIX}-swh-storage>=0.13.1:../../wip/py-swh-storage
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-swh-loader-git/PLIST b/py-swh-loader-git/PLIST
new file mode 100644
index 0000000000..2631363ed0
--- /dev/null
+++ b/py-swh-loader-git/PLIST
@@ -0,0 +1,55 @@
+@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/loader/__init__.py
+${PYSITELIB}/swh/loader/__init__.pyc
+${PYSITELIB}/swh/loader/__init__.pyo
+${PYSITELIB}/swh/loader/git/__init__.py
+${PYSITELIB}/swh/loader/git/__init__.pyc
+${PYSITELIB}/swh/loader/git/__init__.pyo
+${PYSITELIB}/swh/loader/git/converters.py
+${PYSITELIB}/swh/loader/git/converters.pyc
+${PYSITELIB}/swh/loader/git/converters.pyo
+${PYSITELIB}/swh/loader/git/from_disk.py
+${PYSITELIB}/swh/loader/git/from_disk.pyc
+${PYSITELIB}/swh/loader/git/from_disk.pyo
+${PYSITELIB}/swh/loader/git/loader.py
+${PYSITELIB}/swh/loader/git/loader.pyc
+${PYSITELIB}/swh/loader/git/loader.pyo
+${PYSITELIB}/swh/loader/git/py.typed
+${PYSITELIB}/swh/loader/git/tasks.py
+${PYSITELIB}/swh/loader/git/tasks.pyc
+${PYSITELIB}/swh/loader/git/tasks.pyo
+${PYSITELIB}/swh/loader/git/tests/__init__.py
+${PYSITELIB}/swh/loader/git/tests/__init__.pyc
+${PYSITELIB}/swh/loader/git/tests/__init__.pyo
+${PYSITELIB}/swh/loader/git/tests/conftest.py
+${PYSITELIB}/swh/loader/git/tests/conftest.pyc
+${PYSITELIB}/swh/loader/git/tests/conftest.pyo
+${PYSITELIB}/swh/loader/git/tests/data/git-repos/example-submodule.bundle
+${PYSITELIB}/swh/loader/git/tests/data/testrepo.tgz
+${PYSITELIB}/swh/loader/git/tests/test_converters.py
+${PYSITELIB}/swh/loader/git/tests/test_converters.pyc
+${PYSITELIB}/swh/loader/git/tests/test_converters.pyo
+${PYSITELIB}/swh/loader/git/tests/test_from_disk.py
+${PYSITELIB}/swh/loader/git/tests/test_from_disk.pyc
+${PYSITELIB}/swh/loader/git/tests/test_from_disk.pyo
+${PYSITELIB}/swh/loader/git/tests/test_loader.py
+${PYSITELIB}/swh/loader/git/tests/test_loader.pyc
+${PYSITELIB}/swh/loader/git/tests/test_loader.pyo
+${PYSITELIB}/swh/loader/git/tests/test_tasks.py
+${PYSITELIB}/swh/loader/git/tests/test_tasks.pyc
+${PYSITELIB}/swh/loader/git/tests/test_tasks.pyo
+${PYSITELIB}/swh/loader/git/tests/test_utils.py
+${PYSITELIB}/swh/loader/git/tests/test_utils.pyc
+${PYSITELIB}/swh/loader/git/tests/test_utils.pyo
+${PYSITELIB}/swh/loader/git/utils.py
+${PYSITELIB}/swh/loader/git/utils.pyc
+${PYSITELIB}/swh/loader/git/utils.pyo
diff --git a/py-swh-loader-git/distinfo b/py-swh-loader-git/distinfo
new file mode 100644
index 0000000000..0d3e2f2569
--- /dev/null
+++ b/py-swh-loader-git/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (swh.loader.git-0.5.0.tar.gz) = f49f6e18800d8f794cb4def10b7d4e749288ff6a
+RMD160 (swh.loader.git-0.5.0.tar.gz) = eb53e326ffed05f509b8d0a4de386e3e84dbf062
+SHA512 (swh.loader.git-0.5.0.tar.gz) = 186e38cce809f67691cf834cbfdd8e2a435bf464144844555e23e36647235987ff39c60d5759a7d4142b2f3eac264beecc5e22d9a4cbd837f69fb38f0a7e3862
+Size (swh.loader.git-0.5.0.tar.gz) = 60971 bytes


Home | Main Index | Thread Index | Old Index