py-swh-loader-mercurial-0.1.0 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-27 11:13:52 +01:00
parent e30fcf8f64
commit 82c0ebac61
4 changed files with 120 additions and 0 deletions

View File

@ -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:
...

View File

@ -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
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"

View File

@ -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

View File

@ -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