public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libpillowfight/, app-text/paperwork-backend/, profiles/updates/, ...
Date: Wed, 13 Nov 2024 20:41:12 +0000 (UTC)	[thread overview]
Message-ID: <1731530464.9efe3929a6f3bc1ce358d936030a877ff9c23c9e.mgorny@gentoo> (raw)

commit:     9efe3929a6f3bc1ce358d936030a877ff9c23c9e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 20:19:13 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 20:41:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9efe3929

Rename dev-python/{libpillowfight → pypillowfight}

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

 app-text/paperwork-backend/paperwork-backend-2.2.3.ebuild             | 2 +-
 app-text/paperwork-backend/paperwork-backend-2.2.5.ebuild             | 2 +-
 app-text/paperwork/paperwork-2.2.3.ebuild                             | 4 ++--
 app-text/paperwork/paperwork-2.2.5.ebuild                             | 4 ++--
 dev-python/{libpillowfight => pypillowfight}/Manifest                 | 0
 dev-python/{libpillowfight => pypillowfight}/metadata.xml             | 0
 .../pypillowfight-0.3.0_p20210816-r1.ebuild}                          | 0
 profiles/updates/4Q-2024                                              | 1 +
 8 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/app-text/paperwork-backend/paperwork-backend-2.2.3.ebuild b/app-text/paperwork-backend/paperwork-backend-2.2.3.ebuild
index 122954f5aaab..be0d8895ffe6 100644
--- a/app-text/paperwork-backend/paperwork-backend-2.2.3.ebuild
+++ b/app-text/paperwork-backend/paperwork-backend-2.2.3.ebuild
@@ -41,7 +41,7 @@ BDEPEND="
 	sys-apps/which
 	sys-devel/gettext
 	test? (
-		dev-python/libpillowfight[${PYTHON_USEDEP}]
+		dev-python/pypillowfight[${PYTHON_USEDEP}]
 		media-libs/libinsane
 	)
 "

diff --git a/app-text/paperwork-backend/paperwork-backend-2.2.5.ebuild b/app-text/paperwork-backend/paperwork-backend-2.2.5.ebuild
index 122954f5aaab..be0d8895ffe6 100644
--- a/app-text/paperwork-backend/paperwork-backend-2.2.5.ebuild
+++ b/app-text/paperwork-backend/paperwork-backend-2.2.5.ebuild
@@ -41,7 +41,7 @@ BDEPEND="
 	sys-apps/which
 	sys-devel/gettext
 	test? (
-		dev-python/libpillowfight[${PYTHON_USEDEP}]
+		dev-python/pypillowfight[${PYTHON_USEDEP}]
 		media-libs/libinsane
 	)
 "

diff --git a/app-text/paperwork/paperwork-2.2.3.ebuild b/app-text/paperwork/paperwork-2.2.3.ebuild
index 9ab2b91ff373..13dc300cda30 100644
--- a/app-text/paperwork/paperwork-2.2.3.ebuild
+++ b/app-text/paperwork/paperwork-2.2.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 xdg
 
@@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="~app-text/openpaperwork-core-${PV}[${PYTHON_USEDEP}]
 	~app-text/openpaperwork-gtk-${PV}[${PYTHON_USEDEP}]
 	~app-text/paperwork-backend-${PV}[${PYTHON_USEDEP}]
-	dev-python/libpillowfight[${PYTHON_USEDEP}]
+	dev-python/pypillowfight[${PYTHON_USEDEP}]
 	dev-python/pillow[${PYTHON_USEDEP}]
 	dev-python/pycairo[${PYTHON_USEDEP}]
 	dev-python/pygobject:3[${PYTHON_USEDEP}]

diff --git a/app-text/paperwork/paperwork-2.2.5.ebuild b/app-text/paperwork/paperwork-2.2.5.ebuild
index 9ab2b91ff373..13dc300cda30 100644
--- a/app-text/paperwork/paperwork-2.2.5.ebuild
+++ b/app-text/paperwork/paperwork-2.2.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 xdg
 
@@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="~app-text/openpaperwork-core-${PV}[${PYTHON_USEDEP}]
 	~app-text/openpaperwork-gtk-${PV}[${PYTHON_USEDEP}]
 	~app-text/paperwork-backend-${PV}[${PYTHON_USEDEP}]
-	dev-python/libpillowfight[${PYTHON_USEDEP}]
+	dev-python/pypillowfight[${PYTHON_USEDEP}]
 	dev-python/pillow[${PYTHON_USEDEP}]
 	dev-python/pycairo[${PYTHON_USEDEP}]
 	dev-python/pygobject:3[${PYTHON_USEDEP}]

diff --git a/dev-python/libpillowfight/Manifest b/dev-python/pypillowfight/Manifest
similarity index 100%
rename from dev-python/libpillowfight/Manifest
rename to dev-python/pypillowfight/Manifest

diff --git a/dev-python/libpillowfight/metadata.xml b/dev-python/pypillowfight/metadata.xml
similarity index 100%
rename from dev-python/libpillowfight/metadata.xml
rename to dev-python/pypillowfight/metadata.xml

diff --git a/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816-r1.ebuild b/dev-python/pypillowfight/pypillowfight-0.3.0_p20210816-r1.ebuild
similarity index 100%
rename from dev-python/libpillowfight/libpillowfight-0.3.0_p20210816-r1.ebuild
rename to dev-python/pypillowfight/pypillowfight-0.3.0_p20210816-r1.ebuild

diff --git a/profiles/updates/4Q-2024 b/profiles/updates/4Q-2024
index f36ad904cd75..7c4b0672ce22 100644
--- a/profiles/updates/4Q-2024
+++ b/profiles/updates/4Q-2024
@@ -12,3 +12,4 @@ move dev-python/qscintilla-python dev-python/qscintilla
 move dev-python/python-netlink dev-python/netlink
 move dev-python/python-lhafile dev-python/lhafile
 move dev-python/pysvg dev-python/pysvg-py3
+move dev-python/libpillowfight dev-python/pypillowfight


                 reply	other threads:[~2024-11-13 20:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1731530464.9efe3929a6f3bc1ce358d936030a877ff9c23c9e.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox