public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-dbus-next/
@ 2021-12-24 18:03 Viorel Munteanu
  0 siblings, 0 replies; 9+ messages in thread
From: Viorel Munteanu @ 2021-12-24 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a06b219e8d3fdd3f1efedcbfcc276f8ea9b5cd12
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Fri Dec 24 17:56:05 2021 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Fri Dec 24 18:02:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a06b219e

dev-python/python-dbus-next: add new v0.2.3

dependency of net-misc/maestral

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/python-dbus-next/Manifest               |  1 +
 dev-python/python-dbus-next/metadata.xml           | 12 ++++++++++
 .../python-dbus-next/python-dbus-next-0.2.3.ebuild | 28 ++++++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/python-dbus-next/Manifest b/dev-python/python-dbus-next/Manifest
new file mode 100644
index 000000000..2c73f9a9e
--- /dev/null
+++ b/dev-python/python-dbus-next/Manifest
@@ -0,0 +1 @@
+DIST python-dbus-next-0.2.3.tar.gz 81711 BLAKE2B 6acc38a05511b3de7e13893d82dd1ecd55f9a6124b4d859574294602b921ff012776c12ddb02e1be437b258c7bd5120a3a9625fc5b06bbbe02915dcc4c14897b SHA512 7836d855c755c8ac6cbbb251ca0cbd2f4df9b573f31b1ea1cab480e47896d36b4cb0d479b2469b0bf0b5c700068361a18874b4a087f73020cdcb4e04a2d7dbe7

diff --git a/dev-python/python-dbus-next/metadata.xml b/dev-python/python-dbus-next/metadata.xml
new file mode 100644
index 000000000..7d50e4c0a
--- /dev/null
+++ b/dev-python/python-dbus-next/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<email>ceamac.paragon@gmail.com</email>
+	<description>Primary maintainer</description>
+</maintainer>
+<upstream>
+	<remote-id type="github">altdesktop/python-dbus-next</remote-id>
+	<remote-id type="pypi">dbus-next</remote-id>
+</upstream>
+</pkgmetadata>

diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
new file mode 100644
index 000000000..6a11da9f2
--- /dev/null
+++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="python-dbus-next is a Python library for DBus"
+HOMEPAGE="https://github.com/altdesktop/python-dbus-next"
+SRC_URI="https://github.com/altdesktop/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="
+	test? ( dev-python/pytest )
+"
+
+distutils_enable_tests pytest
+
+# some tests fail with:
+# dbus_next.errors.InvalidAddressError: DBUS_SESSION_BUS_ADDRESS not set and could not get DISPLAY environment variable to get bus addres
+RESTRICT="test"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-dbus-next/
@ 2021-12-29 12:07 Viorel Munteanu
  0 siblings, 0 replies; 9+ messages in thread
From: Viorel Munteanu @ 2021-12-29 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     161856907922c185c0d96e7f844e3a67f72c0f2c
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Wed Dec 29 12:02:25 2021 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Wed Dec 29 12:07:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16185690

dev-python/python-dbus-next: fix deps

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
index 11e116c44..273297f0a 100644
--- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
+++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
@@ -17,9 +17,7 @@ KEYWORDS="~amd64 ~x86"
 
 DEPEND=""
 RDEPEND="${DEPEND}"
-BDEPEND="
-	test? ( dev-python/pytest )
-"
+BDEPEND=""
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-dbus-next/
@ 2022-01-03 18:06 Viorel Munteanu
  0 siblings, 0 replies; 9+ messages in thread
From: Viorel Munteanu @ 2022-01-03 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     80b0e3f6f5a1ba706862925424b4381fed38553a
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Mon Jan  3 18:02:47 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Mon Jan  3 18:02:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80b0e3f6

dev-python/python-dbus-next: update HOMEPAGE

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
index 273297f0a..491730ce4 100644
--- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
+++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,10 @@ PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="python-dbus-next is a Python library for DBus"
-HOMEPAGE="https://github.com/altdesktop/python-dbus-next"
+HOMEPAGE="
+	https://github.com/altdesktop/python-dbus-next
+	https://pypi.org/project/dbus-next
+"
 SRC_URI="https://github.com/altdesktop/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-dbus-next/
