public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-flask/
@ 2022-06-12  8:54 David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2022-06-12  8:54 UTC (permalink / raw
  To: gentoo-commits

commit:     0e9db5bd1861f93ea87a0feae8affca882bf92b9
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Jun 12 08:54:11 2022 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jun 12 08:54:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e9db5bd

dev-python/pytest-flask: add new package

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/pytest-flask/metadata.xml              |  8 ++++++
 dev-python/pytest-flask/pytest-flask-1.2.0.ebuild | 33 +++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/pytest-flask/metadata.xml b/dev-python/pytest-flask/metadata.xml
new file mode 100644
index 000000000..7ba40ca60
--- /dev/null
+++ b/dev-python/pytest-flask/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>davidroman96@gmail.com</email>
+		<name>David Roman</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild b/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
new file mode 100644
index 000000000..62cbf1932
--- /dev/null
+++ b/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="A set of pytest fixtures to test Flask applications "
+HOMEPAGE="http://pytest-flask.readthedocs.org"
+
+inherit git-r3
+EGIT_REPO_URI="https://github.com/pytest-dev/${PN}.git"
+EGI_COMMIT="1.2.0"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-python/flask[${PYTHON_USEDEP}]
+	dev-python/werkzeug[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-flask/
  2022-06-13 10:49 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2022-06-13 10:49 ` Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2022-06-13 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0963d89fc0182e5c87eff8e3fff3fe0d7a4c5301
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 10:47:44 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 10:47:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0963d89f

dev-python/pytest-flask: unkeyword 1.2.0 for ~amd64, ~x86

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/pytest-flask/pytest-flask-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild b/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
index 62cbf1932..570bd9222 100644
--- a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
+++ b/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
@@ -16,7 +16,7 @@ EGI_COMMIT="1.2.0"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-flask/
@ 2023-05-23 20:21 David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-05-23 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     3ba0af3a4a99f9cf35a4f321ab48ade53aff3bd0
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue May 23 20:20:46 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue May 23 20:20:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ba0af3a

dev-python/pytest-flask: enable py3.11 and disable py3.10

Closes: https://bugs.gentoo.org/897550
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/pytest-flask/pytest-flask-1.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild b/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
index 13396d3e0..d531ed3b8 100644
--- a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
+++ b/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 pypy3 )
+PYTHON_COMPAT=( python3_11 pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="A set of pytest fixtures to test Flask applications "


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-flask/
@ 2023-10-03 10:00 David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-10-03 10:00 UTC (permalink / raw
  To: gentoo-commits

commit:     69dd9fd4420739d8bf2185295354f54161d3a1ac
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Oct  3 10:00:26 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct  3 10:00:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69dd9fd4

dev-python/pytest-flask: keyword 1.2.0 for ~amd64

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/pytest-flask/Manifest                  |  1 +
 dev-python/pytest-flask/pytest-flask-1.2.0.ebuild | 11 ++++-------
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-python/pytest-flask/Manifest b/dev-python/pytest-flask/Manifest
new file mode 100644
index 0000000000..fe3e97c594
--- /dev/null
+++ b/dev-python/pytest-flask/Manifest
@@ -0,0 +1 @@
+DIST pytest-flask-1.2.0.tar.gz 32446 BLAKE2B c0cbfdcf843573eba07cd009dc33b5f651dc859f94bd2059dccbf81ce6cc4c56870004b393254d9aa1beb5ff6225e3184ce26f71d74189eb6cb81b3ce0e3b219 SHA512 858ef198299f0cb5761bedcd98219fe8245abbd635630d6fe42f6b268db9029413c92cf163bc055387b0449cdcca695a1e7768cc3753c90f43373d8fa4e39e25

diff --git a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild b/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
index d531ed3b8e..09aa38167a 100644
--- a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
+++ b/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
@@ -4,19 +4,16 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_11 pypy3 )
-inherit distutils-r1
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{11,12} pypy3 )
+inherit distutils-r1 pypi
 
 DESCRIPTION="A set of pytest fixtures to test Flask applications "
 HOMEPAGE="http://pytest-flask.readthedocs.org"
 
-inherit git-r3
-EGIT_REPO_URI="https://github.com/pytest-dev/${PN}.git"
-EGI_COMMIT="1.2.0"
-
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-flask/
  2023-12-12 10:52 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-flask/ David Roman
@ 2023-12-12  9:05 ` David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-12-12  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ca0ab6c128c83b0cb13d89db5b41b75b405f137d
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Dec 12 09:05:34 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Dec 12 09:05:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca0ab6c1

dev-python/pytest-flask: drop 1.2.0, 1.2.0-r1

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 .../pytest-flask/pytest-flask-1.2.0-r1.ebuild      | 32 ----------------------
 dev-python/pytest-flask/pytest-flask-1.2.0.ebuild  | 30 --------------------
 2 files changed, 62 deletions(-)

diff --git a/dev-python/pytest-flask/pytest-flask-1.2.0-r1.ebuild b/dev-python/pytest-flask/pytest-flask-1.2.0-r1.ebuild
deleted file mode 100644
index be4d90633e..0000000000
--- a/dev-python/pytest-flask/pytest-flask-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11,12} pypy3 )
-inherit distutils-r1 pypi
-
-DESCRIPTION="A set of pytest fixtures to test Flask applications "
-HOMEPAGE="http://pytest-flask.readthedocs.org"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-PATCHES=( "${FILESDIR}/${PN}-fix-flask-compat.patch" )
-
-RDEPEND="
-	dev-python/flask[${PYTHON_USEDEP}]
-	dev-python/werkzeug[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild b/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
deleted file mode 100644
index 09aa38167a..0000000000
--- a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11,12} pypy3 )
-inherit distutils-r1 pypi
-
-DESCRIPTION="A set of pytest fixtures to test Flask applications "
-HOMEPAGE="http://pytest-flask.readthedocs.org"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
-	dev-python/flask[${PYTHON_USEDEP}]
-	dev-python/werkzeug[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-flask/
@ 2023-12-12  9:05 David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-12-12  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c770c9a3409599b5b972a44a6bf250e015c4a7b7
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Dec 12 09:05:09 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Dec 12 09:05:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c770c9a3

dev-python/pytest-flask: new package, add 1.3.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/pytest-flask/Manifest                  |  2 +-
 dev-python/pytest-flask/pytest-flask-1.3.0.ebuild | 30 +++++++++++++++++++++++
 2 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/dev-python/pytest-flask/Manifest b/dev-python/pytest-flask/Manifest
index fe3e97c594..2812cc719c 100644
--- a/dev-python/pytest-flask/Manifest
+++ b/dev-python/pytest-flask/Manifest
@@ -1 +1 @@
-DIST pytest-flask-1.2.0.tar.gz 32446 BLAKE2B c0cbfdcf843573eba07cd009dc33b5f651dc859f94bd2059dccbf81ce6cc4c56870004b393254d9aa1beb5ff6225e3184ce26f71d74189eb6cb81b3ce0e3b219 SHA512 858ef198299f0cb5761bedcd98219fe8245abbd635630d6fe42f6b268db9029413c92cf163bc055387b0449cdcca695a1e7768cc3753c90f43373d8fa4e39e25
+DIST pytest-flask-1.3.0.tar.gz 35816 BLAKE2B 008c7f2acdc320dcab3e1745fb8e546a1f4cbdf75155db85f00bb70aea2eb3efa46d68f39fac114e3ddc3675b45d3d6d9a7bba8eb0c331c36e7f3d08c83c5da0 SHA512 4512e261cf6b284540ea9dda4cade52be57776c16f0cc7185755cbec294e526268753dbe663200a6ab3dee2ac0cc42df080d8f0045f88feac5de115fcc71ac21

diff --git a/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild b/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild
new file mode 100644
index 0000000000..09aa38167a
--- /dev/null
+++ b/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{11,12} pypy3 )
+inherit distutils-r1 pypi
+
+DESCRIPTION="A set of pytest fixtures to test Flask applications "
+HOMEPAGE="http://pytest-flask.readthedocs.org"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+	dev-python/flask[${PYTHON_USEDEP}]
+	dev-python/werkzeug[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-flask/
@ 2023-12-12 10:52 David Roman
  2023-12-12  9:05 ` [gentoo-commits] repo/proj/guru:dev " David Roman
  0 siblings, 1 reply; 8+ messages in thread
From: David Roman @ 2023-12-12 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ca0ab6c128c83b0cb13d89db5b41b75b405f137d
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Dec 12 09:05:34 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Dec 12 09:05:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca0ab6c1

dev-python/pytest-flask: drop 1.2.0, 1.2.0-r1

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 .../pytest-flask/pytest-flask-1.2.0-r1.ebuild      | 32 ----------------------
 dev-python/pytest-flask/pytest-flask-1.2.0.ebuild  | 30 --------------------
 2 files changed, 62 deletions(-)

diff --git a/dev-python/pytest-flask/pytest-flask-1.2.0-r1.ebuild b/dev-python/pytest-flask/pytest-flask-1.2.0-r1.ebuild
deleted file mode 100644
index be4d90633e..0000000000
--- a/dev-python/pytest-flask/pytest-flask-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11,12} pypy3 )
-inherit distutils-r1 pypi
-
-DESCRIPTION="A set of pytest fixtures to test Flask applications "
-HOMEPAGE="http://pytest-flask.readthedocs.org"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-PATCHES=( "${FILESDIR}/${PN}-fix-flask-compat.patch" )
-
-RDEPEND="
-	dev-python/flask[${PYTHON_USEDEP}]
-	dev-python/werkzeug[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild b/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
deleted file mode 100644
index 09aa38167a..0000000000
--- a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11,12} pypy3 )
-inherit distutils-r1 pypi
-
-DESCRIPTION="A set of pytest fixtures to test Flask applications "
-HOMEPAGE="http://pytest-flask.readthedocs.org"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
-	dev-python/flask[${PYTHON_USEDEP}]
-	dev-python/werkzeug[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-flask/
@ 2024-04-26 11:32 David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2024-04-26 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     f67fc4b1ea4cbe8a99148d5b0931faa587d2356f
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Apr 26 11:32:36 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Apr 26 11:32:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f67fc4b1

dev-python/pytest-flask: add pypi upstream metadata

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/pytest-flask/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/pytest-flask/metadata.xml b/dev-python/pytest-flask/metadata.xml
index 7ba40ca605..315ef7d75e 100644
--- a/dev-python/pytest-flask/metadata.xml
+++ b/dev-python/pytest-flask/metadata.xml
@@ -5,4 +5,7 @@
 		<email>davidroman96@gmail.com</email>
 		<name>David Roman</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="pypi">pytest-flask</remote-id>
+	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2024-04-26 11:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-12 10:52 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-flask/ David Roman
2023-12-12  9:05 ` [gentoo-commits] repo/proj/guru:dev " David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-04-26 11:32 David Roman
2023-12-12  9:05 David Roman
2023-10-03 10:00 David Roman
2023-05-23 20:21 David Roman
2022-06-13 10:49 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-06-13 10:49 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-06-12  8:54 David Roman

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