From 0dd4db15f9556ddfeaee24e7d14249d4727d70ef Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 3 May 2025 06:58:45 +0000 Subject: Adding metadata --- dev-python/pywebview/pywebview-4.4.1-r1.ebuild | 36 -------------------------- dev-python/pywebview/pywebview-4.4.1-r2.ebuild | 36 ++++++++++++++++++++++++++ dev-python/pywebview/pywebview-5.1-r1.ebuild | 36 -------------------------- dev-python/pywebview/pywebview-5.1-r2.ebuild | 36 ++++++++++++++++++++++++++ 4 files changed, 72 insertions(+), 72 deletions(-) delete mode 100644 dev-python/pywebview/pywebview-4.4.1-r1.ebuild create mode 100644 dev-python/pywebview/pywebview-4.4.1-r2.ebuild delete mode 100644 dev-python/pywebview/pywebview-5.1-r1.ebuild create mode 100644 dev-python/pywebview/pywebview-5.1-r2.ebuild (limited to 'dev-python/pywebview') diff --git a/dev-python/pywebview/pywebview-4.4.1-r1.ebuild b/dev-python/pywebview/pywebview-4.4.1-r1.ebuild deleted file mode 100644 index 4eb8feb7e1ea..000000000000 --- a/dev-python/pywebview/pywebview-4.4.1-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2020-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -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 qt6" -REQUIRED_USE="|| ( gtk qt6 )" - -RDEPEND=" - dev-python/bottle - dev-python/cryptography - dev-python/proxy_tools - gtk? ( - dev-python/pygobject[cairo,${PYTHON_USEDEP}] - net-libs/webkit-gtk - ) - qt6? ( - dev-python/pyside[${PYTHON_USEDEP},webengine] - dev-python/qtpy[${PYTHON_USEDEP},webengine] - ) -" - -distutils_enable_tests pytest - -RESTRICT="test" # FIXME: tests fail without message diff --git a/dev-python/pywebview/pywebview-4.4.1-r2.ebuild b/dev-python/pywebview/pywebview-4.4.1-r2.ebuild new file mode 100644 index 000000000000..f7843c0e086a --- /dev/null +++ b/dev-python/pywebview/pywebview-4.4.1-r2.ebuild @@ -0,0 +1,36 @@ +# Copyright 2020-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +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 qt6" +REQUIRED_USE="|| ( gtk qt6 )" + +RDEPEND=" + dev-python/bottle[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/proxy_tools[${PYTHON_USEDEP}] + gtk? ( + dev-python/pygobject[cairo,${PYTHON_USEDEP}] + net-libs/webkit-gtk + ) + qt6? ( + dev-python/pyside[${PYTHON_USEDEP},webengine] + dev-python/qtpy[${PYTHON_USEDEP},webengine] + ) +" + +distutils_enable_tests pytest + +RESTRICT="test" # FIXME: tests fail without message diff --git a/dev-python/pywebview/pywebview-5.1-r1.ebuild b/dev-python/pywebview/pywebview-5.1-r1.ebuild deleted file mode 100644 index 4eb8feb7e1ea..000000000000 --- a/dev-python/pywebview/pywebview-5.1-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2020-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -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 qt6" -REQUIRED_USE="|| ( gtk qt6 )" - -RDEPEND=" - dev-python/bottle - dev-python/cryptography - dev-python/proxy_tools - gtk? ( - dev-python/pygobject[cairo,${PYTHON_USEDEP}] - net-libs/webkit-gtk - ) - qt6? ( - dev-python/pyside[${PYTHON_USEDEP},webengine] - dev-python/qtpy[${PYTHON_USEDEP},webengine] - ) -" - -distutils_enable_tests pytest - -RESTRICT="test" # FIXME: tests fail without message diff --git a/dev-python/pywebview/pywebview-5.1-r2.ebuild b/dev-python/pywebview/pywebview-5.1-r2.ebuild new file mode 100644 index 000000000000..f7843c0e086a --- /dev/null +++ b/dev-python/pywebview/pywebview-5.1-r2.ebuild @@ -0,0 +1,36 @@ +# Copyright 2020-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +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 qt6" +REQUIRED_USE="|| ( gtk qt6 )" + +RDEPEND=" + dev-python/bottle[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/proxy_tools[${PYTHON_USEDEP}] + gtk? ( + dev-python/pygobject[cairo,${PYTHON_USEDEP}] + net-libs/webkit-gtk + ) + qt6? ( + dev-python/pyside[${PYTHON_USEDEP},webengine] + dev-python/qtpy[${PYTHON_USEDEP},webengine] + ) +" + +distutils_enable_tests pytest + +RESTRICT="test" # FIXME: tests fail without message -- cgit v1.3.1