@ 2022-01-03 21:24 Viorel Munteanu
  0 siblings, 0 replies; 9+ messages in thread
From: Viorel Munteanu @ 2022-01-03 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     bb074d903ed1ed3c9de3747179e5afb4f3f62cc1
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Mon Jan  3 21:20:45 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Mon Jan  3 21:23:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb074d90

dev-python/python-dbus-next: add docs

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
index 491730ce4..69c1c0ebc 100644
--- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
+++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
@@ -20,10 +20,18 @@ KEYWORDS="~amd64 ~x86"
 
 DEPEND=""
 RDEPEND="${DEPEND}"
-BDEPEND=""
+BDEPEND="
+	doc? (
+		dev-python/sphinxcontrib-asyncio
+		dev-python/sphinxcontrib-fulltoc
+	)
+	test? ( dev-python/pytest-asyncio )
+"
 
 distutils_enable_tests pytest
+distutils_enable_sphinx docs
 
 # some tests fail with:
 # dbus_next.errors.InvalidAddressError: DBUS_SESSION_BUS_ADDRESS not set and could not get DISPLAY environment variable to get bus addres
+# or require certain services to be installed (like org.freedesktop.DBus.Debug.Stats)
 RESTRICT="test"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-dbus-next/
@ 2022-01-04  9:15 Viorel Munteanu
  0 siblings, 0 replies; 9+ messages in thread
