* [gentoo-commits] repo/proj/guru:master commit in: dev-python/validators/
@ 2020-04-28 7:44 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-04-28 7:44 UTC (permalink / raw
To: gentoo-commits
commit: ae5316183f18e37ff8e046c2e32d98ed508dfe31
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Apr 27 21:06:54 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Apr 27 21:24:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae531618
dev-python/validators: version bump, dep cleanup
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/validators/Manifest | 1 +
dev-python/validators/metadata.xml | 16 ++++++++++++++++
...idators-0.14.0.ebuild => validators-0.14.0-r1.ebuild} | 7 ++++---
...validators-0.14.0.ebuild => validators-0.14.3.ebuild} | 12 ++++++++----
4 files changed, 29 insertions(+), 7 deletions(-)
diff --git a/dev-python/validators/Manifest b/dev-python/validators/Manifest
index bc091ea..d3a654c 100644
--- a/dev-python/validators/Manifest
+++ b/dev-python/validators/Manifest
@@ -1 +1,2 @@
DIST validators-0.14.0.tar.gz 25442 BLAKE2B e4c159afd24b33bd91ea59ca00254712cf69f9a4d180dd794f9b142a372bfd1695cebe7b49585a6b7eb8ea8290499e0138151a3e7a5693db187d8ad2bb520c9e SHA512 ec9153cb817f25e40221502484cdbdb9cf1566fe8445f7b822d4a80325154aca5a665be452f6251351682d36167c5a6bb02c3259d6067f4f51fa1d01aaa44a4e
+DIST validators-0.14.3.tar.gz 25893 BLAKE2B 2114d74912457032506eb850e5da856044439f5e02ac707cddcca23b6a59b7725d4253cbb7ce815f6944076a54f686edcbf52d387d2f27b53ca6bccbbdaa4140 SHA512 ea2fc81a63f24d64d2933220ed7674ae9733673c208906d3090bc10bf2119965834759015deedfea218306b1b29e8ff6937698e3b5de73494236516656a16096
diff --git a/dev-python/validators/metadata.xml b/dev-python/validators/metadata.xml
index f31aef4..1ca4382 100644
--- a/dev-python/validators/metadata.xml
+++ b/dev-python/validators/metadata.xml
@@ -5,4 +5,20 @@
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
+ <longdescription lang="en">
+Python data validation for Humans.
+
+Python has all kinds of data validation tools, but every one of them seems to require defining a schema or form. I wanted to create a simple validation library where validating a simple value does not require defining a form or a schema.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/kvesteri/validators/issues</bugs-to>
+ <changelog>https://raw.githubusercontent.com/kvesteri/validators/master/CHANGES.rst</changelog>
+ <doc lang="en">https://validators.readthedocs.io/en/latest</doc>
+ <maintainer status="active">
+ <email>konsta@fastmonkeys.com</email>
+ <name>Konsta Vesterinen</name>
+ </maintainer>
+ <remote-id type="github">kvesteri/validators</remote-id>
+ <remote-id type="pypi">validators</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-python/validators/validators-0.14.0.ebuild b/dev-python/validators/validators-0.14.0-r1.ebuild
similarity index 89%
copy from dev-python/validators/validators-0.14.0.ebuild
copy to dev-python/validators/validators-0.14.0-r1.ebuild
index 3a8b85b..47c4fba 100644
--- a/dev-python/validators/validators-0.14.0.ebuild
+++ b/dev-python/validators/validators-0.14.0-r1.ebuild
@@ -21,10 +21,11 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
- test? (
- >=dev-python/isort-4.2.2[${PYTHON_USEDEP}]
- )
"
+#not really required
+# test? (
+# >=dev-python/isort-4.2.2[${PYTHON_USEDEP}]
+# )
distutils_enable_tests pytest
diff --git a/dev-python/validators/validators-0.14.0.ebuild b/dev-python/validators/validators-0.14.3.ebuild
similarity index 78%
rename from dev-python/validators/validators-0.14.0.ebuild
rename to dev-python/validators/validators-0.14.3.ebuild
index 3a8b85b..71435e7 100644
--- a/dev-python/validators/validators-0.14.0.ebuild
+++ b/dev-python/validators/validators-0.14.3.ebuild
@@ -8,7 +8,10 @@ PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python Data Validation for Humans"
-HOMEPAGE="https://github.com/kvesteri/validators"
+HOMEPAGE="
+ https://github.com/kvesteri/validators
+ https://pypi.org/project/validators
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
@@ -21,10 +24,11 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
- test? (
- >=dev-python/isort-4.2.2[${PYTHON_USEDEP}]
- )
"
+#not really required
+# test? (
+# >=dev-python/isort-4.2.2[${PYTHON_USEDEP}]
+# )
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/validators/
@ 2020-05-19 11:24 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-05-19 11:24 UTC (permalink / raw
To: gentoo-commits
commit: 06ca4e6da3ac4119a9e00502a1e79a47e14b7c61
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 18 16:58:53 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May 18 16:58:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06ca4e6d
dev-python/validators: new version
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/validators/Manifest | 1 +
dev-python/validators/validators-0.15.0.ebuild | 36 ++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/validators/Manifest b/dev-python/validators/Manifest
index d3a654c..604b1fa 100644
--- a/dev-python/validators/Manifest
+++ b/dev-python/validators/Manifest
@@ -1,2 +1,3 @@
DIST validators-0.14.0.tar.gz 25442 BLAKE2B e4c159afd24b33bd91ea59ca00254712cf69f9a4d180dd794f9b142a372bfd1695cebe7b49585a6b7eb8ea8290499e0138151a3e7a5693db187d8ad2bb520c9e SHA512 ec9153cb817f25e40221502484cdbdb9cf1566fe8445f7b822d4a80325154aca5a665be452f6251351682d36167c5a6bb02c3259d6067f4f51fa1d01aaa44a4e
DIST validators-0.14.3.tar.gz 25893 BLAKE2B 2114d74912457032506eb850e5da856044439f5e02ac707cddcca23b6a59b7725d4253cbb7ce815f6944076a54f686edcbf52d387d2f27b53ca6bccbbdaa4140 SHA512 ea2fc81a63f24d64d2933220ed7674ae9733673c208906d3090bc10bf2119965834759015deedfea218306b1b29e8ff6937698e3b5de73494236516656a16096
+DIST validators-0.15.0.tar.gz 27333 BLAKE2B d8c683bf8a79e1e0c5a9d59b0a23f9f1aaae3a90f358f9810a8aae2a98a144e8c1f6a2c16df5c1fe0d354c779869ae118269b11df6bfcaac5e19c5689d4e9e1b SHA512 333b88621133416acf7e9c9746a92f1ae795b579ccc57fd514414ba87eb51ce8eaf496955b91c7d0c2046a52a05afb05c5452f7c1e5f035ea747c28b7d1aea73
diff --git a/dev-python/validators/validators-0.15.0.ebuild b/dev-python/validators/validators-0.15.0.ebuild
new file mode 100644
index 0000000..d377570
--- /dev/null
+++ b/dev-python/validators/validators-0.15.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Data Validation for Humans"
+HOMEPAGE="
+ https://github.com/kvesteri/validators
+ https://pypi.org/project/validators
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+ >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
+ >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+"
+#not really required
+# test? (
+# >=dev-python/isort-4.2.2[${PYTHON_USEDEP}]
+# )
+
+distutils_enable_tests pytest
+
+#issues with sphinx.ext.pngmath https://github.com/kvesteri/validators/issues/156
+distutils_enable_sphinx docs "<dev-python/sphinx-1.8"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/validators/
@ 2020-08-28 15:26 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-08-28 15:26 UTC (permalink / raw
To: gentoo-commits
commit: a9d7404cf28c99d526e904ff5f406ea8407e2525
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Aug 28 14:30:48 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Aug 28 15:26:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9d7404c
dev-python/validators: version bump 0.18.0
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/validators/Manifest | 4 +--
dev-python/validators/validators-0.14.0-r1.ebuild | 33 --------------------
dev-python/validators/validators-0.15.0.ebuild | 36 ----------------------
...tors-0.14.3.ebuild => validators-0.18.0.ebuild} | 20 ++++++------
4 files changed, 10 insertions(+), 83 deletions(-)
diff --git a/dev-python/validators/Manifest b/dev-python/validators/Manifest
index 604b1fa..ba3ccbb 100644
--- a/dev-python/validators/Manifest
+++ b/dev-python/validators/Manifest
@@ -1,3 +1 @@
-DIST validators-0.14.0.tar.gz 25442 BLAKE2B e4c159afd24b33bd91ea59ca00254712cf69f9a4d180dd794f9b142a372bfd1695cebe7b49585a6b7eb8ea8290499e0138151a3e7a5693db187d8ad2bb520c9e SHA512 ec9153cb817f25e40221502484cdbdb9cf1566fe8445f7b822d4a80325154aca5a665be452f6251351682d36167c5a6bb02c3259d6067f4f51fa1d01aaa44a4e
-DIST validators-0.14.3.tar.gz 25893 BLAKE2B 2114d74912457032506eb850e5da856044439f5e02ac707cddcca23b6a59b7725d4253cbb7ce815f6944076a54f686edcbf52d387d2f27b53ca6bccbbdaa4140 SHA512 ea2fc81a63f24d64d2933220ed7674ae9733673c208906d3090bc10bf2119965834759015deedfea218306b1b29e8ff6937698e3b5de73494236516656a16096
-DIST validators-0.15.0.tar.gz 27333 BLAKE2B d8c683bf8a79e1e0c5a9d59b0a23f9f1aaae3a90f358f9810a8aae2a98a144e8c1f6a2c16df5c1fe0d354c779869ae118269b11df6bfcaac5e19c5689d4e9e1b SHA512 333b88621133416acf7e9c9746a92f1ae795b579ccc57fd514414ba87eb51ce8eaf496955b91c7d0c2046a52a05afb05c5452f7c1e5f035ea747c28b7d1aea73
+DIST validators-0.18.0.tar.gz 29394 BLAKE2B 28c6b38207cc8accf70f921b866d04db7e5b81c3cb11f62b649698f759e910c604c76d7633805676e01986677011b7505981b80e6b6a0266cd6554fc30866216 SHA512 f735798a81b817bc1277acdc694d8259dc518fec3dea5f8edbe35bc7f0e919f595ab3757bc07eddf01523217ad2e5039b7fe5833b2306dbba90261e46d8cc3e0
diff --git a/dev-python/validators/validators-0.14.0-r1.ebuild b/dev-python/validators/validators-0.14.0-r1.ebuild
deleted file mode 100644
index 47c4fba..0000000
--- a/dev-python/validators/validators-0.14.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Data Validation for Humans"
-HOMEPAGE="https://github.com/kvesteri/validators"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
- >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
-"
-#not really required
-# test? (
-# >=dev-python/isort-4.2.2[${PYTHON_USEDEP}]
-# )
-
-distutils_enable_tests pytest
-
-#issues with sphinx.ext.pngmath https://github.com/kvesteri/validators/issues/156
-distutils_enable_sphinx docs "<dev-python/sphinx-1.8"
diff --git a/dev-python/validators/validators-0.15.0.ebuild b/dev-python/validators/validators-0.15.0.ebuild
deleted file mode 100644
index d377570..0000000
--- a/dev-python/validators/validators-0.15.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Data Validation for Humans"
-HOMEPAGE="
- https://github.com/kvesteri/validators
- https://pypi.org/project/validators
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
- >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
-"
-#not really required
-# test? (
-# >=dev-python/isort-4.2.2[${PYTHON_USEDEP}]
-# )
-
-distutils_enable_tests pytest
-
-#issues with sphinx.ext.pngmath https://github.com/kvesteri/validators/issues/156
-distutils_enable_sphinx docs "<dev-python/sphinx-1.8"
diff --git a/dev-python/validators/validators-0.14.3.ebuild b/dev-python/validators/validators-0.18.0.ebuild
similarity index 65%
rename from dev-python/validators/validators-0.14.3.ebuild
rename to dev-python/validators/validators-0.18.0.ebuild
index 71435e7..0e69cd3 100644
--- a/dev-python/validators/validators-0.14.3.ebuild
+++ b/dev-python/validators/validators-0.18.0.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
inherit distutils-r1
@@ -22,15 +22,13 @@ RDEPEND="
>=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.0[${PYTHON_USEDEP}]
"
-DEPEND="
- ${RDEPEND}
-"
-#not really required
-# test? (
-# >=dev-python/isort-4.2.2[${PYTHON_USEDEP}]
-# )
-distutils_enable_tests pytest
+python_prepare_all() {
+ # sphinx.ext.pngmath has been replace in sphinx>2
+ sed -i -e 's/sphinx.ext.pngmath/sphinx.ext.imgmath/g' docs/conf.py || die
-#issues with sphinx.ext.pngmath https://github.com/kvesteri/validators/issues/156
-distutils_enable_sphinx docs "<dev-python/sphinx-1.8"
+ distutils-r1_python_prepare_all
+}
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/validators/
2020-12-18 19:55 [gentoo-commits] repo/proj/guru:master commit in: dev-python/validators/ Andrew Ammerlaan
@ 2020-12-18 19:30 ` Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 19:30 UTC (permalink / raw
To: gentoo-commits
commit: fa06b4a7b6dc828dd5310421329db93abc5de77a
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 19:30:47 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 19:30:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa06b4a7
dev-python/validators: version bump 0.18.2
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/validators/Manifest | 2 +-
.../validators/{validators-0.18.0.ebuild => validators-0.18.2.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/validators/Manifest b/dev-python/validators/Manifest
index ba3ccbb6..f9d7f128 100644
--- a/dev-python/validators/Manifest
+++ b/dev-python/validators/Manifest
@@ -1 +1 @@
-DIST validators-0.18.0.tar.gz 29394 BLAKE2B 28c6b38207cc8accf70f921b866d04db7e5b81c3cb11f62b649698f759e910c604c76d7633805676e01986677011b7505981b80e6b6a0266cd6554fc30866216 SHA512 f735798a81b817bc1277acdc694d8259dc518fec3dea5f8edbe35bc7f0e919f595ab3757bc07eddf01523217ad2e5039b7fe5833b2306dbba90261e46d8cc3e0
+DIST validators-0.18.2.tar.gz 30299 BLAKE2B 96be7c0bed74e32143d2ea9de7b595599d567b6a8c81b85d92ba7be035e7fe26361240896ada08b2b5f30ce5519a6828dc4350b6ce7ecdb27525e40934a10d31 SHA512 8213736508e56b5d4ddaa9c8e707a7ceb398c8b2c41b938d626459d8bf134aa113116f49cef0cd317033a683d18493448ac4107a5f50151899946bbd48197411
diff --git a/dev-python/validators/validators-0.18.0.ebuild b/dev-python/validators/validators-0.18.2.ebuild
similarity index 100%
rename from dev-python/validators/validators-0.18.0.ebuild
rename to dev-python/validators/validators-0.18.2.ebuild
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/validators/
@ 2020-12-18 19:55 Andrew Ammerlaan
2020-12-18 19:30 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
0 siblings, 1 reply; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 19:55 UTC (permalink / raw
To: gentoo-commits
commit: fa06b4a7b6dc828dd5310421329db93abc5de77a
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 19:30:47 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 19:30:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa06b4a7
dev-python/validators: version bump 0.18.2
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/validators/Manifest | 2 +-
.../validators/{validators-0.18.0.ebuild => validators-0.18.2.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/validators/Manifest b/dev-python/validators/Manifest
index ba3ccbb6..f9d7f128 100644
--- a/dev-python/validators/Manifest
+++ b/dev-python/validators/Manifest
@@ -1 +1 @@
-DIST validators-0.18.0.tar.gz 29394 BLAKE2B 28c6b38207cc8accf70f921b866d04db7e5b81c3cb11f62b649698f759e910c604c76d7633805676e01986677011b7505981b80e6b6a0266cd6554fc30866216 SHA512 f735798a81b817bc1277acdc694d8259dc518fec3dea5f8edbe35bc7f0e919f595ab3757bc07eddf01523217ad2e5039b7fe5833b2306dbba90261e46d8cc3e0
+DIST validators-0.18.2.tar.gz 30299 BLAKE2B 96be7c0bed74e32143d2ea9de7b595599d567b6a8c81b85d92ba7be035e7fe26361240896ada08b2b5f30ce5519a6828dc4350b6ce7ecdb27525e40934a10d31 SHA512 8213736508e56b5d4ddaa9c8e707a7ceb398c8b2c41b938d626459d8bf134aa113116f49cef0cd317033a683d18493448ac4107a5f50151899946bbd48197411
diff --git a/dev-python/validators/validators-0.18.0.ebuild b/dev-python/validators/validators-0.18.2.ebuild
similarity index 100%
rename from dev-python/validators/validators-0.18.0.ebuild
rename to dev-python/validators/validators-0.18.2.ebuild
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-12-18 19:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-18 19:55 [gentoo-commits] repo/proj/guru:master commit in: dev-python/validators/ Andrew Ammerlaan
2020-12-18 19:30 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2020-08-28 15:26 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-19 11:24 Andrew Ammerlaan
2020-04-28 7:44 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox