commit: 5605228f358b6313fdc22814423e1df535e0751a Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Sat Dec 7 14:58:52 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Sat Dec 7 14:58:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5605228f
Move dev-python/{pytest-syrupy → syrupy} Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> dev-python/pytest-syrupy/Manifest | 1 - dev-python/syrupy/Manifest | 1 + dev-python/{pytest-syrupy => syrupy}/metadata.xml | 0 .../pytest-syrupy-4.8.0.ebuild => syrupy/syrupy-4.8.0.ebuild} | 1 - profiles/updates/4Q-2024 | 1 + 5 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-syrupy/Manifest b/dev-python/pytest-syrupy/Manifest deleted file mode 100644 index 98ca98c35..000000000 --- a/dev-python/pytest-syrupy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-syrupy-4.8.0.gh.tar.gz 2313840 BLAKE2B 10d3274ec03591e864460472c72f50e244385b86b8cab631fbc6835f099d96a47ba94969e28a7956374c2e6f1c8d4da0ae064dc2a7273ba655fd4a7efa6d66c7 SHA512 ee47b1b32a88185799166e372d80fc076427f341643163bf288a0740e56fe239e578f05501fc59b90c760062c8320a4992c9a93cb3f25af012f65d641e9f4ee9 diff --git a/dev-python/syrupy/Manifest b/dev-python/syrupy/Manifest new file mode 100644 index 000000000..bc47e9e02 --- /dev/null +++ b/dev-python/syrupy/Manifest @@ -0,0 +1 @@ +DIST syrupy-4.8.0.gh.tar.gz 2313840 BLAKE2B 10d3274ec03591e864460472c72f50e244385b86b8cab631fbc6835f099d96a47ba94969e28a7956374c2e6f1c8d4da0ae064dc2a7273ba655fd4a7efa6d66c7 SHA512 ee47b1b32a88185799166e372d80fc076427f341643163bf288a0740e56fe239e578f05501fc59b90c760062c8320a4992c9a93cb3f25af012f65d641e9f4ee9 diff --git a/dev-python/pytest-syrupy/metadata.xml b/dev-python/syrupy/metadata.xml similarity index 100% rename from dev-python/pytest-syrupy/metadata.xml rename to dev-python/syrupy/metadata.xml diff --git a/dev-python/pytest-syrupy/pytest-syrupy-4.8.0.ebuild b/dev-python/syrupy/syrupy-4.8.0.ebuild similarity index 96% rename from dev-python/pytest-syrupy/pytest-syrupy-4.8.0.ebuild rename to dev-python/syrupy/syrupy-4.8.0.ebuild index b313bde5c..06cfd5f06 100644 --- a/dev-python/pytest-syrupy/pytest-syrupy-4.8.0.ebuild +++ b/dev-python/syrupy/syrupy-4.8.0.ebuild @@ -11,7 +11,6 @@ inherit distutils-r1 DESCRIPTION="The sweeter pytest snapshot plugin" HOMEPAGE="https://github.com/syrupy-project/syrupy https://pypi.org/project/syrupy" SRC_URI="https://github.com/syrupy-project/syrupy/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/syrupy-${PV}" LICENSE="Apache-2.0" SLOT="0" diff --git a/profiles/updates/4Q-2024 b/profiles/updates/4Q-2024 index f829f5659..adc357cc0 100644 --- a/profiles/updates/4Q-2024 +++ b/profiles/updates/4Q-2024 @@ -1,2 +1,3 @@ move net-im/WhatsAppForLinux net-im/WasIstLos move net-im/armcord-bin net-im/legcord-bin +move dev-python/pytest-syrupy dev-python/syrupy