From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pywebview/
Date: Fri, 2 Aug 2024 13:13:10 +0000 (UTC) [thread overview]
Message-ID: <1722595284.0ea4f838ade98012b6d07a79c77c813ef9ef3d17.davidroman@gentoo> (raw)
commit: 0ea4f838ade98012b6d07a79c77c813ef9ef3d17
Author: Jens Mühlenhoff <j.muehlenhoff <AT> gmx <DOT> de>
AuthorDate: Fri Aug 2 10:37:36 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Aug 2 10:41:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ea4f838
dev-python/pywebview: remove qt5, pyside2 is deprecated and no py3.12 support
Signed-off-by: Jens Mühlenhoff <j.muehlenhoff <AT> gmx.de>
.../{pywebview-4.4.1.ebuild => pywebview-4.4.1-r1.ebuild} | 8 ++------
.../pywebview/{pywebview-5.1.ebuild => pywebview-5.1-r1.ebuild} | 8 ++------
2 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/dev-python/pywebview/pywebview-4.4.1.ebuild b/dev-python/pywebview/pywebview-4.4.1-r1.ebuild
similarity index 81%
rename from dev-python/pywebview/pywebview-4.4.1.ebuild
rename to dev-python/pywebview/pywebview-4.4.1-r1.ebuild
index 015ed2bd9..961b33ab3 100644
--- a/dev-python/pywebview/pywebview-4.4.1.ebuild
+++ b/dev-python/pywebview/pywebview-4.4.1-r1.ebuild
@@ -14,8 +14,8 @@ HOMEPAGE="https://github.com/r0x0r/pywebview"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="gtk qt5 qt6"
-REQUIRED_USE="|| ( gtk qt5 qt6 )"
+IUSE="gtk qt6"
+REQUIRED_USE="|| ( gtk qt6 )"
RDEPEND="
dev-python/bottle
@@ -25,10 +25,6 @@ RDEPEND="
dev-python/pygobject[cairo,${PYTHON_USEDEP}]
net-libs/webkit-gtk
)
- qt5? (
- dev-python/pyside2[${PYTHON_USEDEP},webengine]
- dev-python/QtPy[${PYTHON_USEDEP},webengine]
- )
qt6? (
dev-python/pyside6[${PYTHON_USEDEP},webengine]
dev-python/QtPy[${PYTHON_USEDEP},webengine]
diff --git a/dev-python/pywebview/pywebview-5.1.ebuild b/dev-python/pywebview/pywebview-5.1-r1.ebuild
similarity index 81%
rename from dev-python/pywebview/pywebview-5.1.ebuild
rename to dev-python/pywebview/pywebview-5.1-r1.ebuild
index 3e88abf77..365fa8a0f 100644
--- a/dev-python/pywebview/pywebview-5.1.ebuild
+++ b/dev-python/pywebview/pywebview-5.1-r1.ebuild
@@ -14,8 +14,8 @@ HOMEPAGE="https://github.com/r0x0r/pywebview"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="gtk qt5 qt6"
-REQUIRED_USE="|| ( gtk qt5 qt6 )"
+IUSE="gtk qt6"
+REQUIRED_USE="|| ( gtk qt6 )"
RDEPEND="
dev-python/bottle
@@ -25,10 +25,6 @@ RDEPEND="
dev-python/pygobject[cairo,${PYTHON_USEDEP}]
net-libs/webkit-gtk
)
- qt5? (
- dev-python/pyside2[${PYTHON_USEDEP},webengine]
- dev-python/QtPy[${PYTHON_USEDEP},webengine]
- )
qt6? (
dev-python/pyside6[${PYTHON_USEDEP},webengine]
dev-python/QtPy[${PYTHON_USEDEP},webengine]
next reply other threads:[~2024-08-02 13:13 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-02 13:13 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-02 13:13 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pywebview/ David Roman
2024-06-25 9:52 David Roman
2024-06-25 9:52 David Roman
2024-06-25 9:52 David Roman
2023-12-17 23:08 David Roman
2023-12-17 23:08 David Roman
2023-09-28 15:54 David Roman
2023-09-28 15:54 David Roman
2023-07-01 18:15 Haelwenn Monnier
2023-07-01 18:15 Haelwenn Monnier
2023-05-25 2:21 Haelwenn Monnier
2023-05-25 2:21 Haelwenn Monnier
2023-05-21 7:23 Viorel Munteanu
2022-11-16 19:33 Florian Schmaus
2022-11-16 19:33 Florian Schmaus
2022-11-16 10:19 Florian Schmaus
2022-09-06 1:06 Ronny Gutbrod
2022-02-21 21:42 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-02-23 0:33 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2020-12-04 15:00 Andrew Ammerlaan
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=1722595284.0ea4f838ade98012b6d07a79c77c813ef9ef3d17.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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