public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
Date: Sat, 16 Dec 2023 22:56:26 +0000 (UTC)	[thread overview]
Message-ID: <1702765259.743592609c0c61e6f7796b754cb410b1c6049330.tastytea@gentoo> (raw)

commit:     743592609c0c61e6f7796b754cb410b1c6049330
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Dec 16 22:20:49 2023 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Dec 16 22:20:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74359260

dev-python/pywebview: drop 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 deletions(-)

diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index c7cfbc192f..c9d1fdd847 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1,3 +1,2 @@
-DIST pywebview-4.2.2.tar.gz 30105686 BLAKE2B fd6cd5131fd42326046e1126951294f7c87245a0580c7269d4bbb8a9fd04048e0db3a5864ff32c646d21734519ac568903dd82de5b750c3d7bcdb90857fe958b SHA512 6922d31bfc7a461948698b96d7e507162ac8718408ca0d8defa138d86c74d653c8026f5b0aa2d62d2147d7a64391f7e4d7726b5fcac0d836907fe5751bd82936
 DIST pywebview-4.3.3.tar.gz 30107570 BLAKE2B 6907d928c2f0471547b75ce385636330e4ae2891c8082b24d659a75e525b84259a2db4bf4f8767c4d30c152724fc20c864456156fab8242e72753be32e908a49 SHA512 beaa481fc786ebd07d0d198167bbdfefb50e45b0c768b450c75385e6ed8f72df2cfebbcc7b5356632309300290d0d7b340bbd714e8d8aceaeca56e945857f007
 DIST pywebview-4.4.1.tar.gz 30127595 BLAKE2B 13759ee774a63ddcf44af92ed11a3b902c2c15ebd3ad252f2b541b764601a722e55002aefea8a0621702a2bd0e94a7d4f1c3d8dd86d7e6def5abe6ecec3e7f78 SHA512 b712927606cd9704a00896f68780ee6b0bcd63077510e1d5ceb8d4fbd4b44ca96fff4390be7a29c65b0b0d14dee132fbff29b8dbc1094ebca89ac893566a4731

diff --git a/dev-python/pywebview/pywebview-4.2.2.ebuild b/dev-python/pywebview/pywebview-4.2.2.ebuild
deleted file mode 100644
index 015ed2bd9f..0000000000
--- a/dev-python/pywebview/pywebview-4.2.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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-12-16 22:56 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-16 22:56 Ronny Gutbrod [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-01 18:23 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/ Eli Schwartz
2025-05-01 18:13 Eli Schwartz
2025-05-01 18:13 Eli Schwartz
2024-08-02 10:42 Jens Mühlenhoff
2024-08-02 10:42 Jens Mühlenhoff
2024-06-23 12:58 Viorel Munteanu
2024-06-23 12:07 Ronny Gutbrod
2024-06-23 12:07 Ronny Gutbrod
2023-12-16 22:56 Ronny Gutbrod
2023-09-28 12:48 Ronny Gutbrod
2023-09-28 12:48 Ronny Gutbrod
2023-06-30 12:57 Ronny Gutbrod
2023-06-30 12:57 Ronny Gutbrod
2023-05-23 12:47 Ronny Gutbrod
2023-05-23 12:47 Ronny Gutbrod
2023-05-20 16:17 Ronny Gutbrod
2022-11-16 18:54 Ronny Gutbrod
2022-11-16 10:31 Ronny Gutbrod
2022-11-13  9:29 Ronny Gutbrod
2022-11-13  9:29 Ronny Gutbrod
2022-09-06  1:06 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-09-03 19:56 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-02-21 21:42 Ronny Gutbrod
2021-10-09  8:45 Theo Anderson
2021-10-04  8:11 Theo Anderson
2020-12-05  2:40 Theo Anderson
2020-12-05  2:40 Theo Anderson
2020-12-04  3:40 Theo Anderson

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=1702765259.743592609c0c61e6f7796b754cb410b1c6049330.tastytea@gentoo \
    --to=gentoo@tastytea.de \
    --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