pkgsrc-WIP-changes archive

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

py-swh-loader-mercurial-0.1.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 11:13:52 2020 +0100
Changeset:	82c0ebac6161c45ffb613c0e1d421045908c44de

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

Log Message:
py-swh-loader-mercurial-0.1.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=82c0ebac6161c45ffb613c0e1d421045908c44de

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

diffstat:
 py-swh-loader-mercurial/DESCR    | 23 +++++++++++++++
 py-swh-loader-mercurial/Makefile | 31 +++++++++++++++++++++
 py-swh-loader-mercurial/PLIST    | 60 ++++++++++++++++++++++++++++++++++++++++
 py-swh-loader-mercurial/distinfo |  6 ++++
 4 files changed, 120 insertions(+)

diffs:
diff --git a/py-swh-loader-mercurial/DESCR b/py-swh-loader-mercurial/DESCR
new file mode 100644
index 0000000000..b11f852188
--- /dev/null
+++ b/py-swh-loader-mercurial/DESCR
@@ -0,0 +1,23 @@
+TODO: Adjust the following lines from README.md
+
+swh-loader-mercurial
+=========================
+
+# Configuration file
+
+In usual location for a loader, *{/etc/softwareheritage/ | ~/.swh/ |
+~/.config/swh/}loader/hg.yml*:
+
+``` YAML
+storage:
+  cls: remote
+  args:
+    url: http://localhost:5002/
+```
+
+# Basic use
+
+The main entry point to import a Mercurial repository is the `main` function
+defined in the `swh.loader.mercurial.cli` module:
+
+...
diff --git a/py-swh-loader-mercurial/Makefile b/py-swh-loader-mercurial/Makefile
new file mode 100644
index 0000000000..30cf9067d3
--- /dev/null
+++ b/py-swh-loader-mercurial/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+
+DISTNAME=	swh.loader.mercurial-0.1.0
+PKGNAME=	${PYPKGPREFIX}-swh-loader-mercurial-0.1.0
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/swh.loader.mercurial/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://forge.softwareheritage.org/diffusion/DLDHG/
+COMMENT=	Software Heritage Mercurial Loader
+LICENSE=	gnu-gpl-v3
+
+PYTHON_VERSIONS_INCOMPATIBLE+=	27
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
+DEPENDS+=	${PYPKGPREFIX}-billiard>=3.6.3.0:../../parallel/py-billiard
+DEPENDS+=	${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
+DEPENDS+=	${PYPKGPREFIX}-patool>=1.12:../../wip/py-patool
+DEPENDS+=	${PYPKGPREFIX}-dateutil>=2.8.1:../../time/py-dateutil
+DEPENDS+=	${PYPKGPREFIX}-hglib>=2.6.2:../../devel/py-hglib
+DEPENDS+=	${PYPKGPREFIX}-retrying>=1.3.3:../../wip/py-retrying
+DEPENDS+=	${PYPKGPREFIX}-sqlitedict>=1.7.0:../../wip/py-sqlitedict
+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-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-mercurial/PLIST b/py-swh-loader-mercurial/PLIST
new file mode 100644
index 0000000000..10bf12f573
--- /dev/null
+++ b/py-swh-loader-mercurial/PLIST
@@ -0,0 +1,60 @@
+@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/mercurial/__init__.py
+${PYSITELIB}/swh/loader/mercurial/__init__.pyc
+${PYSITELIB}/swh/loader/mercurial/__init__.pyo
+${PYSITELIB}/swh/loader/mercurial/archive_extract.py
+${PYSITELIB}/swh/loader/mercurial/archive_extract.pyc
+${PYSITELIB}/swh/loader/mercurial/archive_extract.pyo
+${PYSITELIB}/swh/loader/mercurial/bundle20_reader.py
+${PYSITELIB}/swh/loader/mercurial/bundle20_reader.pyc
+${PYSITELIB}/swh/loader/mercurial/bundle20_reader.pyo
+${PYSITELIB}/swh/loader/mercurial/chunked_reader.py
+${PYSITELIB}/swh/loader/mercurial/chunked_reader.pyc
+${PYSITELIB}/swh/loader/mercurial/chunked_reader.pyo
+${PYSITELIB}/swh/loader/mercurial/cli.py
+${PYSITELIB}/swh/loader/mercurial/cli.pyc
+${PYSITELIB}/swh/loader/mercurial/cli.pyo
+${PYSITELIB}/swh/loader/mercurial/converters.py
+${PYSITELIB}/swh/loader/mercurial/converters.pyc
+${PYSITELIB}/swh/loader/mercurial/converters.pyo
+${PYSITELIB}/swh/loader/mercurial/loader.py
+${PYSITELIB}/swh/loader/mercurial/loader.pyc
+${PYSITELIB}/swh/loader/mercurial/loader.pyo
+${PYSITELIB}/swh/loader/mercurial/objects.py
+${PYSITELIB}/swh/loader/mercurial/objects.pyc
+${PYSITELIB}/swh/loader/mercurial/objects.pyo
+${PYSITELIB}/swh/loader/mercurial/py.typed
+${PYSITELIB}/swh/loader/mercurial/tasks.py
+${PYSITELIB}/swh/loader/mercurial/tasks.pyc
+${PYSITELIB}/swh/loader/mercurial/tasks.pyo
+${PYSITELIB}/swh/loader/mercurial/tests/__init__.py
+${PYSITELIB}/swh/loader/mercurial/tests/__init__.pyc
+${PYSITELIB}/swh/loader/mercurial/tests/__init__.pyo
+${PYSITELIB}/swh/loader/mercurial/tests/conftest.py
+${PYSITELIB}/swh/loader/mercurial/tests/conftest.pyc
+${PYSITELIB}/swh/loader/mercurial/tests/conftest.pyo
+${PYSITELIB}/swh/loader/mercurial/tests/data/hello.tgz
+${PYSITELIB}/swh/loader/mercurial/tests/data/the-sandbox.tgz
+${PYSITELIB}/swh/loader/mercurial/tests/data/transplant.tgz
+${PYSITELIB}/swh/loader/mercurial/tests/test_converters.py
+${PYSITELIB}/swh/loader/mercurial/tests/test_converters.pyc
+${PYSITELIB}/swh/loader/mercurial/tests/test_converters.pyo
+${PYSITELIB}/swh/loader/mercurial/tests/test_loader.org
+${PYSITELIB}/swh/loader/mercurial/tests/test_loader.py
+${PYSITELIB}/swh/loader/mercurial/tests/test_loader.pyc
+${PYSITELIB}/swh/loader/mercurial/tests/test_loader.pyo
+${PYSITELIB}/swh/loader/mercurial/tests/test_tasks.py
+${PYSITELIB}/swh/loader/mercurial/tests/test_tasks.pyc
+${PYSITELIB}/swh/loader/mercurial/tests/test_tasks.pyo
diff --git a/py-swh-loader-mercurial/distinfo b/py-swh-loader-mercurial/distinfo
new file mode 100644
index 0000000000..12fc4d1e0d
--- /dev/null
+++ b/py-swh-loader-mercurial/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (swh.loader.mercurial-0.1.0.tar.gz) = 4009c58886d96bb433013bf2a00268ab7f065e86
+RMD160 (swh.loader.mercurial-0.1.0.tar.gz) = dc72f0ed582a7608962fce4c27a27b948efa6821
+SHA512 (swh.loader.mercurial-0.1.0.tar.gz) = 03e869f24bc5c4e153fd33b4fdfd676a8578308079603801c2f8be2f6f8d24edfd99dc70f8b17e7d2c5170849791a84e32a4cc42a241648134f15e53a885e754
+Size (swh.loader.mercurial-0.1.0.tar.gz) = 67025 bytes


Home | Main Index | Thread Index | Old Index