public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQtWebEngine/
Date: Fri, 19 Jul 2024 14:39:34 +0000 (UTC)	[thread overview]
Message-ID: <1721399954.43d03f8040acd5995435f499fe3a00bea79ec896.ionen@gentoo> (raw)

commit:     43d03f8040acd5995435f499fe3a00bea79ec896
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 12:27:44 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 14:39:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d03f80

dev-python/PyQtWebEngine: add 5.15.7

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-python/PyQtWebEngine/Manifest                  |  1 +
 .../PyQtWebEngine/PyQtWebEngine-5.15.7.ebuild      | 48 ++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/PyQtWebEngine/Manifest b/dev-python/PyQtWebEngine/Manifest
index 3cbff134bc2f..2ccfe14c06f4 100644
--- a/dev-python/PyQtWebEngine/Manifest
+++ b/dev-python/PyQtWebEngine/Manifest
@@ -1 +1,2 @@
 DIST PyQtWebEngine-5.15.6.tar.gz 48871 BLAKE2B af7c30a0d2e65e12a6eb4a2d3a40d72f94f16a5b4e509f9366be4bfb7d4358b27b3f9c0a7e4a2e7254d38950cbbd6bd4eb88e321949d4d9a44e6ea7e06c2f902 SHA512 f744fb0468ccbc79aad23d941c8e96d537ceeedfae215c7095dbf36b04b3dd042f0ff80aeca25a23715964b7d6db3bc80513f509d15c6dd6bd51e42a1a4e1975
+DIST PyQtWebEngine-5.15.7.tar.gz 32223 BLAKE2B 81c318e9117ccfad9f883e9282cdb93d936c7ee4def1ab927af2d1090e79f513f24e91455fa5b769fd5bb1094061e10a7f001f9c6172e51df4f50efac16a77e3 SHA512 0eede365bd0fa6eb60aa09443298a7afdb94497960ae31bf050311aec919c02a17ea13e57abe37e55f74d458acf34a6c3ab7f5895914742adc90e90a8c0eb442

diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.7.ebuild b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.7.ebuild
new file mode 100644
index 000000000000..706e0b4a5325
--- /dev/null
+++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.7.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=sip
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..13} )
+inherit distutils-r1 flag-o-matic multiprocessing pypi qmake-utils
+
+DESCRIPTION="Python bindings for QtWebEngine"
+HOMEPAGE="https://www.riverbankcomputing.com/software/pyqtwebengine/"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="debug"
+
+DEPEND="
+	>=dev-python/PyQt5-5.15.5[gui,network,printsupport,ssl,webchannel,widgets,${PYTHON_USEDEP}]
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtwebengine:5[widgets]
+"
+RDEPEND="
+	${DEPEND}
+	>=dev-python/PyQt5-sip-12.15:=[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	>=dev-python/PyQt-builder-1.9[${PYTHON_USEDEP}]
+	>=dev-python/sip-6.8.6[${PYTHON_USEDEP}]
+	dev-qt/qtcore:5
+"
+
+python_configure_all() {
+	append-cxxflags ${CPPFLAGS} # respect CPPFLAGS notably for DISTUTILS_EXT=1
+
+	DISTUTILS_ARGS=(
+		--jobs="$(makeopts_jobs)"
+		--qmake="$(qt5_get_bindir)"/qmake
+		--qmake-setting="$(qt5_get_qmake_args)"
+		--verbose
+		$(usev debug '--debug --qml-debug --tracing')
+	)
+}


             reply	other threads:[~2024-07-19 14:39 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-19 14:39 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23 11:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQtWebEngine/ Andreas Sturmlechner
2024-11-22 20:00 Michał Górny
2024-09-11  3:09 Michał Górny
2024-09-10 18:42 Arthur Zamarin
2024-08-03 16:48 Jakov Smolić
2024-06-28 14:45 Ionen Wolkens
2023-08-24 12:47 Michał Górny
2023-08-24 12:40 Sam James
2023-08-24 12:40 Sam James
2023-07-25  0:10 Ionen Wolkens
2023-03-17 15:29 Michał Górny
2023-02-07 17:25 Andreas Sturmlechner
2023-02-07 10:37 Andreas Sturmlechner
2022-12-25 17:39 Arthur Zamarin
2022-11-24 11:27 Sam James
2022-11-22 20:01 Arthur Zamarin
2022-09-26 17:18 Andreas Sturmlechner
2022-06-08 19:16 Andrew Ammerlaan
2022-06-01  5:25 Sam James
2022-06-01  1:55 Sam James
2022-06-01  1:55 Sam James
2021-10-22  3:10 Davide Pesavento
2021-10-21  5:19 Davide Pesavento
2021-09-03  4:03 Davide Pesavento
2021-09-03  1:53 Sam James
2021-08-02  2:25 Davide Pesavento
2021-07-19 18:36 Sam James
2021-06-19 20:42 Davide Pesavento
2021-06-01 20:21 Davide Pesavento
2021-06-01 17:07 Andrew Ammerlaan
2021-05-24  9:10 Andreas Sturmlechner
2021-02-18  8:23 Sam James
2021-01-22 18:45 Sam James
2021-01-20  7:41 Agostino Sarubbo
2020-12-17  0:45 Davide Pesavento
2020-11-28 21:59 Andreas Sturmlechner
2020-11-28  9:13 Agostino Sarubbo
2020-11-26 10:48 Sam James
2020-11-25 23:09 Thomas Deutschmann
2020-09-16  0:48 Davide Pesavento
2020-08-01 23:20 Andreas Sturmlechner
2020-07-31  4:58 Davide Pesavento
2020-06-11  1:44 Davide Pesavento
2020-06-10 18:59 Davide Pesavento
2020-06-10 18:52 Davide Pesavento
2020-06-09 19:46 Michał Górny
2020-06-08 16:34 Mart Raudsepp
2020-04-26 18:12 Andreas Sturmlechner
2020-03-22 10:37 Agostino Sarubbo
2020-03-21 15:52 Agostino Sarubbo
2020-03-07 15:23 Michał Górny
2020-03-07 15:11 Michał Górny
2020-01-27 12:28 Mikle Kolyada
2019-12-31 14:06 Agostino Sarubbo
2019-12-31 14:02 Agostino Sarubbo
2019-12-27  3:33 Davide Pesavento
2019-12-27  3:33 Davide Pesavento
2019-12-27  3:33 Davide Pesavento
2019-11-16 19:45 Davide Pesavento
2019-11-16 19:45 Davide Pesavento
2019-11-05  6:02 Davide Pesavento
2019-09-26  2:50 Davide Pesavento
2019-09-24 22:39 Davide Pesavento
2019-07-28 20:27 Mikle Kolyada
2019-07-23 16:45 Aaron Bauman
2019-07-14 23:13 Davide Pesavento
2019-07-10  5:48 Davide Pesavento
2019-07-08 12:10 Thomas Deutschmann
2019-07-08 11:05 Agostino Sarubbo
2019-05-06 23:42 Stefan Strogin
2019-04-03  1:01 Davide Pesavento

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=1721399954.43d03f8040acd5995435f499fe3a00bea79ec896.ionen@gentoo \
    --to=ionen@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