pkgsrc-WIP-changes archive

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

py-swh-objstorage-replayer-0.2.1 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:22:14 2020 +0100
Changeset:	fcea7c847a34eae2d2f23c779719006368b4f18a

Added Files:
	py-swh-objstorage-replayer/DESCR
	py-swh-objstorage-replayer/Makefile
	py-swh-objstorage-replayer/PLIST
	py-swh-objstorage-replayer/distinfo

Log Message:
py-swh-objstorage-replayer-0.2.1 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=fcea7c847a34eae2d2f23c779719006368b4f18a

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

diffstat:
 py-swh-objstorage-replayer/DESCR    |  3 +++
 py-swh-objstorage-replayer/Makefile | 24 ++++++++++++++++++++++++
 py-swh-objstorage-replayer/PLIST    | 32 ++++++++++++++++++++++++++++++++
 py-swh-objstorage-replayer/distinfo |  6 ++++++
 4 files changed, 65 insertions(+)

diffs:
diff --git a/py-swh-objstorage-replayer/DESCR b/py-swh-objstorage-replayer/DESCR
new file mode 100644
index 0000000000..903698b07d
--- /dev/null
+++ b/py-swh-objstorage-replayer/DESCR
@@ -0,0 +1,3 @@
+Simple command line tool to replicate content objects
+from a source Object storage to a destination one by
+listening the content topic of a swh.journal kafka stream.
diff --git a/py-swh-objstorage-replayer/Makefile b/py-swh-objstorage-replayer/Makefile
new file mode 100644
index 0000000000..17c9756e43
--- /dev/null
+++ b/py-swh-objstorage-replayer/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	swh.objstorage.replayer-0.2.1
+PKGNAME=	${PYPKGPREFIX}-swh-objstorage-replayer-0.2.1
+CATEGORIES=	databases python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/swh.objstorage.replayer/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://forge.softwareheritage.org/diffusion/swh-objstorage-replayer
+COMMENT=	Software Heritage content replayer
+LICENSE=	gnu-gpl-v3
+
+PYTHON_VERSIONS_INCOMPATIBLE+=	27
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
+DEPENDS+=	${PYPKGPREFIX}-swh-core>=0.10.0:../../wip/py-swh-core
+DEPENDS+=	${PYPKGPREFIX}-swh-storage>=0.13.1:../../wip/py-swh-storage
+DEPENDS+=	${PYPKGPREFIX}-swh-journal>=0.4.2:../../wip/py-swh.journal
+TEST_DEPENDS+=	${PYPKGPREFIX}-test>=6.2.0:../../devel/py-test
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-swh-objstorage-replayer/PLIST b/py-swh-objstorage-replayer/PLIST
new file mode 100644
index 0000000000..f676451b2f
--- /dev/null
+++ b/py-swh-objstorage-replayer/PLIST
@@ -0,0 +1,32 @@
+@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/objstorage/__init__.py
+${PYSITELIB}/swh/objstorage/__init__.pyc
+${PYSITELIB}/swh/objstorage/__init__.pyo
+${PYSITELIB}/swh/objstorage/replayer/__init__.py
+${PYSITELIB}/swh/objstorage/replayer/__init__.pyc
+${PYSITELIB}/swh/objstorage/replayer/__init__.pyo
+${PYSITELIB}/swh/objstorage/replayer/cli.py
+${PYSITELIB}/swh/objstorage/replayer/cli.pyc
+${PYSITELIB}/swh/objstorage/replayer/cli.pyo
+${PYSITELIB}/swh/objstorage/replayer/py.typed
+${PYSITELIB}/swh/objstorage/replayer/replay.py
+${PYSITELIB}/swh/objstorage/replayer/replay.pyc
+${PYSITELIB}/swh/objstorage/replayer/replay.pyo
+${PYSITELIB}/swh/objstorage/replayer/tests/__init__.py
+${PYSITELIB}/swh/objstorage/replayer/tests/__init__.pyc
+${PYSITELIB}/swh/objstorage/replayer/tests/__init__.pyo
+${PYSITELIB}/swh/objstorage/replayer/tests/test_cli.py
+${PYSITELIB}/swh/objstorage/replayer/tests/test_cli.pyc
+${PYSITELIB}/swh/objstorage/replayer/tests/test_cli.pyo
+${PYSITELIB}/swh/objstorage/replayer/tests/test_replay.py
+${PYSITELIB}/swh/objstorage/replayer/tests/test_replay.pyc
+${PYSITELIB}/swh/objstorage/replayer/tests/test_replay.pyo
diff --git a/py-swh-objstorage-replayer/distinfo b/py-swh-objstorage-replayer/distinfo
new file mode 100644
index 0000000000..c9f7edd200
--- /dev/null
+++ b/py-swh-objstorage-replayer/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (swh.objstorage.replayer-0.2.1.tar.gz) = 90349e3dff0fb3b8fef05be9411e0b5d587ed68a
+RMD160 (swh.objstorage.replayer-0.2.1.tar.gz) = 7a06955e7a4a0592fa325fbe5d6f6175d0325ad4
+SHA512 (swh.objstorage.replayer-0.2.1.tar.gz) = c0f1c94126360075a602d7eefdb806a3ea336026f1386d66cb3b4320b4b0dff813c1b710ecbe41d49faa41638b06406aca983b318f136b70b4d25a432e28211c
+Size (swh.objstorage.replayer-0.2.1.tar.gz) = 26357 bytes


Home | Main Index | Thread Index | Old Index