public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyotherside/
Date: Mon, 18 Aug 2025 20:45:47 +0000 (UTC)	[thread overview]
Message-ID: <1755549855.0b6ba491314381b4a887ce5e8560e19b868dd823.asturm@gentoo> (raw)

commit:     0b6ba491314381b4a887ce5e8560e19b868dd823
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 18 19:09:59 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 18 20:44:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6ba491

dev-python/pyotherside: Drop IUSE qt5, qt6 (making it Qt6 only)

Bug: https://bugs.gentoo.org/952103
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/pyotherside/pyotherside-1.6.2-r1.ebuild | 50 ++++++++++++++++++++++
 1 file changed, 50 insertions(+)

diff --git a/dev-python/pyotherside/pyotherside-1.6.2-r1.ebuild b/dev-python/pyotherside/pyotherside-1.6.2-r1.ebuild
new file mode 100644
index 000000000000..9fb381c8c716
--- /dev/null
+++ b/dev-python/pyotherside/pyotherside-1.6.2-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+inherit qmake-utils python-single-r1
+
+DESCRIPTION="Asynchronous Python 3 Bindings for Qt"
+HOMEPAGE="
+	https://github.com/thp/pyotherside/
+	https://thp.io/2011/pyotherside/
+"
+SRC_URI="https://github.com/thp/pyotherside/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+	${PYTHON_DEPS}
+	dev-qt/qtbase:6[opengl]
+	dev-qt/qtdeclarative:6[opengl]
+	dev-qt/qtquick3d:6[opengl]
+	dev-qt/qtsvg:6
+"
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+	python_setup
+}
+
+src_prepare() {
+	default
+	sed -i -e "s/qtquicktests//" pyotherside.pro || die
+}
+
+src_configure() {
+	eqmake6
+}
+
+src_test() {
+	QT_QPA_PLATFORM="offscreen" tests/tests || die
+}
+
+src_install() {
+	emake install INSTALL_ROOT="${D}"
+}


             reply	other threads:[~2025-08-18 20:45 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-18 20:45 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-18 20:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyotherside/ Andreas Sturmlechner
2025-02-28  8:19 Andreas Sturmlechner
2025-02-16  3:31 Michał Górny
2024-06-28 11:38 Michał Górny
2024-05-19  6:02 Michał Górny
2024-03-05 13:27 Marek Szuba
2024-03-05 13:27 Marek Szuba
2024-03-05 13:27 Marek Szuba
2023-06-28  8:29 Marek Szuba
2023-06-04 15:49 Arthur Zamarin
2022-08-07 15:39 David Seifert
2021-12-31  1:15 Georgy Yakovlev
2021-09-13 16:26 Marek Szuba
2021-09-13 16:26 Marek Szuba
2021-09-10  8:56 Marek Szuba
2021-08-10  0:22 Göktürk Yüksek
2021-07-29 12:08 David Seifert
2021-02-15  2:19 Rick Farina
2020-03-28 18:03 Michał Górny
2020-03-19  2:11 Rick Farina
2019-10-24 15:02 Göktürk Yüksek
2019-10-11 20:50 Göktürk Yüksek
2019-07-26 17:54 Göktürk Yüksek
2019-02-01  3:00 Göktürk Yüksek
2019-02-01  3:00 Göktürk Yüksek
2017-11-24 23:09 Michael Palimaka
2017-11-21 18:08 Manuel Rüger
2017-10-16 19:35 Manuel Rüger
2017-08-01 12:03 Manuel Rüger

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=1755549855.0b6ba491314381b4a887ce5e8560e19b868dd823.asturm@gentoo \
    --to=asturm@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