* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2020-12-04 3:40 Theo Anderson
0 siblings, 0 replies; 26+ messages in thread
From: Theo Anderson @ 2020-12-04 3:40 UTC (permalink / raw
To: gentoo-commits
commit: a0418fc1681a6a9148889d2abdcb8d17ed6c4423
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Fri Dec 4 03:31:31 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Fri Dec 4 03:31:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0418fc1
dev-python/pywebview: new package 3.3.5
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
dev-python/pywebview/Manifest | 1 +
dev-python/pywebview/metadata.xml | 8 ++++++++
dev-python/pywebview/pywebview-3.3.5.ebuild | 22 ++++++++++++++++++++++
3 files changed, 31 insertions(+)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
new file mode 100644
index 00000000..e6d78d15
--- /dev/null
+++ b/dev-python/pywebview/Manifest
@@ -0,0 +1 @@
+DIST 3.3.5.tar.gz 27632690 BLAKE2B fbf2013f7d6008e5f12dcfc42451afe35909d98facc7e0332862d21ffe3dd8af5f225f28d665d02278308c9897c18b5563bd45186e6488987fbd6b688128ebec SHA512 98aea66a18019a0ea0b7ea57f929546ed5197eb07e8b0685c762c5b0c37d3f2d5530c71ac0775920ce42eb1b6672fdbfa90d82705924c6b6089218d85e6d491d
diff --git a/dev-python/pywebview/metadata.xml b/dev-python/pywebview/metadata.xml
new file mode 100644
index 00000000..d3ad614d
--- /dev/null
+++ b/dev-python/pywebview/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>telans@posteo.de</email>
+ <name>Theo Anderson</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/pywebview/pywebview-3.3.5.ebuild b/dev-python/pywebview/pywebview-3.3.5.ebuild
new file mode 100644
index 00000000..67bca1c2
--- /dev/null
+++ b/dev-python/pywebview/pywebview-3.3.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
+HOMEPAGE="https://github.com/r0x0r/pywebview"
+SRC_URI="https://github.com/r0x0r/pywebview/archive/${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/pygobject[${PYTHON_USEDEP}]
+ dev-python/PyQt5[${PYTHON_USEDEP}]
+ dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
+"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2020-12-05 2:40 Theo Anderson
0 siblings, 0 replies; 26+ messages in thread
From: Theo Anderson @ 2020-12-05 2:40 UTC (permalink / raw
To: gentoo-commits
commit: 0fed7ea861cb08c1927d2ab625325cb757a4f778
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Dec 5 02:37:53 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Dec 5 02:37:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0fed7ea8
dev-python/pywebview: bump to 3.4
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
dev-python/pywebview/Manifest | 1 +
dev-python/pywebview/pywebview-3.4.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index e6d78d15..8de8e4b1 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1 +1,2 @@
DIST 3.3.5.tar.gz 27632690 BLAKE2B fbf2013f7d6008e5f12dcfc42451afe35909d98facc7e0332862d21ffe3dd8af5f225f28d665d02278308c9897c18b5563bd45186e6488987fbd6b688128ebec SHA512 98aea66a18019a0ea0b7ea57f929546ed5197eb07e8b0685c762c5b0c37d3f2d5530c71ac0775920ce42eb1b6672fdbfa90d82705924c6b6089218d85e6d491d
+DIST 3.4.tar.gz 27831334 BLAKE2B 2d012194567564ce6a373b4542e365b680f4f2eb8adddb2f69aa2ee00cf1ee44808a7df8b9a3452f488c793d2f8af66e8451206e58bee2299920b9bc5be8c66d SHA512 1ac09716550d1eaff74294f99b91734a983ba6b2866788f149e3535753889c97c54bcbc35d08c63f368c91ee04926e032b3af1a19586f27377a337acce8b9d2c
diff --git a/dev-python/pywebview/pywebview-3.4.ebuild b/dev-python/pywebview/pywebview-3.4.ebuild
new file mode 100644
index 00000000..67bca1c2
--- /dev/null
+++ b/dev-python/pywebview/pywebview-3.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
+HOMEPAGE="https://github.com/r0x0r/pywebview"
+SRC_URI="https://github.com/r0x0r/pywebview/archive/${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/pygobject[${PYTHON_USEDEP}]
+ dev-python/PyQt5[${PYTHON_USEDEP}]
+ dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
+"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2020-12-05 2:40 Theo Anderson
0 siblings, 0 replies; 26+ messages in thread
From: Theo Anderson @ 2020-12-05 2:40 UTC (permalink / raw
To: gentoo-commits
commit: a28d78202e4400a79e5237fba3c98a727b335030
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Dec 5 02:38:15 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Dec 5 02:38:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a28d7820
dev-python/pywebview: drop old
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
dev-python/pywebview/Manifest | 1 -
dev-python/pywebview/pywebview-3.3.5.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index 8de8e4b1..1daeb1c9 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1,2 +1 @@
-DIST 3.3.5.tar.gz 27632690 BLAKE2B fbf2013f7d6008e5f12dcfc42451afe35909d98facc7e0332862d21ffe3dd8af5f225f28d665d02278308c9897c18b5563bd45186e6488987fbd6b688128ebec SHA512 98aea66a18019a0ea0b7ea57f929546ed5197eb07e8b0685c762c5b0c37d3f2d5530c71ac0775920ce42eb1b6672fdbfa90d82705924c6b6089218d85e6d491d
DIST 3.4.tar.gz 27831334 BLAKE2B 2d012194567564ce6a373b4542e365b680f4f2eb8adddb2f69aa2ee00cf1ee44808a7df8b9a3452f488c793d2f8af66e8451206e58bee2299920b9bc5be8c66d SHA512 1ac09716550d1eaff74294f99b91734a983ba6b2866788f149e3535753889c97c54bcbc35d08c63f368c91ee04926e032b3af1a19586f27377a337acce8b9d2c
diff --git a/dev-python/pywebview/pywebview-3.3.5.ebuild b/dev-python/pywebview/pywebview-3.3.5.ebuild
deleted file mode 100644
index 67bca1c2..00000000
--- a/dev-python/pywebview/pywebview-3.3.5.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
-HOMEPAGE="https://github.com/r0x0r/pywebview"
-SRC_URI="https://github.com/r0x0r/pywebview/archive/${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/pygobject[${PYTHON_USEDEP}]
- dev-python/PyQt5[${PYTHON_USEDEP}]
- dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
-"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2021-10-04 8:11 Theo Anderson
0 siblings, 0 replies; 26+ messages in thread
From: Theo Anderson @ 2021-10-04 8:11 UTC (permalink / raw
To: gentoo-commits
commit: 542fa77e7c6ba01fa72c3ee1247438fee2a26696
Author: James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Mon Oct 4 07:22:47 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Oct 4 07:22:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=542fa77e
dev-python/pywebview: add 3.5
Signed-off-by: James Beddek <telans <AT> posteo.de>
dev-python/pywebview/Manifest | 1 +
dev-python/pywebview/pywebview-3.5.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index 178771567..db7f7ea7e 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1 +1,2 @@
DIST pywebview-3.4.tar.gz 307993 BLAKE2B a838514ebbca25b8d54cbc2e9dd4a6caad01a05593cc82d6bb371398b2f70642fe1321b57f45f56121ca0cddeaa62eba05eebc0aa94f9cf0b36736bf8fe3f331 SHA512 a30c8c726e1351f3a5cc96c2774246a0a6326e8b6a2e9c25fe6e3bb7d866ff0c7cbd16da0428f6891c8316eafc70fd96c13255515b63d907ef20459a6cabd70a
+DIST pywebview-3.5.tar.gz 336741 BLAKE2B 332a71499d034acb94e2151771399007d441d85485bf596fb510e7513a417ac8dd1f1091db7796a767b535089d024affaea979567d6992f1bbe1154452cfcd80 SHA512 0d4e60a1389a11a9406634ac05446bc11bdea30ed4d81aca311ef01d8e9613d3582cf480c0a79bfe2b5a8c803c56c437abc0bb86ef4ba243bff638fcd6de9490
diff --git a/dev-python/pywebview/pywebview-3.5.ebuild b/dev-python/pywebview/pywebview-3.5.ebuild
new file mode 100644
index 000000000..6ba1acf3f
--- /dev/null
+++ b/dev-python/pywebview/pywebview-3.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
+HOMEPAGE="https://github.com/r0x0r/pywebview"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+ dev-python/pygobject[${PYTHON_USEDEP}]
+ dev-python/PyQt5[${PYTHON_USEDEP}]
+ dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
+"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2021-10-09 8:45 Theo Anderson
0 siblings, 0 replies; 26+ messages in thread
From: Theo Anderson @ 2021-10-09 8:45 UTC (permalink / raw
To: gentoo-commits
commit: 56d58be48134ae75ba4d936b91b77145ee2b903a
Author: James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Sat Oct 9 08:43:16 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Oct 9 08:43:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56d58be4
dev-python/pywebview: treeclean
Signed-off-by: James Beddek <telans <AT> posteo.de>
dev-python/pywebview/Manifest | 2 --
dev-python/pywebview/metadata.xml | 8 --------
dev-python/pywebview/pywebview-3.4.ebuild | 22 ----------------------
dev-python/pywebview/pywebview-3.5.ebuild | 22 ----------------------
4 files changed, 54 deletions(-)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
deleted file mode 100644
index db7f7ea7e..000000000
--- a/dev-python/pywebview/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pywebview-3.4.tar.gz 307993 BLAKE2B a838514ebbca25b8d54cbc2e9dd4a6caad01a05593cc82d6bb371398b2f70642fe1321b57f45f56121ca0cddeaa62eba05eebc0aa94f9cf0b36736bf8fe3f331 SHA512 a30c8c726e1351f3a5cc96c2774246a0a6326e8b6a2e9c25fe6e3bb7d866ff0c7cbd16da0428f6891c8316eafc70fd96c13255515b63d907ef20459a6cabd70a
-DIST pywebview-3.5.tar.gz 336741 BLAKE2B 332a71499d034acb94e2151771399007d441d85485bf596fb510e7513a417ac8dd1f1091db7796a767b535089d024affaea979567d6992f1bbe1154452cfcd80 SHA512 0d4e60a1389a11a9406634ac05446bc11bdea30ed4d81aca311ef01d8e9613d3582cf480c0a79bfe2b5a8c803c56c437abc0bb86ef4ba243bff638fcd6de9490
diff --git a/dev-python/pywebview/metadata.xml b/dev-python/pywebview/metadata.xml
deleted file mode 100644
index cd174bd3e..000000000
--- a/dev-python/pywebview/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>telans@posteo.de</email>
- <name>James Beddek</name>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-python/pywebview/pywebview-3.4.ebuild b/dev-python/pywebview/pywebview-3.4.ebuild
deleted file mode 100644
index bf5777d1b..000000000
--- a/dev-python/pywebview/pywebview-3.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
-HOMEPAGE="https://github.com/r0x0r/pywebview"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
- dev-python/pygobject[${PYTHON_USEDEP}]
- dev-python/PyQt5[${PYTHON_USEDEP}]
- dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
-"
diff --git a/dev-python/pywebview/pywebview-3.5.ebuild b/dev-python/pywebview/pywebview-3.5.ebuild
deleted file mode 100644
index 6ba1acf3f..000000000
--- a/dev-python/pywebview/pywebview-3.5.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
-HOMEPAGE="https://github.com/r0x0r/pywebview"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
- dev-python/pygobject[${PYTHON_USEDEP}]
- dev-python/PyQt5[${PYTHON_USEDEP}]
- dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
-"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2022-02-21 21:42 Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2022-02-21 21:42 UTC (permalink / raw
To: gentoo-commits
commit: e2d1acff6d607b433c90dc988795730d9593c00f
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Feb 21 21:25:44 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Feb 21 21:29:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2d1acff
dev-python/pywebview: Version bump
Drop all arches except ~amd64 because of dev-python/proxy_tools
dependency.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-python/pywebview/Manifest | 1 +
dev-python/pywebview/pywebview-3.6.1.ebuild | 30 +++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index 3369f6a71..5c29729f0 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1 +1,2 @@
DIST pywebview-3.5.tar.gz 336741 BLAKE2B 332a71499d034acb94e2151771399007d441d85485bf596fb510e7513a417ac8dd1f1091db7796a767b535089d024affaea979567d6992f1bbe1154452cfcd80 SHA512 0d4e60a1389a11a9406634ac05446bc11bdea30ed4d81aca311ef01d8e9613d3582cf480c0a79bfe2b5a8c803c56c437abc0bb86ef4ba243bff638fcd6de9490
+DIST pywebview-3.6.1.tar.gz 338235 BLAKE2B 6376ee4f6bea245e1583414a0203bfed518f84cc64480a451e0b445c2b43f1d532c99dbf1403bca54f2e2b71859262e451b23be231578c91372d5691ffcbff37 SHA512 0877981f66c34f72d8c216c5e5167df2bf3c9b4bdd597e1ddde64958ab31e683d722df51e4638510cfa02f382f879340da6ce1b55760b792c215d4c826233f84
diff --git a/dev-python/pywebview/pywebview-3.6.1.ebuild b/dev-python/pywebview/pywebview-3.6.1.ebuild
new file mode 100644
index 000000000..a82e7e54f
--- /dev/null
+++ b/dev-python/pywebview/pywebview-3.6.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9,10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
+HOMEPAGE="https://github.com/r0x0r/pywebview"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="gtk qt5"
+REQUIRED_USE="|| ( gtk qt5 )"
+
+RDEPEND="
+ dev-python/proxy_tools
+ gtk? (
+ dev-python/pygobject[cairo,${PYTHON_USEDEP}]
+ net-libs/webkit-gtk
+ )
+ qt5? (
+ dev-python/pyside2[${PYTHON_USEDEP}]
+ dev-python/QtPy[${PYTHON_USEDEP}]
+ )
+"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
2022-09-06 1:06 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pywebview/ Ronny Gutbrod
@ 2022-09-03 19:56 ` Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2022-09-03 19:56 UTC (permalink / raw
To: gentoo-commits
commit: 4cc53879d65860dacb9bf820fde489a6faa59c8d
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Sep 3 19:52:42 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Sep 3 19:52:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4cc53879
dev-python/pywebview: enable py3.11
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-python/pywebview/pywebview-3.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pywebview/pywebview-3.6.1.ebuild b/dev-python/pywebview/pywebview-3.6.1.ebuild
index a82e7e54f..d53ba46e3 100644
--- a/dev-python/pywebview/pywebview-3.6.1.ebuild
+++ b/dev-python/pywebview/pywebview-3.6.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pywebview/
@ 2022-09-06 1:06 Ronny Gutbrod
2022-09-03 19:56 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
0 siblings, 1 reply; 26+ messages in thread
From: Ronny Gutbrod @ 2022-09-06 1:06 UTC (permalink / raw
To: gentoo-commits
commit: 4cc53879d65860dacb9bf820fde489a6faa59c8d
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Sep 3 19:52:42 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Sep 3 19:52:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4cc53879
dev-python/pywebview: enable py3.11
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-python/pywebview/pywebview-3.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pywebview/pywebview-3.6.1.ebuild b/dev-python/pywebview/pywebview-3.6.1.ebuild
index a82e7e54f..d53ba46e3 100644
--- a/dev-python/pywebview/pywebview-3.6.1.ebuild
+++ b/dev-python/pywebview/pywebview-3.6.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2022-11-13 9:29 Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2022-11-13 9:29 UTC (permalink / raw
To: gentoo-commits
commit: e6b1964e6b9fb3485969e29fcf96a159c8368377
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Nov 13 07:15:45 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun Nov 13 09:26:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6b1964e
dev-python/pywebview: add 3.7
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-python/pywebview/Manifest | 1 +
dev-python/pywebview/pywebview-3.7.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index 5c29729f0..b811dbda1 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1,2 +1,3 @@
DIST pywebview-3.5.tar.gz 336741 BLAKE2B 332a71499d034acb94e2151771399007d441d85485bf596fb510e7513a417ac8dd1f1091db7796a767b535089d024affaea979567d6992f1bbe1154452cfcd80 SHA512 0d4e60a1389a11a9406634ac05446bc11bdea30ed4d81aca311ef01d8e9613d3582cf480c0a79bfe2b5a8c803c56c437abc0bb86ef4ba243bff638fcd6de9490
DIST pywebview-3.6.1.tar.gz 338235 BLAKE2B 6376ee4f6bea245e1583414a0203bfed518f84cc64480a451e0b445c2b43f1d532c99dbf1403bca54f2e2b71859262e451b23be231578c91372d5691ffcbff37 SHA512 0877981f66c34f72d8c216c5e5167df2bf3c9b4bdd597e1ddde64958ab31e683d722df51e4638510cfa02f382f879340da6ce1b55760b792c215d4c826233f84
+DIST pywebview-3.7.tar.gz 339300 BLAKE2B 4cb3fec3566e3ff82f3e515c9ab7e295e6240df62f986f79e2a9de20343bdf0174accd46a26320b302c344ebd098d7ab0f1b51b509c265d5217756db6c0c3a99 SHA512 170ceb106a7382e25b1afc62085deb5d58a6ba52c5fd2afeb7408455e85eba5f537cc9a5f05ab35dbe8e20615e0a65d2629e70283f9a00dc67903d213a8dbf79
diff --git a/dev-python/pywebview/pywebview-3.7.ebuild b/dev-python/pywebview/pywebview-3.7.ebuild
new file mode 100644
index 000000000..537929de8
--- /dev/null
+++ b/dev-python/pywebview/pywebview-3.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
+HOMEPAGE="https://github.com/r0x0r/pywebview"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="gtk qt5"
+REQUIRED_USE="|| ( gtk qt5 )"
+
+RDEPEND="
+ 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]
+ )
+"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2022-11-13 9:29 Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2022-11-13 9:29 UTC (permalink / raw
To: gentoo-commits
commit: dbdbf29bfff40f809a8a0275e9050c5248d5efcf
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Nov 13 07:17:20 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun Nov 13 09:26:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbdbf29b
dev-python/pywebview: drop 3.5
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-python/pywebview/Manifest | 1 -
dev-python/pywebview/pywebview-3.5.ebuild | 26 --------------------------
2 files changed, 27 deletions(-)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index b811dbda1..e788323ec 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1,3 +1,2 @@
-DIST pywebview-3.5.tar.gz 336741 BLAKE2B 332a71499d034acb94e2151771399007d441d85485bf596fb510e7513a417ac8dd1f1091db7796a767b535089d024affaea979567d6992f1bbe1154452cfcd80 SHA512 0d4e60a1389a11a9406634ac05446bc11bdea30ed4d81aca311ef01d8e9613d3582cf480c0a79bfe2b5a8c803c56c437abc0bb86ef4ba243bff638fcd6de9490
DIST pywebview-3.6.1.tar.gz 338235 BLAKE2B 6376ee4f6bea245e1583414a0203bfed518f84cc64480a451e0b445c2b43f1d532c99dbf1403bca54f2e2b71859262e451b23be231578c91372d5691ffcbff37 SHA512 0877981f66c34f72d8c216c5e5167df2bf3c9b4bdd597e1ddde64958ab31e683d722df51e4638510cfa02f382f879340da6ce1b55760b792c215d4c826233f84
DIST pywebview-3.7.tar.gz 339300 BLAKE2B 4cb3fec3566e3ff82f3e515c9ab7e295e6240df62f986f79e2a9de20343bdf0174accd46a26320b302c344ebd098d7ab0f1b51b509c265d5217756db6c0c3a99 SHA512 170ceb106a7382e25b1afc62085deb5d58a6ba52c5fd2afeb7408455e85eba5f537cc9a5f05ab35dbe8e20615e0a65d2629e70283f9a00dc67903d213a8dbf79
diff --git a/dev-python/pywebview/pywebview-3.5.ebuild b/dev-python/pywebview/pywebview-3.5.ebuild
deleted file mode 100644
index 4c1f2b10e..000000000
--- a/dev-python/pywebview/pywebview-3.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9,10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
-HOMEPAGE="https://github.com/r0x0r/pywebview"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="gtk qt5"
-REQUIRED_USE="|| ( gtk qt5 )"
-
-RDEPEND="
- gtk? (
- dev-python/pygobject[cairo,${PYTHON_USEDEP}]
- net-libs/webkit-gtk
- )
- qt5? ( dev-python/PyQtWebEngine[${PYTHON_USEDEP}] )
-"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2022-11-16 10:31 Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2022-11-16 10:31 UTC (permalink / raw
To: gentoo-commits
commit: 5b83af1d4472c029ded28ffbfcdc50935f7e2862
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Nov 16 10:30:19 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Nov 16 10:30:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b83af1d
dev-python/pywebview: add 3.7.1
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-python/pywebview/Manifest | 1 +
dev-python/pywebview/pywebview-3.7.1.ebuild | 31 +++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index e788323ec..d2c26a72c 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1,2 +1,3 @@
DIST pywebview-3.6.1.tar.gz 338235 BLAKE2B 6376ee4f6bea245e1583414a0203bfed518f84cc64480a451e0b445c2b43f1d532c99dbf1403bca54f2e2b71859262e451b23be231578c91372d5691ffcbff37 SHA512 0877981f66c34f72d8c216c5e5167df2bf3c9b4bdd597e1ddde64958ab31e683d722df51e4638510cfa02f382f879340da6ce1b55760b792c215d4c826233f84
+DIST pywebview-3.7.1.tar.gz 379076 BLAKE2B 9db9dbb368439b88b3d15997e53889e6cd1d935749c6ca2de27cb2650470d8fc1af5060760ed9cec81d0bb1de17d717b5a8f73aa907e6f7846d7838075ef09b9 SHA512 cd1ab821f82fe1b46ad2c7b9986137048105734b30e33b3aaabdc6bdd5a5bece1bc1df978d7a1d5e59b7072a9f7089b9d8b2c71f9344c5721abed1ac0d522aad
DIST pywebview-3.7.tar.gz 339300 BLAKE2B 4cb3fec3566e3ff82f3e515c9ab7e295e6240df62f986f79e2a9de20343bdf0174accd46a26320b302c344ebd098d7ab0f1b51b509c265d5217756db6c0c3a99 SHA512 170ceb106a7382e25b1afc62085deb5d58a6ba52c5fd2afeb7408455e85eba5f537cc9a5f05ab35dbe8e20615e0a65d2629e70283f9a00dc67903d213a8dbf79
diff --git a/dev-python/pywebview/pywebview-3.7.1.ebuild b/dev-python/pywebview/pywebview-3.7.1.ebuild
new file mode 100644
index 000000000..537929de8
--- /dev/null
+++ b/dev-python/pywebview/pywebview-3.7.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
+HOMEPAGE="https://github.com/r0x0r/pywebview"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="gtk qt5"
+REQUIRED_USE="|| ( gtk qt5 )"
+
+RDEPEND="
+ 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]
+ )
+"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2022-11-16 18:54 Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2022-11-16 18:54 UTC (permalink / raw
To: gentoo-commits
commit: 4717b9f676774eb3f4224cbdd848c05ef11ef40b
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Nov 16 18:52:29 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Nov 16 18:52:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4717b9f6
dev-python/pywebview: add 3.7.2, drop 3.7.1
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-python/pywebview/Manifest | 2 +-
dev-python/pywebview/{pywebview-3.7.1.ebuild => pywebview-3.7.2.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index d2c26a72c..a0c9ad5c6 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1,3 +1,3 @@
DIST pywebview-3.6.1.tar.gz 338235 BLAKE2B 6376ee4f6bea245e1583414a0203bfed518f84cc64480a451e0b445c2b43f1d532c99dbf1403bca54f2e2b71859262e451b23be231578c91372d5691ffcbff37 SHA512 0877981f66c34f72d8c216c5e5167df2bf3c9b4bdd597e1ddde64958ab31e683d722df51e4638510cfa02f382f879340da6ce1b55760b792c215d4c826233f84
-DIST pywebview-3.7.1.tar.gz 379076 BLAKE2B 9db9dbb368439b88b3d15997e53889e6cd1d935749c6ca2de27cb2650470d8fc1af5060760ed9cec81d0bb1de17d717b5a8f73aa907e6f7846d7838075ef09b9 SHA512 cd1ab821f82fe1b46ad2c7b9986137048105734b30e33b3aaabdc6bdd5a5bece1bc1df978d7a1d5e59b7072a9f7089b9d8b2c71f9344c5721abed1ac0d522aad
+DIST pywebview-3.7.2.tar.gz 440069 BLAKE2B 72a7b53ee72570f3ef0dc2c490f484dca02581490213708b6c45bb487b990d41ca64d477853454549c6cad3543f6381109a2fc54182bb14a720872b1fa240ed9 SHA512 943ce75a29f19b04890e8ae8f3327968b35ba347c8abab9079cfac5e9f93edfa0fbc3999d77a68bb7885d5a7236dc12c75b3a23e1cfbf2fc9fe794089a936db9
DIST pywebview-3.7.tar.gz 339300 BLAKE2B 4cb3fec3566e3ff82f3e515c9ab7e295e6240df62f986f79e2a9de20343bdf0174accd46a26320b302c344ebd098d7ab0f1b51b509c265d5217756db6c0c3a99 SHA512 170ceb106a7382e25b1afc62085deb5d58a6ba52c5fd2afeb7408455e85eba5f537cc9a5f05ab35dbe8e20615e0a65d2629e70283f9a00dc67903d213a8dbf79
diff --git a/dev-python/pywebview/pywebview-3.7.1.ebuild b/dev-python/pywebview/pywebview-3.7.2.ebuild
similarity index 100%
rename from dev-python/pywebview/pywebview-3.7.1.ebuild
rename to dev-python/pywebview/pywebview-3.7.2.ebuild
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2023-05-20 16:17 Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2023-05-20 16:17 UTC (permalink / raw
To: gentoo-commits
commit: b66c4dbf634fd6dc488db8fbeee14c0d760110f5
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat May 20 16:14:59 2023 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat May 20 16:14:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b66c4dbf
dev-python/pywebview: drop 3.6.1, 3.7
Signed-off-by: tastytea <gentoo <AT> tastytea.de>
dev-python/pywebview/Manifest | 2 --
dev-python/pywebview/pywebview-3.6.1.ebuild | 30 ----------------------------
dev-python/pywebview/pywebview-3.7.ebuild | 31 -----------------------------
3 files changed, 63 deletions(-)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index a0c9ad5c6..3c663a01b 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1,3 +1 @@
-DIST pywebview-3.6.1.tar.gz 338235 BLAKE2B 6376ee4f6bea245e1583414a0203bfed518f84cc64480a451e0b445c2b43f1d532c99dbf1403bca54f2e2b71859262e451b23be231578c91372d5691ffcbff37 SHA512 0877981f66c34f72d8c216c5e5167df2bf3c9b4bdd597e1ddde64958ab31e683d722df51e4638510cfa02f382f879340da6ce1b55760b792c215d4c826233f84
DIST pywebview-3.7.2.tar.gz 440069 BLAKE2B 72a7b53ee72570f3ef0dc2c490f484dca02581490213708b6c45bb487b990d41ca64d477853454549c6cad3543f6381109a2fc54182bb14a720872b1fa240ed9 SHA512 943ce75a29f19b04890e8ae8f3327968b35ba347c8abab9079cfac5e9f93edfa0fbc3999d77a68bb7885d5a7236dc12c75b3a23e1cfbf2fc9fe794089a936db9
-DIST pywebview-3.7.tar.gz 339300 BLAKE2B 4cb3fec3566e3ff82f3e515c9ab7e295e6240df62f986f79e2a9de20343bdf0174accd46a26320b302c344ebd098d7ab0f1b51b509c265d5217756db6c0c3a99 SHA512 170ceb106a7382e25b1afc62085deb5d58a6ba52c5fd2afeb7408455e85eba5f537cc9a5f05ab35dbe8e20615e0a65d2629e70283f9a00dc67903d213a8dbf79
diff --git a/dev-python/pywebview/pywebview-3.6.1.ebuild b/dev-python/pywebview/pywebview-3.6.1.ebuild
deleted file mode 100644
index 3ac219afd..000000000
--- a/dev-python/pywebview/pywebview-3.6.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
-HOMEPAGE="https://github.com/r0x0r/pywebview"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="gtk qt5"
-REQUIRED_USE="|| ( gtk qt5 )"
-
-RDEPEND="
- dev-python/proxy_tools
- gtk? (
- dev-python/pygobject[cairo,${PYTHON_USEDEP}]
- net-libs/webkit-gtk
- )
- qt5? (
- dev-python/pyside2[${PYTHON_USEDEP}]
- dev-python/QtPy[${PYTHON_USEDEP}]
- )
-"
diff --git a/dev-python/pywebview/pywebview-3.7.ebuild b/dev-python/pywebview/pywebview-3.7.ebuild
deleted file mode 100644
index b3f6f3db9..000000000
--- a/dev-python/pywebview/pywebview-3.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2020-2022 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
-
-DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
-HOMEPAGE="https://github.com/r0x0r/pywebview"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="gtk qt5"
-REQUIRED_USE="|| ( gtk qt5 )"
-
-RDEPEND="
- 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]
- )
-"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2023-05-23 12:47 Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2023-05-23 12:47 UTC (permalink / raw
To: gentoo-commits
commit: 3209c8d33c19fa79f94c63faed683bccabd57c35
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue May 23 12:46:36 2023 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue May 23 12:46:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3209c8d3
dev-python/pywebview: add github upstream metadata
Signed-off-by: tastytea <gentoo <AT> tastytea.de>
dev-python/pywebview/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/pywebview/metadata.xml b/dev-python/pywebview/metadata.xml
index da58abed9..9bf76813b 100644
--- a/dev-python/pywebview/metadata.xml
+++ b/dev-python/pywebview/metadata.xml
@@ -5,4 +5,7 @@
<email>gentoo@tastytea.de</email>
<name>tastytea</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">r0x0r/pywebview</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2023-05-23 12:47 Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2023-05-23 12:47 UTC (permalink / raw
To: gentoo-commits
commit: 67365ce1560d06e67e76d0d1ae5e1434249dd1a9
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue May 23 12:45:07 2023 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue May 23 12:45:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67365ce1
dev-python/pywebview: add 4.1
Signed-off-by: tastytea <gentoo <AT> tastytea.de>
dev-python/pywebview/Manifest | 1 +
dev-python/pywebview/pywebview-4.1.ebuild | 37 +++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index 3c663a01b..f4b5de7e2 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1 +1,2 @@
DIST pywebview-3.7.2.tar.gz 440069 BLAKE2B 72a7b53ee72570f3ef0dc2c490f484dca02581490213708b6c45bb487b990d41ca64d477853454549c6cad3543f6381109a2fc54182bb14a720872b1fa240ed9 SHA512 943ce75a29f19b04890e8ae8f3327968b35ba347c8abab9079cfac5e9f93edfa0fbc3999d77a68bb7885d5a7236dc12c75b3a23e1cfbf2fc9fe794089a936db9
+DIST pywebview-4.1.tar.gz 30069532 BLAKE2B ca11bb04c4146204d379414fc6de0cd1e583c36feb126c859d8c8bb0e896bf5eb8de946943729e41d0c564c704d140baf765de2807aec0311348e97624c00f3a SHA512 5cca2912adda83043c86f4b1386c70583fa547424b10c19dc2bfc713407cd9001515844b820e2050962fe84373febfaab495f646c56ab1d48207b47f2c535208
diff --git a/dev-python/pywebview/pywebview-4.1.ebuild b/dev-python/pywebview/pywebview-4.1.ebuild
new file mode 100644
index 000000000..3df2e37aa
--- /dev/null
+++ b/dev-python/pywebview/pywebview-4.1.ebuild
@@ -0,0 +1,37 @@
+# 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
+
+DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
+HOMEPAGE="https://github.com/r0x0r/pywebview"
+SRC_URI="https://github.com/r0x0r/pywebview/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="gtk qt5"
+REQUIRED_USE="|| ( gtk qt5 )"
+
+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]
+ )
+"
+
+distutils_enable_tests pytest
+
+RESTRICT="test" # FIXME: tests fail without message
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2023-06-30 12:57 Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2023-06-30 12:57 UTC (permalink / raw
To: gentoo-commits
commit: 3b2e14e1a0c2062f9a035d6cc9e61a00eaa7aaa6
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Jun 29 10:48:56 2023 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2023-06-30 12:57 Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2023-06-30 12:57 UTC (permalink / raw
To: gentoo-commits
commit: 77b0a00f4c5bbbfdd50c8e6e5f6b988207efc044
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Jun 29 10:52:18 2023 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Jun 30 12:12:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77b0a00f
dev-python/pywebview: drop 3.7.2
Signed-off-by: tastytea <gentoo <AT> tastytea.de>
dev-python/pywebview/Manifest | 1 -
dev-python/pywebview/pywebview-3.7.2.ebuild | 30 -----------------------------
2 files changed, 31 deletions(-)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index 21a323624..d06be7fdc 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1,3 +1,2 @@
-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-3.7.2.ebuild b/dev-python/pywebview/pywebview-3.7.2.ebuild
deleted file mode 100644
index 7181c3a88..000000000
--- a/dev-python/pywebview/pywebview-3.7.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2020-2022 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"
-REQUIRED_USE="|| ( gtk qt5 )"
-
-RDEPEND="
- 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]
- )
-"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2023-09-28 12:48 Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2023-09-28 12:48 UTC (permalink / raw
To: gentoo-commits
commit: 4a73b7bb21ad8dcaa9d209f2d3113f6a202f287c
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Sep 28 12:37:55 2023 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Sep 28 12:45:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a73b7bb
dev-python/pywebview: drop 4.1
Signed-off-by: tastytea <gentoo <AT> tastytea.de>
dev-python/pywebview/Manifest | 1 -
dev-python/pywebview/pywebview-4.1.ebuild | 37 -------------------------------
2 files changed, 38 deletions(-)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index 0ebdaff9eb..8c53a0cd3f 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1,3 +1,2 @@
-DIST pywebview-4.1.tar.gz 30069532 BLAKE2B ca11bb04c4146204d379414fc6de0cd1e583c36feb126c859d8c8bb0e896bf5eb8de946943729e41d0c564c704d140baf765de2807aec0311348e97624c00f3a SHA512 5cca2912adda83043c86f4b1386c70583fa547424b10c19dc2bfc713407cd9001515844b820e2050962fe84373febfaab495f646c56ab1d48207b47f2c535208
DIST pywebview-4.2.2.tar.gz 30105686 BLAKE2B fd6cd5131fd42326046e1126951294f7c87245a0580c7269d4bbb8a9fd04048e0db3a5864ff32c646d21734519ac568903dd82de5b750c3d7bcdb90857fe958b SHA512 6922d31bfc7a461948698b96d7e507162ac8718408ca0d8defa138d86c74d653c8026f5b0aa2d62d2147d7a64391f7e4d7726b5fcac0d836907fe5751bd82936
DIST pywebview-4.3.3.tar.gz 30107570 BLAKE2B 6907d928c2f0471547b75ce385636330e4ae2891c8082b24d659a75e525b84259a2db4bf4f8767c4d30c152724fc20c864456156fab8242e72753be32e908a49 SHA512 beaa481fc786ebd07d0d198167bbdfefb50e45b0c768b450c75385e6ed8f72df2cfebbcc7b5356632309300290d0d7b340bbd714e8d8aceaeca56e945857f007
diff --git a/dev-python/pywebview/pywebview-4.1.ebuild b/dev-python/pywebview/pywebview-4.1.ebuild
deleted file mode 100644
index 3df2e37aa1..0000000000
--- a/dev-python/pywebview/pywebview-4.1.ebuild
+++ /dev/null
@@ -1,37 +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
-
-DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
-HOMEPAGE="https://github.com/r0x0r/pywebview"
-SRC_URI="https://github.com/r0x0r/pywebview/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="gtk qt5"
-REQUIRED_USE="|| ( gtk qt5 )"
-
-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]
- )
-"
-
-distutils_enable_tests pytest
-
-RESTRICT="test" # FIXME: tests fail without message
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2023-09-28 12:48 Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2023-09-28 12:48 UTC (permalink / raw
To: gentoo-commits
commit: 503b8be623c8127fe4b0b02ebef1ed398e3843d8
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Sep 28 12:37:16 2023 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Sep 28 12:45:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=503b8be6
dev-python/pywebview: add 4.3.3
Signed-off-by: tastytea <gentoo <AT> tastytea.de>
dev-python/pywebview/Manifest | 1 +
dev-python/pywebview/pywebview-4.3.3.ebuild | 40 +++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index d06be7fdc3..0ebdaff9eb 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1,2 +1,3 @@
DIST pywebview-4.1.tar.gz 30069532 BLAKE2B ca11bb04c4146204d379414fc6de0cd1e583c36feb126c859d8c8bb0e896bf5eb8de946943729e41d0c564c704d140baf765de2807aec0311348e97624c00f3a SHA512 5cca2912adda83043c86f4b1386c70583fa547424b10c19dc2bfc713407cd9001515844b820e2050962fe84373febfaab495f646c56ab1d48207b47f2c535208
DIST pywebview-4.2.2.tar.gz 30105686 BLAKE2B fd6cd5131fd42326046e1126951294f7c87245a0580c7269d4bbb8a9fd04048e0db3a5864ff32c646d21734519ac568903dd82de5b750c3d7bcdb90857fe958b SHA512 6922d31bfc7a461948698b96d7e507162ac8718408ca0d8defa138d86c74d653c8026f5b0aa2d62d2147d7a64391f7e4d7726b5fcac0d836907fe5751bd82936
+DIST pywebview-4.3.3.tar.gz 30107570 BLAKE2B 6907d928c2f0471547b75ce385636330e4ae2891c8082b24d659a75e525b84259a2db4bf4f8767c4d30c152724fc20c864456156fab8242e72753be32e908a49 SHA512 beaa481fc786ebd07d0d198167bbdfefb50e45b0c768b450c75385e6ed8f72df2cfebbcc7b5356632309300290d0d7b340bbd714e8d8aceaeca56e945857f007
diff --git a/dev-python/pywebview/pywebview-4.3.3.ebuild b/dev-python/pywebview/pywebview-4.3.3.ebuild
new file mode 100644
index 0000000000..015ed2bd9f
--- /dev/null
+++ b/dev-python/pywebview/pywebview-4.3.3.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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2023-12-16 22:56 Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2023-12-16 22:56 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2023-12-16 22:56 Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2023-12-16 22:56 UTC (permalink / raw
To: gentoo-commits
commit: ba7b2a3cf837bda302dd1e2556b0436bccc2ca54
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Dec 16 22:19:18 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=ba7b2a3c
dev-python/pywebview: add 4.4.1
Signed-off-by: tastytea <gentoo <AT> tastytea.de>
dev-python/pywebview/Manifest | 1 +
dev-python/pywebview/pywebview-4.4.1.ebuild | 40 +++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index 8c53a0cd3f..c7cfbc192f 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1,2 +1,3 @@
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.4.1.ebuild b/dev-python/pywebview/pywebview-4.4.1.ebuild
new file mode 100644
index 0000000000..015ed2bd9f
--- /dev/null
+++ b/dev-python/pywebview/pywebview-4.4.1.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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2024-06-23 12:07 Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2024-06-23 12:07 UTC (permalink / raw
To: gentoo-commits
commit: 3aa6387f35b119bd156c25ad0a052d8c3f4d889e
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Jun 23 12:01:28 2024 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun Jun 23 12:01:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3aa6387f
dev-python/pywebview: drop 4.3.3
Signed-off-by: tastytea <gentoo <AT> tastytea.de>
dev-python/pywebview/Manifest | 1 -
dev-python/pywebview/pywebview-4.3.3.ebuild | 40 -----------------------------
2 files changed, 41 deletions(-)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index 38c31b1e2..c7ac1768b 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1,3 +1,2 @@
-DIST pywebview-4.3.3.tar.gz 30107570 BLAKE2B 6907d928c2f0471547b75ce385636330e4ae2891c8082b24d659a75e525b84259a2db4bf4f8767c4d30c152724fc20c864456156fab8242e72753be32e908a49 SHA512 beaa481fc786ebd07d0d198167bbdfefb50e45b0c768b450c75385e6ed8f72df2cfebbcc7b5356632309300290d0d7b340bbd714e8d8aceaeca56e945857f007
DIST pywebview-4.4.1.tar.gz 30127595 BLAKE2B 13759ee774a63ddcf44af92ed11a3b902c2c15ebd3ad252f2b541b764601a722e55002aefea8a0621702a2bd0e94a7d4f1c3d8dd86d7e6def5abe6ecec3e7f78 SHA512 b712927606cd9704a00896f68780ee6b0bcd63077510e1d5ceb8d4fbd4b44ca96fff4390be7a29c65b0b0d14dee132fbff29b8dbc1094ebca89ac893566a4731
DIST pywebview-5.1.tar.gz 435761 BLAKE2B 7aeacb13f845e97c17f2e8fd8581cc54ac3575ecb0c83c70be345d80ad98509afc8c9cefa32f908b539f388bf3b962dd9b8ab7787a6e0c5626859447f8e41682 SHA512 395243c34ce147970ac351bade647ad1c57d844fee390764097b7ec7f02562d298e9239eb76d0606394419e1e06d6c28d2cd58f1f10d46c5a4924759dac87aa0
diff --git a/dev-python/pywebview/pywebview-4.3.3.ebuild b/dev-python/pywebview/pywebview-4.3.3.ebuild
deleted file mode 100644
index 015ed2bd9..000000000
--- a/dev-python/pywebview/pywebview-4.3.3.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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2024-06-23 12:07 Ronny Gutbrod
0 siblings, 0 replies; 26+ messages in thread
From: Ronny Gutbrod @ 2024-06-23 12:07 UTC (permalink / raw
To: gentoo-commits
commit: a1155b219f22bc393b7dd51918e0045a0abe8a33
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Jun 23 11:23:19 2024 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun Jun 23 11:23:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1155b21
dev-python/pywebview: add 5.1
Signed-off-by: tastytea <gentoo <AT> tastytea.de>
dev-python/pywebview/Manifest | 1 +
dev-python/pywebview/pywebview-5.1.ebuild | 40 +++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index c9d1fdd84..38c31b1e2 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1,2 +1,3 @@
DIST pywebview-4.3.3.tar.gz 30107570 BLAKE2B 6907d928c2f0471547b75ce385636330e4ae2891c8082b24d659a75e525b84259a2db4bf4f8767c4d30c152724fc20c864456156fab8242e72753be32e908a49 SHA512 beaa481fc786ebd07d0d198167bbdfefb50e45b0c768b450c75385e6ed8f72df2cfebbcc7b5356632309300290d0d7b340bbd714e8d8aceaeca56e945857f007
DIST pywebview-4.4.1.tar.gz 30127595 BLAKE2B 13759ee774a63ddcf44af92ed11a3b902c2c15ebd3ad252f2b541b764601a722e55002aefea8a0621702a2bd0e94a7d4f1c3d8dd86d7e6def5abe6ecec3e7f78 SHA512 b712927606cd9704a00896f68780ee6b0bcd63077510e1d5ceb8d4fbd4b44ca96fff4390be7a29c65b0b0d14dee132fbff29b8dbc1094ebca89ac893566a4731
+DIST pywebview-5.1.tar.gz 435761 BLAKE2B 7aeacb13f845e97c17f2e8fd8581cc54ac3575ecb0c83c70be345d80ad98509afc8c9cefa32f908b539f388bf3b962dd9b8ab7787a6e0c5626859447f8e41682 SHA512 395243c34ce147970ac351bade647ad1c57d844fee390764097b7ec7f02562d298e9239eb76d0606394419e1e06d6c28d2cd58f1f10d46c5a4924759dac87aa0
diff --git a/dev-python/pywebview/pywebview-5.1.ebuild b/dev-python/pywebview/pywebview-5.1.ebuild
new file mode 100644
index 000000000..c8abe8a79
--- /dev/null
+++ b/dev-python/pywebview/pywebview-5.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2024-06-23 12:58 Viorel Munteanu
0 siblings, 0 replies; 26+ messages in thread
From: Viorel Munteanu @ 2024-06-23 12:58 UTC (permalink / raw
To: gentoo-commits
commit: 9a91e3ececa6d8c5f6f978505a01b2abaeb5d4a1
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 12:56:08 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 12:56:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a91e3ec
dev-python/pywebview: disable py3.12
dev-python/pyside2 does not support py3.12 yet.
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-python/pywebview/pywebview-5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pywebview/pywebview-5.1.ebuild b/dev-python/pywebview/pywebview-5.1.ebuild
index c8abe8a79..3e88abf77 100644
--- a/dev-python/pywebview/pywebview-5.1.ebuild
+++ b/dev-python/pywebview/pywebview-5.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2024-08-02 10:42 Jens Mühlenhoff
0 siblings, 0 replies; 26+ messages in thread
From: Jens Mühlenhoff @ 2024-08-02 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 1f6064e8181fecf1607154b873d8d226158f189e
Author: Jens Mühlenhoff <j.muehlenhoff <AT> gmx <DOT> de>
AuthorDate: Fri Aug 2 10:39:17 2024 +0000
Commit: Jens Mühlenhoff <j.muehlenhoff <AT> gmx <DOT> de>
CommitDate: Fri Aug 2 10:41:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f6064e8
dev-python/pywebview: enable py3.12, py3.13 and disable py3.10
Signed-off-by: Jens Mühlenhoff <j.muehlenhoff <AT> gmx.de>
dev-python/pywebview/pywebview-4.4.1-r1.ebuild | 2 +-
dev-python/pywebview/pywebview-5.1-r1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pywebview/pywebview-4.4.1-r1.ebuild b/dev-python/pywebview/pywebview-4.4.1-r1.ebuild
index 961b33ab3..c30541e26 100644
--- a/dev-python/pywebview/pywebview-4.4.1-r1.ebuild
+++ b/dev-python/pywebview/pywebview-4.4.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
diff --git a/dev-python/pywebview/pywebview-5.1-r1.ebuild b/dev-python/pywebview/pywebview-5.1-r1.ebuild
index 365fa8a0f..7a66a4749 100644
--- a/dev-python/pywebview/pywebview-5.1-r1.ebuild
+++ b/dev-python/pywebview/pywebview-5.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/
@ 2024-08-02 10:42 Jens Mühlenhoff
0 siblings, 0 replies; 26+ messages in thread
From: Jens Mühlenhoff @ 2024-08-02 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 0ea4f838ade98012b6d07a79c77c813ef9ef3d17
Author: Jens Mühlenhoff <j.muehlenhoff <AT> gmx <DOT> de>
AuthorDate: Fri Aug 2 10:37:36 2024 +0000
Commit: Jens Mühlenhoff <j.muehlenhoff <AT> gmx <DOT> de>
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]
^ permalink raw reply related [flat|nested] 26+ messages in thread
end of thread, other threads:[~2024-08-02 10:42 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-06 1:06 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pywebview/ Ronny Gutbrod
2022-09-03 19:56 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
-- strict thread matches above, loose matches on Subject: below --
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-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-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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox