* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cattrs/
@ 2021-06-19 21:53 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-06-19 21:53 UTC (permalink / raw
To: gentoo-commits
commit: 60d293b5e1c9ff521345a9cbff0fcdd3b34f6fa2
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Jun 19 19:51:51 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Jun 19 21:53:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60d293b5
dev-python/cattrs: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/cattrs/Manifest | 1 +
dev-python/cattrs/cattrs-1.2.0.ebuild | 24 ++++++++++++++++++++++++
dev-python/cattrs/metadata.xml | 5 +++++
3 files changed, 30 insertions(+)
diff --git a/dev-python/cattrs/Manifest b/dev-python/cattrs/Manifest
new file mode 100644
index 000000000..4b1af41a7
--- /dev/null
+++ b/dev-python/cattrs/Manifest
@@ -0,0 +1 @@
+DIST cattrs-1.2.0.tar.gz 46656 BLAKE2B 40cc1351c910fc1026f06afc0170be93d07ec6488550e78b4334e22cf0a6e5d68031d4533ffdf8f076af53fd06c8eff71e0918095e375db3cee3713cd7ec1294 SHA512 9ab39447f9c476cc70d1be8e4827dab679e8144405cad4581da9bb723145574fe7e17fc7ef7977815f6fbb3fa4c5373b8fa33c292777ab6734efb41d6a60de80
diff --git a/dev-python/cattrs/cattrs-1.2.0.ebuild b/dev-python/cattrs/cattrs-1.2.0.ebuild
new file mode 100644
index 000000000..5a52e2564
--- /dev/null
+++ b/dev-python/cattrs/cattrs-1.2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} pypy3 )
+
+inherit distutils-r1
+
+SRC_URI="https://github.com/Tinche/cattrs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+DESCRIPTION="Complex custom class converters for attrs"
+HOMEPAGE="https://github.com/Tinche/cattrs"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]"
+DEPEND="
+ ${RDEPEND}
+ test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs
diff --git a/dev-python/cattrs/metadata.xml b/dev-python/cattrs/metadata.xml
new file mode 100644
index 000000000..6f49eba8f
--- /dev/null
+++ b/dev-python/cattrs/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<!-- maintainer-needed -->
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cattrs/
@ 2021-06-27 23:25 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-06-27 23:25 UTC (permalink / raw
To: gentoo-commits
commit: 867eeadb324626609ae066965cc3122af0c34a86
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jun 27 23:09:18 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Jun 27 23:09:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=867eeadb
dev-python/cattrs: add 1.7.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/cattrs/Manifest | 1 +
dev-python/cattrs/cattrs-1.7.0.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/cattrs/Manifest b/dev-python/cattrs/Manifest
index 4b1af41a7..9deea383b 100644
--- a/dev-python/cattrs/Manifest
+++ b/dev-python/cattrs/Manifest
@@ -1 +1,2 @@
DIST cattrs-1.2.0.tar.gz 46656 BLAKE2B 40cc1351c910fc1026f06afc0170be93d07ec6488550e78b4334e22cf0a6e5d68031d4533ffdf8f076af53fd06c8eff71e0918095e375db3cee3713cd7ec1294 SHA512 9ab39447f9c476cc70d1be8e4827dab679e8144405cad4581da9bb723145574fe7e17fc7ef7977815f6fbb3fa4c5373b8fa33c292777ab6734efb41d6a60de80
+DIST cattrs-1.7.0.tar.gz 85690 BLAKE2B 708295907124fc2ed9c3095fb99ef3ae0ec4d80e495f1b0964185d615fbcd59c7d7f090f400d49e0c92b2e3bc952929c3feb3c35804ff600b088b8df43762a13 SHA512 a87381a65a3c14652fc04cb7f409272f3705965cb05472b849c3bb9096362eafc7fdc445ab4b51cdf5b62d049e4f00951c992f1562a8c20eef1abbfb5b8d2958
diff --git a/dev-python/cattrs/cattrs-1.7.0.ebuild b/dev-python/cattrs/cattrs-1.7.0.ebuild
new file mode 100644
index 000000000..a6a19fc29
--- /dev/null
+++ b/dev-python/cattrs/cattrs-1.7.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} pypy3 )
+
+inherit distutils-r1
+
+SRC_URI="https://github.com/Tinche/cattrs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+DESCRIPTION="Complex custom class converters for attrs"
+HOMEPAGE="https://github.com/Tinche/cattrs"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]"
+DEPEND="
+ ${RDEPEND}
+ test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cattrs/
@ 2021-06-28 13:34 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-06-28 13:34 UTC (permalink / raw
To: gentoo-commits
commit: 8848e051c0a0c53d12d6a085b569a337fdb8393f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Jun 28 13:19:09 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Jun 28 13:34:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8848e051
dev-python/cattrs: use pyproject.toml
Closes: https://bugs.gentoo.org/799032
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/cattrs/cattrs-1.7.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/cattrs/cattrs-1.7.0.ebuild b/dev-python/cattrs/cattrs-1.7.0.ebuild
index a6a19fc29..d8e1cf75e 100644
--- a/dev-python/cattrs/cattrs-1.7.0.ebuild
+++ b/dev-python/cattrs/cattrs-1.7.0.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
PYTHON_COMPAT=( python3_{8..9} pypy3 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cattrs/
@ 2021-06-29 3:25 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-06-29 3:25 UTC (permalink / raw
To: gentoo-commits
commit: 9cea627aafe3aca38fcc5a06928fef55dfb30271
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 29 03:13:46 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Jun 29 03:25:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9cea627a
dev-python/cattrs: add more test deps
Closes: https://bugs.gentoo.org/799080
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/cattrs/cattrs-1.7.0.ebuild | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/dev-python/cattrs/cattrs-1.7.0.ebuild b/dev-python/cattrs/cattrs-1.7.0.ebuild
index d8e1cf75e..faf55aabb 100644
--- a/dev-python/cattrs/cattrs-1.7.0.ebuild
+++ b/dev-python/cattrs/cattrs-1.7.0.ebuild
@@ -1,24 +1,31 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=8
+EAPI=7
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
SRC_URI="https://github.com/Tinche/cattrs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
DESCRIPTION="Complex custom class converters for attrs"
HOMEPAGE="https://github.com/Tinche/cattrs"
LICENSE="MIT"
SLOT="0"
-RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/attrs-20[${PYTHON_USEDEP}]"
DEPEND="
${RDEPEND}
- test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )
+ test? (
+ dev-python/bson[${PYTHON_USEDEP}]
+ dev-python/immutables[${PYTHON_USEDEP}]
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ dev-python/orjson[${PYTHON_USEDEP}]
+ dev-python/pytest-benchmark[${PYTHON_USEDEP}]
+ dev-python/ujson[${PYTHON_USEDEP}]
+ )
"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cattrs/
@ 2021-06-30 21:58 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-06-30 21:58 UTC (permalink / raw
To: gentoo-commits
commit: 231aed1c354f277414583357f5a626bfdc6282bc
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Jun 30 21:58:06 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Jun 30 21:58:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=231aed1c
dev-python/cattrs: keyword 1.7.0 for ~amd64
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/cattrs/cattrs-1.7.0.ebuild | 26 ++++++++++++++++++--------
1 file changed, 18 insertions(+), 8 deletions(-)
diff --git a/dev-python/cattrs/cattrs-1.7.0.ebuild b/dev-python/cattrs/cattrs-1.7.0.ebuild
index faf55aabb..3811ca471 100644
--- a/dev-python/cattrs/cattrs-1.7.0.ebuild
+++ b/dev-python/cattrs/cattrs-1.7.0.ebuild
@@ -3,28 +3,38 @@
EAPI=7
+DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
SRC_URI="https://github.com/Tinche/cattrs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS=""
+KEYWORDS="~amd64"
DESCRIPTION="Complex custom class converters for attrs"
HOMEPAGE="https://github.com/Tinche/cattrs"
LICENSE="MIT"
SLOT="0"
-RDEPEND=">=dev-python/attrs-20[${PYTHON_USEDEP}]"
+RDEPEND="
+ ${PYTHON_DEPS}
+ $(python_gen_cond_dep '>=dev-python/attrs-20[${PYTHON_USEDEP}]')
+"
DEPEND="
${RDEPEND}
test? (
- dev-python/bson[${PYTHON_USEDEP}]
- dev-python/immutables[${PYTHON_USEDEP}]
- dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/orjson[${PYTHON_USEDEP}]
- dev-python/pytest-benchmark[${PYTHON_USEDEP}]
- dev-python/ujson[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/bson[${PYTHON_USEDEP}]
+ dev-python/immutables[${PYTHON_USEDEP}]
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ dev-python/msgpack[${PYTHON_USEDEP}]
+ dev-python/pendulum[${PYTHON_USEDEP}]
+ dev-python/pytest-benchmark[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/tomlkit[${PYTHON_USEDEP}]
+ dev-python/ujson[${PYTHON_USEDEP}]
+ ')
+ dev-python/orjson[${PYTHON_SINGLE_USEDEP}]
)
"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cattrs/
@ 2021-07-05 8:44 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-07-05 8:44 UTC (permalink / raw
To: gentoo-commits
commit: ac88c8c1201a408384d0409e32c23708bf309ab3
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Jul 5 08:34:35 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Jul 5 08:34:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac88c8c1
dev-python/cattrs: drop 1.2.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/cattrs/Manifest | 1 -
dev-python/cattrs/cattrs-1.2.0.ebuild | 24 ------------------------
2 files changed, 25 deletions(-)
diff --git a/dev-python/cattrs/Manifest b/dev-python/cattrs/Manifest
index 9deea383b..02b6f19f6 100644
--- a/dev-python/cattrs/Manifest
+++ b/dev-python/cattrs/Manifest
@@ -1,2 +1 @@
-DIST cattrs-1.2.0.tar.gz 46656 BLAKE2B 40cc1351c910fc1026f06afc0170be93d07ec6488550e78b4334e22cf0a6e5d68031d4533ffdf8f076af53fd06c8eff71e0918095e375db3cee3713cd7ec1294 SHA512 9ab39447f9c476cc70d1be8e4827dab679e8144405cad4581da9bb723145574fe7e17fc7ef7977815f6fbb3fa4c5373b8fa33c292777ab6734efb41d6a60de80
DIST cattrs-1.7.0.tar.gz 85690 BLAKE2B 708295907124fc2ed9c3095fb99ef3ae0ec4d80e495f1b0964185d615fbcd59c7d7f090f400d49e0c92b2e3bc952929c3feb3c35804ff600b088b8df43762a13 SHA512 a87381a65a3c14652fc04cb7f409272f3705965cb05472b849c3bb9096362eafc7fdc445ab4b51cdf5b62d049e4f00951c992f1562a8c20eef1abbfb5b8d2958
diff --git a/dev-python/cattrs/cattrs-1.2.0.ebuild b/dev-python/cattrs/cattrs-1.2.0.ebuild
deleted file mode 100644
index 5a52e2564..000000000
--- a/dev-python/cattrs/cattrs-1.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} pypy3 )
-
-inherit distutils-r1
-
-SRC_URI="https://github.com/Tinche/cattrs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-DESCRIPTION="Complex custom class converters for attrs"
-HOMEPAGE="https://github.com/Tinche/cattrs"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]"
-DEPEND="
- ${RDEPEND}
- test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cattrs/
@ 2021-07-11 0:38 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-07-11 0:38 UTC (permalink / raw
To: gentoo-commits
commit: 57d37bc93f30a7dbe384c52347d88f4ed08cd6a1
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jul 11 00:32:07 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Jul 11 00:32:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57d37bc9
dev-python/cattrs: treeclean
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/cattrs/Manifest | 1 -
dev-python/cattrs/cattrs-1.7.0.ebuild | 42 -----------------------------------
dev-python/cattrs/metadata.xml | 9 --------
3 files changed, 52 deletions(-)
diff --git a/dev-python/cattrs/Manifest b/dev-python/cattrs/Manifest
deleted file mode 100644
index 02b6f19f6..000000000
--- a/dev-python/cattrs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cattrs-1.7.0.tar.gz 85690 BLAKE2B 708295907124fc2ed9c3095fb99ef3ae0ec4d80e495f1b0964185d615fbcd59c7d7f090f400d49e0c92b2e3bc952929c3feb3c35804ff600b088b8df43762a13 SHA512 a87381a65a3c14652fc04cb7f409272f3705965cb05472b849c3bb9096362eafc7fdc445ab4b51cdf5b62d049e4f00951c992f1562a8c20eef1abbfb5b8d2958
diff --git a/dev-python/cattrs/cattrs-1.7.0.ebuild b/dev-python/cattrs/cattrs-1.7.0.ebuild
deleted file mode 100644
index 3811ca471..000000000
--- a/dev-python/cattrs/cattrs-1.7.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-SRC_URI="https://github.com/Tinche/cattrs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-DESCRIPTION="Complex custom class converters for attrs"
-HOMEPAGE="https://github.com/Tinche/cattrs"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '>=dev-python/attrs-20[${PYTHON_USEDEP}]')
-"
-DEPEND="
- ${RDEPEND}
- test? (
- $(python_gen_cond_dep '
- dev-python/bson[${PYTHON_USEDEP}]
- dev-python/immutables[${PYTHON_USEDEP}]
- dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/msgpack[${PYTHON_USEDEP}]
- dev-python/pendulum[${PYTHON_USEDEP}]
- dev-python/pytest-benchmark[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/tomlkit[${PYTHON_USEDEP}]
- dev-python/ujson[${PYTHON_USEDEP}]
- ')
- dev-python/orjson[${PYTHON_SINGLE_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs
diff --git a/dev-python/cattrs/metadata.xml b/dev-python/cattrs/metadata.xml
deleted file mode 100644
index d2b2c8ce9..000000000
--- a/dev-python/cattrs/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-07-11 0:38 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-28 13:34 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cattrs/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2021-07-11 0:38 Alessandro Barbieri
2021-07-05 8:44 Alessandro Barbieri
2021-06-30 21:58 Alessandro Barbieri
2021-06-29 3:25 Alessandro Barbieri
2021-06-27 23:25 Alessandro Barbieri
2021-06-19 21:53 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox