From 5605228f358b6313fdc22814423e1df535e0751a Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Sat, 7 Dec 2024 23:58:52 +0900 Subject: [PATCH] =?UTF-8?q?Move=20dev-python/{pytest-syrupy=20=E2=86=92=20?= =?UTF-8?q?syrupy}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Takuya Wakazono --- 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(-) delete mode 100644 dev-python/pytest-syrupy/Manifest create mode 100644 dev-python/syrupy/Manifest rename dev-python/{pytest-syrupy => syrupy}/metadata.xml (100%) rename dev-python/{pytest-syrupy/pytest-syrupy-4.8.0.ebuild => syrupy/syrupy-4.8.0.ebuild} (96%) diff --git a/dev-python/pytest-syrupy/Manifest b/dev-python/pytest-syrupy/Manifest deleted file mode 100644 index 98ca98c350..0000000000 --- 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 0000000000..bc47e9e022 --- /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 b313bde5c0..06cfd5f064 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 f829f5659f..adc357cc06 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