public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pywebview/
Date: Sat,  1 Jul 2023 18:15:01 +0000 (UTC)	[thread overview]
Message-ID: <1688127160.3b2e14e1a0c2062f9a035d6cc9e61a00eaa7aaa6.lanodan@gentoo> (raw)

commit:     3b2e14e1a0c2062f9a035d6cc9e61a00eaa7aaa6
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Jun 29 10:48:56 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Jun 30 12:12:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b2e14e1

dev-python/pywebview: add 4.2.2

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 dev-python/pywebview/Manifest               |  1 +
 dev-python/pywebview/pywebview-4.2.2.ebuild | 40 +++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index f4b5de7e2..21a323624 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1,2 +1,3 @@
 DIST pywebview-3.7.2.tar.gz 440069 BLAKE2B 72a7b53ee72570f3ef0dc2c490f484dca02581490213708b6c45bb487b990d41ca64d477853454549c6cad3543f6381109a2fc54182bb14a720872b1fa240ed9 SHA512 943ce75a29f19b04890e8ae8f3327968b35ba347c8abab9079cfac5e9f93edfa0fbc3999d77a68bb7885d5a7236dc12c75b3a23e1cfbf2fc9fe794089a936db9
 DIST pywebview-4.1.tar.gz 30069532 BLAKE2B ca11bb04c4146204d379414fc6de0cd1e583c36feb126c859d8c8bb0e896bf5eb8de946943729e41d0c564c704d140baf765de2807aec0311348e97624c00f3a SHA512 5cca2912adda83043c86f4b1386c70583fa547424b10c19dc2bfc713407cd9001515844b820e2050962fe84373febfaab495f646c56ab1d48207b47f2c535208
+DIST pywebview-4.2.2.tar.gz 30105686 BLAKE2B fd6cd5131fd42326046e1126951294f7c87245a0580c7269d4bbb8a9fd04048e0db3a5864ff32c646d21734519ac568903dd82de5b750c3d7bcdb90857fe958b SHA512 6922d31bfc7a461948698b96d7e507162ac8718408ca0d8defa138d86c74d653c8026f5b0aa2d62d2147d7a64391f7e4d7726b5fcac0d836907fe5751bd82936

diff --git a/dev-python/pywebview/pywebview-4.2.2.ebuild b/dev-python/pywebview/pywebview-4.2.2.ebuild
new file mode 100644
index 000000000..015ed2bd9
--- /dev/null
+++ b/dev-python/pywebview/pywebview-4.2.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
+HOMEPAGE="https://github.com/r0x0r/pywebview"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="gtk qt5 qt6"
+REQUIRED_USE="|| ( gtk qt5 qt6 )"
+
+RDEPEND="
+	dev-python/bottle
+	dev-python/cryptography
+	dev-python/proxy_tools
+	gtk? (
+		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]
+	)
+"
+
+distutils_enable_tests pytest
+
+RESTRICT="test" # FIXME: tests fail without message


             reply	other threads:[~2023-07-01 18:15 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-01 18:15 Haelwenn Monnier [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-08-02 13:13 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-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=1688127160.3b2e14e1a0c2062f9a035d6cc9e61a00eaa7aaa6.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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