From: Viorel Munteanu @ 2022-01-04  9:15 UTC (permalink / raw
  To: gentoo-commits

commit:     076c36ce96cbf009185672577fa5756da058e30c
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Tue Jan  4 08:12:37 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Tue Jan  4 08:12:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=076c36ce

dev-python/python-dbus-next: fix deps

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
index 69c1c0ebc..15c616860 100644
--- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
+++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
@@ -20,16 +20,12 @@ KEYWORDS="~amd64 ~x86"
 
 DEPEND=""
 RDEPEND="${DEPEND}"
-BDEPEND="
-	doc? (
-		dev-python/sphinxcontrib-asyncio
-		dev-python/sphinxcontrib-fulltoc
-	)
-	test? ( dev-python/pytest-asyncio )
-"
+BDEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests pytest
-distutils_enable_sphinx docs
+distutils_enable_sphinx docs \
+	dev-python/sphinxcontrib-asyncio \
+	dev-python/sphinxcontrib-fulltoc
 
 # some tests fail with:
 # dbus_next.errors.InvalidAddressError: DBUS_SESSION_BUS_ADDRESS not set and could not get DISPLAY environment variable to get bus addres


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-dbus-next/
@ 2022-01-09 11:32 Viorel Munteanu
  0 siblings, 0 replies; 9+ messages in thread
From: Viorel Munteanu @ 2022-01-09 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     ed92b16878d2c674f44d9bba12be3e0d30e123d2
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Jan  9 11:25:44 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Sun Jan  9 11:25:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed92b168

dev-python/python-dbus-next: rewrite deps

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
index 15c616860..68ac62e89 100644
--- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
+++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
@@ -18,8 +18,6 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
 BDEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-dbus-next/
@ 2022-09-11 17:41 Viorel Munteanu
  0 siblings, 0 replies; 9+ messages in thread
From: Viorel Munteanu @ 2022-09-11 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     4bec47fb781a1c4704d1a70183586bb5c64be073
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Sep 11 17:11:36 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Sun Sep 11 17:41:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4bec47fb

dev-python/python-dbus-next: enable py3.11

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/python-dbus-next/Manifest                      | 2 +-
 dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-dbus-next/Manifest b/dev-python/python-dbus-next/Manifest
index 2c73f9a9e..9b3346732 100644
--- a/dev-python/python-dbus-next/Manifest
+++ b/dev-python/python-dbus-next/Manifest
@@ -1 +1 @@
-DIST python-dbus-next-0.2.3.tar.gz 81711 BLAKE2B 6acc38a05511b3de7e13893d82dd1ecd55f9a6124b4d859574294602b921ff012776c12ddb02e1be437b258c7bd5120a3a9625fc5b06bbbe02915dcc4c14897b SHA512 7836d855c755c8ac6cbbb251ca0cbd2f4df9b573f31b1ea1cab480e47896d36b4cb0d479b2469b0bf0b5c700068361a18874b4a087f73020cdcb4e04a2d7dbe7
+DIST python-dbus-next-0.2.3.gh.tar.gz 81711 BLAKE2B 6acc38a05511b3de7e13893d82dd1ecd55f9a6124b4d859574294602b921ff012776c12ddb02e1be437b258c7bd5120a3a9625fc5b06bbbe02915dcc4c14897b SHA512 7836d855c755c8ac6cbbb251ca0cbd2f4df9b573f31b1ea1cab480e47896d36b4cb0d479b2469b0bf0b5c700068361a18874b4a087f73020cdcb4e04a2d7dbe7

diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
index 7d7d00ea3..af2574feb 100644
--- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
+++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
@@ -12,7 +12,7 @@ HOMEPAGE="
 	https://github.com/altdesktop/python-dbus-next
 	https://pypi.org/project/dbus-next/
 "
-SRC_URI="https://github.com/altdesktop/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/altdesktop/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-dbus-next/
@ 2022-11-02 16:23 Viorel Munteanu
  0 siblings, 0 replies; 9+ messages in thread
From: Viorel Munteanu @ 2022-11-02 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     92024bb69249fa051565301661a15db310ef8d74
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  2 16:23:04 2022 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 16:23:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92024bb6

dev-python/python-dbus-next: add myself as a maintainer

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/python-dbus-next/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-dbus-next/metadata.xml b/dev-python/python-dbus-next/metadata.xml
index 7d50e4c0a..0548fa304 100644
--- a/dev-python/python-dbus-next/metadata.xml
+++ b/dev-python/python-dbus-next/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <maintainer type="person">
-	<email>ceamac.paragon@gmail.com</email>
+	<email>ceamac@gentoo.org</email>
 	<description>Primary maintainer</description>
 </maintainer>
 <upstream>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-dbus-next/
  2023-01-25 10:57 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-01-25 10:56 ` Viorel Munteanu
  0 siblings, 0 replies; 9+ messages in thread
From: Viorel Munteanu @ 2023-01-25 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     25221229422fb160c7d454a0e64484cddda6b990
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 10:21:56 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 10:55:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25221229

dev-python/python-dbus-next: disable py3.8

Drop doc; depends on obsolete packages and errors out.

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
index af2574feb..d75c7a637 100644
--- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
+++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..11} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="python-dbus-next is a Python library for DBus"
@@ -21,11 +21,9 @@ KEYWORDS="~amd64 ~x86"
 BDEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-	dev-python/sphinxcontrib-asyncio \
-	dev-python/sphinxcontrib-fulltoc
 
 # some tests fail with:
-# dbus_next.errors.InvalidAddressError: DBUS_SESSION_BUS_ADDRESS not set and could not get DISPLAY environment variable to get bus addres
+# dbus_next.errors.InvalidAddressError:
+# DBUS_SESSION_BUS_ADDRESS not set and could not get DISPLAY environment variable to get bus addres
 # or require certain services to be installed (like org.freedesktop.DBus.Debug.Stats)
 RESTRICT="test"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-01-25 10:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-03 18:06 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-dbus-next/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2023-01-25 10:57 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-01-25 10:56 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2022-11-02 16:23 Viorel Munteanu
2022-09-11 17:41 Viorel Munteanu
2022-01-09 11:32 Viorel Munteanu
2022-01-04  9:15 Viorel Munteanu
2022-01-03 21:24 Viorel Munteanu
2021-12-29 12:07 Viorel Munteanu
2021-12-24 18:03 Viorel Munteanu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox