public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/moto/, dev-python/pyaml/, dev-python/pretty-yaml/, profiles/updates/
@ 2023-05-05  4:55 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2023-05-05  4:55 UTC (permalink / raw
  To: gentoo-commits

commit:     dfde8c49c1731662a3b81d4aa595fbe81998528a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 04:50:25 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May  5 04:55:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfde8c49

Rename dev-pyton/{pretty-yaml → pyaml}

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/moto/moto-4.1.6.ebuild                                       | 2 +-
 dev-python/moto/moto-4.1.7.ebuild                                       | 2 +-
 dev-python/moto/moto-4.1.8.ebuild                                       | 2 +-
 dev-python/{pretty-yaml => pyaml}/Manifest                              | 0
 dev-python/{pretty-yaml => pyaml}/metadata.xml                          | 0
 .../pretty-yaml-21.10.1.ebuild => pyaml/pyaml-21.10.1.ebuild}           | 0
 profiles/updates/2Q-2023                                                | 1 +
 7 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/moto/moto-4.1.6.ebuild b/dev-python/moto/moto-4.1.6.ebuild
index 894bb121184c..e510dc87a1f5 100644
--- a/dev-python/moto/moto-4.1.6.ebuild
+++ b/dev-python/moto/moto-4.1.6.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
 	dev-python/more-itertools[${PYTHON_USEDEP}]
 	>=dev-python/pyparsing-3.0.7[${PYTHON_USEDEP}]
 	>=dev-python/openapi-spec-validator-0.2.8[${PYTHON_USEDEP}]
-	dev-python/pretty-yaml[${PYTHON_USEDEP}]
+	dev-python/pyaml[${PYTHON_USEDEP}]
 	>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
 	>=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
 	dev-python/python-dateutil[${PYTHON_USEDEP}]

diff --git a/dev-python/moto/moto-4.1.7.ebuild b/dev-python/moto/moto-4.1.7.ebuild
index d30e9392b520..8803410b032d 100644
--- a/dev-python/moto/moto-4.1.7.ebuild
+++ b/dev-python/moto/moto-4.1.7.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
 	dev-python/more-itertools[${PYTHON_USEDEP}]
 	>=dev-python/pyparsing-3.0.7[${PYTHON_USEDEP}]
 	>=dev-python/openapi-spec-validator-0.2.8[${PYTHON_USEDEP}]
-	dev-python/pretty-yaml[${PYTHON_USEDEP}]
+	dev-python/pyaml[${PYTHON_USEDEP}]
 	>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
 	>=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
 	dev-python/python-dateutil[${PYTHON_USEDEP}]

diff --git a/dev-python/moto/moto-4.1.8.ebuild b/dev-python/moto/moto-4.1.8.ebuild
index fb6f55956258..58455d990b7e 100644
--- a/dev-python/moto/moto-4.1.8.ebuild
+++ b/dev-python/moto/moto-4.1.8.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
 	dev-python/more-itertools[${PYTHON_USEDEP}]
 	>=dev-python/pyparsing-3.0.7[${PYTHON_USEDEP}]
 	>=dev-python/openapi-spec-validator-0.2.8[${PYTHON_USEDEP}]
-	dev-python/pretty-yaml[${PYTHON_USEDEP}]
+	dev-python/pyaml[${PYTHON_USEDEP}]
 	>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
 	>=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
 	dev-python/python-dateutil[${PYTHON_USEDEP}]

diff --git a/dev-python/pretty-yaml/Manifest b/dev-python/pyaml/Manifest
similarity index 100%
rename from dev-python/pretty-yaml/Manifest
rename to dev-python/pyaml/Manifest

diff --git a/dev-python/pretty-yaml/metadata.xml b/dev-python/pyaml/metadata.xml
similarity index 100%
rename from dev-python/pretty-yaml/metadata.xml
rename to dev-python/pyaml/metadata.xml

diff --git a/dev-python/pretty-yaml/pretty-yaml-21.10.1.ebuild b/dev-python/pyaml/pyaml-21.10.1.ebuild
similarity index 100%
rename from dev-python/pretty-yaml/pretty-yaml-21.10.1.ebuild
rename to dev-python/pyaml/pyaml-21.10.1.ebuild

diff --git a/profiles/updates/2Q-2023 b/profiles/updates/2Q-2023
index 6fb20bbe87df..d351df0733cc 100644
--- a/profiles/updates/2Q-2023
+++ b/profiles/updates/2Q-2023
@@ -7,3 +7,4 @@ move dev-python/python-keyutils dev-python/keyutils
 move dev-python/notebook_shim dev-python/notebook-shim
 move dev-python/python-mpd dev-python/python-mpd2
 move dev-python/sphinx_celery dev-python/sphinx-celery
+move dev-python/pretty-yaml dev-python/pyaml


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-05  4:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-05  4:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/moto/, dev-python/pyaml/, dev-python/pretty-yaml/, profiles/updates/ Michał Górny

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