diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-09-28 18:18:46 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-09-28 18:18:46 +0000 |
| commit | 07c821c2d8e7a33d4cc4b2ae53720cf3eccea8d1 (patch) | |
| tree | 39241caf13dbe4cc524a762dcfb73e76afd4c575 /dev-python/pywebview/pywebview-4.3.3.ebuild | |
| parent | e5f6e321d3b4be52d5cc017942ec8e8fab26189d (diff) | |
| download | baldeagleos-repo-07c821c2d8e7a33d4cc4b2ae53720cf3eccea8d1.tar.gz baldeagleos-repo-07c821c2d8e7a33d4cc4b2ae53720cf3eccea8d1.tar.xz baldeagleos-repo-07c821c2d8e7a33d4cc4b2ae53720cf3eccea8d1.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pywebview/pywebview-4.3.3.ebuild')
| -rw-r--r-- | dev-python/pywebview/pywebview-4.3.3.ebuild | 40 |
1 files changed, 40 insertions, 0 deletions
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 000000000000..2af7a79ea80e --- /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_{8,9,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 |
