pkgsrc-WIP-changes archive

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

py-swh-loader-svn-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 11:20:02 2020 +0100
Changeset:	1b3063d2e5b589d96656a9a4f61c40e0f064a25b

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

Log Message:
py-swh-loader-svn-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=1b3063d2e5b589d96656a9a4f61c40e0f064a25b

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

diffstat:
 py-swh-loader-svn/DESCR    |  1 +
 py-swh-loader-svn/Makefile | 28 +++++++++++++++++++
 py-swh-loader-svn/PLIST    | 70 ++++++++++++++++++++++++++++++++++++++++++++++
 py-swh-loader-svn/distinfo |  6 ++++
 4 files changed, 105 insertions(+)

diffs:
diff --git a/py-swh-loader-svn/DESCR b/py-swh-loader-svn/DESCR
new file mode 100644
index 0000000000..c6ecee91c0
--- /dev/null
+++ b/py-swh-loader-svn/DESCR
@@ -0,0 +1 @@
+Software Heritage Loader SVN
diff --git a/py-swh-loader-svn/Makefile b/py-swh-loader-svn/Makefile
new file mode 100644
index 0000000000..89cbce859a
--- /dev/null
+++ b/py-swh-loader-svn/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+DISTNAME=	swh.loader.svn-0.5.0
+PKGNAME=	${PYPKGPREFIX}-swh-loader-svn-0.5.0
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/swh.loader.svn/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://forge.softwareheritage.org/diffusion/DLDSVN
+COMMENT=	Software Heritage Loader SVN
+LICENSE=	gnu-gpl-v3
+
+PYTHON_VERSIONS_INCOMPATIBLE+=	27
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
+DEPENDS+=	${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
+DEPENDS+=	${PYPKGPREFIX}-retrying>=1.3.3:../../wip/py-retrying
+DEPENDS+=	${PYPKGPREFIX}-dateutil>=2.8.1:../../time/py-dateutil
+DEPENDS+=	${PYPKGPREFIX}-subvertpy>=0.9.4:../../devel/py-subvertpy
+DEPENDS+=	${PYPKGPREFIX}-swh-storage>=0.0.83:../../wip/py-swh-storage
+DEPENDS+=	${PYPKGPREFIX}-swh-model>=0.7.2:../../wip/py-swh-model
+DEPENDS+=	${PYPKGPREFIX}-swh-scheduler>=0.0.39:../../wip/py-swh-scheduler
+DEPENDS+=	${PYPKGPREFIX}-swh-loader-core>=0.0.37:../../wip/py-swh-loader-core
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-swh-loader-svn/PLIST b/py-swh-loader-svn/PLIST
new file mode 100644
index 0000000000..ad22226d0f
--- /dev/null
+++ b/py-swh-loader-svn/PLIST
@@ -0,0 +1,70 @@
+@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/svn/__init__.py
+${PYSITELIB}/swh/loader/svn/__init__.pyc
+${PYSITELIB}/swh/loader/svn/__init__.pyo
+${PYSITELIB}/swh/loader/svn/converters.py
+${PYSITELIB}/swh/loader/svn/converters.pyc
+${PYSITELIB}/swh/loader/svn/converters.pyo
+${PYSITELIB}/swh/loader/svn/exception.py
+${PYSITELIB}/swh/loader/svn/exception.pyc
+${PYSITELIB}/swh/loader/svn/exception.pyo
+${PYSITELIB}/swh/loader/svn/loader.py
+${PYSITELIB}/swh/loader/svn/loader.pyc
+${PYSITELIB}/swh/loader/svn/loader.pyo
+${PYSITELIB}/swh/loader/svn/py.typed
+${PYSITELIB}/swh/loader/svn/ra.py
+${PYSITELIB}/swh/loader/svn/ra.pyc
+${PYSITELIB}/swh/loader/svn/ra.pyo
+${PYSITELIB}/swh/loader/svn/svn.py
+${PYSITELIB}/swh/loader/svn/svn.pyc
+${PYSITELIB}/swh/loader/svn/svn.pyo
+${PYSITELIB}/swh/loader/svn/tasks.py
+${PYSITELIB}/swh/loader/svn/tasks.pyc
+${PYSITELIB}/swh/loader/svn/tasks.pyo
+${PYSITELIB}/swh/loader/svn/tests/__init__.py
+${PYSITELIB}/swh/loader/svn/tests/__init__.pyc
+${PYSITELIB}/swh/loader/svn/tests/__init__.pyo
+${PYSITELIB}/swh/loader/svn/tests/conftest.py
+${PYSITELIB}/swh/loader/svn/tests/conftest.pyc
+${PYSITELIB}/swh/loader/svn/tests/conftest.pyo
+${PYSITELIB}/swh/loader/svn/tests/data/httthttt.tgz
+${PYSITELIB}/swh/loader/svn/tests/data/mediawiki-repo-r407-eol-native-crlf.tgz
+${PYSITELIB}/swh/loader/svn/tests/data/pkg-doc-linux-r10.tgz
+${PYSITELIB}/swh/loader/svn/tests/data/pkg-doc-linux-r11.tgz
+${PYSITELIB}/swh/loader/svn/tests/data/pkg-doc-linux-r12.tgz
+${PYSITELIB}/swh/loader/svn/tests/data/pkg-gourmet-add-remove-dir.tgz
+${PYSITELIB}/swh/loader/svn/tests/data/pkg-gourmet-tampered-rev6-log.tgz
+${PYSITELIB}/swh/loader/svn/tests/data/pkg-gourmet-with-edge-case-links-and-files.tgz
+${PYSITELIB}/swh/loader/svn/tests/data/pkg-gourmet-with-external-id.tgz
+${PYSITELIB}/swh/loader/svn/tests/data/pkg-gourmet-with-updates.tgz
+${PYSITELIB}/swh/loader/svn/tests/data/pkg-gourmet-with-wrong-link-cases.tgz
+${PYSITELIB}/swh/loader/svn/tests/data/pkg-gourmet.tgz
+${PYSITELIB}/swh/loader/svn/tests/data/pyang-repo-r343-eol-native-mixed-lf-crlf.tgz
+${PYSITELIB}/swh/loader/svn/tests/test_converters.py
+${PYSITELIB}/swh/loader/svn/tests/test_converters.pyc
+${PYSITELIB}/swh/loader/svn/tests/test_converters.pyo
+${PYSITELIB}/swh/loader/svn/tests/test_loader.org
+${PYSITELIB}/swh/loader/svn/tests/test_loader.py
+${PYSITELIB}/swh/loader/svn/tests/test_loader.pyc
+${PYSITELIB}/swh/loader/svn/tests/test_loader.pyo
+${PYSITELIB}/swh/loader/svn/tests/test_task.py
+${PYSITELIB}/swh/loader/svn/tests/test_task.pyc
+${PYSITELIB}/swh/loader/svn/tests/test_task.pyo
+${PYSITELIB}/swh/loader/svn/tests/test_utils.py
+${PYSITELIB}/swh/loader/svn/tests/test_utils.pyc
+${PYSITELIB}/swh/loader/svn/tests/test_utils.pyo
+${PYSITELIB}/swh/loader/svn/utils.py
+${PYSITELIB}/swh/loader/svn/utils.pyc
+${PYSITELIB}/swh/loader/svn/utils.pyo
diff --git a/py-swh-loader-svn/distinfo b/py-swh-loader-svn/distinfo
new file mode 100644
index 0000000000..2e2cf08ef9
--- /dev/null
+++ b/py-swh-loader-svn/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (swh.loader.svn-0.5.0.tar.gz) = 03177089701522812cd149651b5afe46fd94b599
+RMD160 (swh.loader.svn-0.5.0.tar.gz) = cf79209a7ee4e17068acc6d0950f408d7e394aa4
+SHA512 (swh.loader.svn-0.5.0.tar.gz) = 849cd31781e176e3f69b8ec7055ca61bc64024ffac06d94cd28498ff2a0247a2d9caf8e73eea27ceac3f84e9ea6d1b57a319f9e88e90983af9efa8e41fbb05aa
+Size (swh.loader.svn-0.5.0.tar.gz) = 1823655 bytes


Home | Main Index | Thread Index | Old Index