commit:     509b679807bf6a9a0ba77800c1ba7983336e9867
Author:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 12:51:29 2024 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 12:51:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509b6798

dev-python/superqt: add 0.7.0

Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 dev-python/superqt/Manifest             |  1 +
 dev-python/superqt/superqt-0.7.0.ebuild | 49 +++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/superqt/Manifest b/dev-python/superqt/Manifest
index 02f6497bfd90..2aaa0a71596d 100644
--- a/dev-python/superqt/Manifest
+++ b/dev-python/superqt/Manifest
@@ -1 +1,2 @@
 DIST superqt-0.6.7.tar.gz 96733 BLAKE2B 
3c189989c1bdbd1dd35bcb5a80951c817fefe19b61e4c8d44878fbfc7cc850b272149219b995a1a1b808e11063c8c16e4dafc7eaafa772c4912936a3708971e9
 SHA512 
054df016442cb72327218f4d73fbcfd2335178c10cb09f7c5e645721189403580f082ad2853527f84bf1513b1605b470b16fc08848bff077b5a5e1746df60f24
+DIST superqt-0.7.0.tar.gz 97558 BLAKE2B 
7210f0b96858a78d6798fbf19ff260d9954ced05f2e82902acc6c897fef64dd604282a435c2a8d06c085bbc88f286e5ac93682e7bf08c1c332646842e389f2be
 SHA512 
3594ecff511285f7df0a44be5f6fb97128a2724c0d90053a3fa008f47237dee294ad062997053abcba6d54ddb73a0c21f9a0f51e824ebf22cad97e686d5e54c1

diff --git a/dev-python/superqt/superqt-0.7.0.ebuild 
b/dev-python/superqt/superqt-0.7.0.ebuild
new file mode 100644
index 000000000000..0499d4b363a1
--- /dev/null
+++ b/dev-python/superqt/superqt-0.7.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi virtualx
+
+DESCRIPTION="Missing widgets and components for PyQt/PySide"
+HOMEPAGE="
+       https://github.com/pyapp-kit/superqt
+       https://pypi.org/project/superqt/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
+       >=dev-python/qtpy-1.1.0[${PYTHON_USEDEP}]
+       >=dev-python/typing-extensions-3.7.4.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+       dev-python/hatch-vcs[${PYTHON_USEDEP}]
+       test? (
+               dev-python/numpy[${PYTHON_USEDEP}]
+               dev-python/pytest-qt[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_IGNORE=(
+       # pint and pyconify not packaged
+       tests/test_quantity.py
+)
+
+EPYTEST_DESELECT=(
+       # fails in the sandbox, but works outside of it
+       tests/test_eliding_label.py::test_wrapped_eliding_label
+)
+
+distutils_enable_tests pytest
+
+python_test() {
+       virtx distutils-r1_python_test
+}

Reply via email to