* [gentoo-commits] proj/sci:master commit in: dev-python/hist/
@ 2024-05-06 8:24 Alexander Puck Neuwirth
0 siblings, 0 replies; 9+ messages in thread
From: Alexander Puck Neuwirth @ 2024-05-06 8:24 UTC (permalink / raw
To: gentoo-commits
commit: 3a4aefebff189bf3eea674c215827925240f418f
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sun Mar 17 21:18:32 2024 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Mon May 6 08:23:31 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3a4aefeb
dev-python/hist: new package, add 2.7.2
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
Closes: https://github.com/gentoo/sci/pull/1259
dev-python/hist/hist-2.7.2.ebuild | 26 ++++++++++++++++++++++++++
dev-python/hist/metadata.xml | 19 +++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-python/hist/hist-2.7.2.ebuild b/dev-python/hist/hist-2.7.2.ebuild
new file mode 100644
index 000000000..082844a5f
--- /dev/null
+++ b/dev-python/hist/hist-2.7.2.ebuild
@@ -0,0 +1,26 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=hatchling
+SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1 pypi
+
+DESCRIPTION="Histogramming for analysis powered by boost-histogram "
+HOMEPAGE="https://github.com/scikit-hep/hist"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/boost-histogram-1.3.1[${PYTHON_USEDEP}]
+ >=dev-python/histoprint-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.14.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+RESTRICT="test"
+# needs mplhep and dask_histogram ...
+#distutils_enable_tests pytest
diff --git a/dev-python/hist/metadata.xml b/dev-python/hist/metadata.xml
new file mode 100644
index 000000000..566083fe3
--- /dev/null
+++ b/dev-python/hist/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>alexander@neuwirth-informatik.de</email>
+ <name>Alexander Puck Neuwirth</name>
+ </maintainer>
+ <longdescription lang="en">
+ Hist is an analyst-friendly front-end for boost-histogram, designed for Python 3.7+ (3.6 users get version 2.4)
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">hist</remote-id>
+ <remote-id type="github">scikit-hep/hist</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hist/
@ 2024-06-03 8:16 Alexander Puck Neuwirth
0 siblings, 0 replies; 9+ messages in thread
From: Alexander Puck Neuwirth @ 2024-06-03 8:16 UTC (permalink / raw
To: gentoo-commits
commit: e193385eaeb6594e8be0d1077bcfb13c1b64f282
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Mon Jun 3 08:07:50 2024 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Mon Jun 3 08:07:50 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e193385e
dev-python/hist: add 2.7.3
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/hist/hist-2.7.3.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-python/hist/hist-2.7.3.ebuild b/dev-python/hist/hist-2.7.3.ebuild
new file mode 100644
index 000000000..082844a5f
--- /dev/null
+++ b/dev-python/hist/hist-2.7.3.ebuild
@@ -0,0 +1,26 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=hatchling
+SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1 pypi
+
+DESCRIPTION="Histogramming for analysis powered by boost-histogram "
+HOMEPAGE="https://github.com/scikit-hep/hist"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/boost-histogram-1.3.1[${PYTHON_USEDEP}]
+ >=dev-python/histoprint-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.14.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+RESTRICT="test"
+# needs mplhep and dask_histogram ...
+#distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hist/
@ 2024-10-22 8:34 Alexander Puck Neuwirth
0 siblings, 0 replies; 9+ messages in thread
From: Alexander Puck Neuwirth @ 2024-10-22 8:34 UTC (permalink / raw
To: gentoo-commits
commit: e3f613ae6e8d20ac6dadd33f363960cc803343b3
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sat Oct 19 10:19:11 2024 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Tue Oct 22 08:32:15 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e3f613ae
dev-python/hist: add 2.8.0
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/hist/hist-2.8.0.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-python/hist/hist-2.8.0.ebuild b/dev-python/hist/hist-2.8.0.ebuild
new file mode 100644
index 000000000..04160951e
--- /dev/null
+++ b/dev-python/hist/hist-2.8.0.ebuild
@@ -0,0 +1,26 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=hatchling
+SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1 pypi
+
+DESCRIPTION="Histogramming for analysis powered by boost-histogram "
+HOMEPAGE="https://github.com/scikit-hep/hist"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/boost-histogram-1.3.1[${PYTHON_USEDEP}]
+ >=dev-python/histoprint-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.14.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+RESTRICT="test"
+# needs mplhep and dask_histogram ...
+#distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hist/
@ 2025-03-30 9:23 Alexander Puck Neuwirth
0 siblings, 0 replies; 9+ messages in thread
From: Alexander Puck Neuwirth @ 2025-03-30 9:23 UTC (permalink / raw
To: gentoo-commits
commit: 9484a8441213c8dc688efd6ccf8af885042df4a2
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sun Mar 30 09:22:44 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Sun Mar 30 09:22:44 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9484a844
dev-python/hist: add 2.8.1
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/hist/hist-2.8.1.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-python/hist/hist-2.8.1.ebuild b/dev-python/hist/hist-2.8.1.ebuild
new file mode 100644
index 000000000..04160951e
--- /dev/null
+++ b/dev-python/hist/hist-2.8.1.ebuild
@@ -0,0 +1,26 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=hatchling
+SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1 pypi
+
+DESCRIPTION="Histogramming for analysis powered by boost-histogram "
+HOMEPAGE="https://github.com/scikit-hep/hist"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/boost-histogram-1.3.1[${PYTHON_USEDEP}]
+ >=dev-python/histoprint-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.14.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+RESTRICT="test"
+# needs mplhep and dask_histogram ...
+#distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hist/
@ 2025-04-02 10:55 Alexander Puck Neuwirth
0 siblings, 0 replies; 9+ messages in thread
From: Alexander Puck Neuwirth @ 2025-04-02 10:55 UTC (permalink / raw
To: gentoo-commits
commit: 1d84033eab0b28eff85975f5b9c29deab6ef5457
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sun Mar 30 09:39:54 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Wed Apr 2 10:54:36 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1d84033e
dev-python/hist: enable tests
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/hist/hist-2.8.1.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-python/hist/hist-2.8.1.ebuild b/dev-python/hist/hist-2.8.1.ebuild
index 04160951e..8fcc1bc67 100644
--- a/dev-python/hist/hist-2.8.1.ebuild
+++ b/dev-python/hist/hist-2.8.1.ebuild
@@ -19,8 +19,10 @@ RDEPEND="
"
BDEPEND="
dev-python/hatch-vcs[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest-mpl[${PYTHON_USEDEP}]
+ sci-physics/mplhep[${PYTHON_USEDEP}]
+ )
"
-RESTRICT="test"
-# needs mplhep and dask_histogram ...
-#distutils_enable_tests pytest
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hist/
@ 2025-07-31 11:34 Alexander Puck Neuwirth
0 siblings, 0 replies; 9+ messages in thread
From: Alexander Puck Neuwirth @ 2025-07-31 11:34 UTC (permalink / raw
To: gentoo-commits
commit: 61dfca3c1f5f5b17609f8b382ddd9f4206039c69
Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 19:06:36 2025 +0000
Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Thu Jul 31 11:31:09 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=61dfca3c
dev-python/hist: drop 2.7.2, 2.8.0
Part-of: https://github.com/gentoo/sci/pull/1372
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>
dev-python/hist/hist-2.7.2.ebuild | 26 --------------------------
dev-python/hist/hist-2.8.0.ebuild | 26 --------------------------
2 files changed, 52 deletions(-)
diff --git a/dev-python/hist/hist-2.7.2.ebuild b/dev-python/hist/hist-2.7.2.ebuild
deleted file mode 100644
index 082844a5f..000000000
--- a/dev-python/hist/hist-2.7.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=hatchling
-SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-inherit distutils-r1 pypi
-
-DESCRIPTION="Histogramming for analysis powered by boost-histogram "
-HOMEPAGE="https://github.com/scikit-hep/hist"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/boost-histogram-1.3.1[${PYTHON_USEDEP}]
- >=dev-python/histoprint-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.14.5[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
-"
-
-RESTRICT="test"
-# needs mplhep and dask_histogram ...
-#distutils_enable_tests pytest
diff --git a/dev-python/hist/hist-2.8.0.ebuild b/dev-python/hist/hist-2.8.0.ebuild
deleted file mode 100644
index 04160951e..000000000
--- a/dev-python/hist/hist-2.8.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-DISTUTILS_USE_PEP517=hatchling
-SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-inherit distutils-r1 pypi
-
-DESCRIPTION="Histogramming for analysis powered by boost-histogram "
-HOMEPAGE="https://github.com/scikit-hep/hist"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/boost-histogram-1.3.1[${PYTHON_USEDEP}]
- >=dev-python/histoprint-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.14.5[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
-"
-
-RESTRICT="test"
-# needs mplhep and dask_histogram ...
-#distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hist/
@ 2025-07-31 11:34 Alexander Puck Neuwirth
0 siblings, 0 replies; 9+ messages in thread
From: Alexander Puck Neuwirth @ 2025-07-31 11:34 UTC (permalink / raw
To: gentoo-commits
commit: d115b3c34bd930fd72d15336a4c1dfd70081fd5e
Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 19:06:52 2025 +0000
Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Thu Jul 31 11:31:15 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d115b3c3
dev-python/hist: add myself as a maintainer
Part-of: https://github.com/gentoo/sci/pull/1372
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>
dev-python/hist/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hist/metadata.xml b/dev-python/hist/metadata.xml
index 566083fe3..ed8b6049a 100644
--- a/dev-python/hist/metadata.xml
+++ b/dev-python/hist/metadata.xml
@@ -6,7 +6,7 @@
<name>Gentoo Science Project</name>
</maintainer>
<maintainer type="person">
- <email>alexander@neuwirth-informatik.de</email>
+ <email>apn-pucky@gentoo.org</email>
<name>Alexander Puck Neuwirth</name>
</maintainer>
<longdescription lang="en">
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hist/
@ 2025-07-31 11:34 Alexander Puck Neuwirth
0 siblings, 0 replies; 9+ messages in thread
From: Alexander Puck Neuwirth @ 2025-07-31 11:34 UTC (permalink / raw
To: gentoo-commits
commit: ee8fb3253e378c8b9d949dd6780d56faa38ab508
Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 19:08:33 2025 +0000
Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Thu Jul 31 11:31:32 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ee8fb325
dev-python/hist: export SETUPTOOLS_SCM_PRETEND_VERSION
Part-of: https://github.com/gentoo/sci/pull/1372
Closes: https://github.com/gentoo/sci/pull/1372
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>
dev-python/hist/hist-2.7.3.ebuild | 2 +-
dev-python/hist/hist-2.8.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/hist/hist-2.7.3.ebuild b/dev-python/hist/hist-2.7.3.ebuild
index 082844a5f..cc07fcf1f 100644
--- a/dev-python/hist/hist-2.7.3.ebuild
+++ b/dev-python/hist/hist-2.7.3.ebuild
@@ -2,7 +2,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=hatchling
-SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
inherit distutils-r1 pypi
DESCRIPTION="Histogramming for analysis powered by boost-histogram "
diff --git a/dev-python/hist/hist-2.8.1.ebuild b/dev-python/hist/hist-2.8.1.ebuild
index 8fcc1bc67..1d96215dc 100644
--- a/dev-python/hist/hist-2.8.1.ebuild
+++ b/dev-python/hist/hist-2.8.1.ebuild
@@ -2,7 +2,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=hatchling
-SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
inherit distutils-r1 pypi
DESCRIPTION="Histogramming for analysis powered by boost-histogram "
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hist/
@ 2025-09-27 9:33 Alexander Puck Neuwirth
0 siblings, 0 replies; 9+ messages in thread
From: Alexander Puck Neuwirth @ 2025-09-27 9:33 UTC (permalink / raw
To: gentoo-commits
commit: 7f781d8d994f1521512e5dbc36f80af9e903ab84
Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 24 17:31:55 2025 +0000
Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Sat Sep 27 09:25:11 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7f781d8d
dev-python/hist: add 2.9.0
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>
dev-python/hist/hist-2.9.0.ebuild | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/dev-python/hist/hist-2.9.0.ebuild b/dev-python/hist/hist-2.9.0.ebuild
new file mode 100644
index 000000000..89aaec4da
--- /dev/null
+++ b/dev-python/hist/hist-2.9.0.ebuild
@@ -0,0 +1,29 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=hatchling
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1 pypi
+
+DESCRIPTION="Histogramming for analysis powered by boost-histogram "
+HOMEPAGE="https://github.com/scikit-hep/hist"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/boost-histogram-1.3.1[${PYTHON_USEDEP}]
+ <dev-python/boost-histogram-1.7[${PYTHON_USEDEP}]
+ >=dev-python/histoprint-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.19.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest-mpl[${PYTHON_USEDEP}]
+ sci-physics/mplhep[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-09-27 9:33 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-31 11:34 [gentoo-commits] proj/sci:master commit in: dev-python/hist/ Alexander Puck Neuwirth
-- strict thread matches above, loose matches on Subject: below --
2025-09-27 9:33 Alexander Puck Neuwirth
2025-07-31 11:34 Alexander Puck Neuwirth
2025-07-31 11:34 Alexander Puck Neuwirth
2025-04-02 10:55 Alexander Puck Neuwirth
2025-03-30 9:23 Alexander Puck Neuwirth
2024-10-22 8:34 Alexander Puck Neuwirth
2024-06-03 8:16 Alexander Puck Neuwirth
2024-05-06 8:24 Alexander Puck Neuwirth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox