commit: bbddf638b17dceb5a7cdb86cfff407a9694150d6
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed Sep 17 10:59:52 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Sep 17 11:00:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbddf638
dev-python/PythonQwt: add 0.14.6
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/PythonQwt/Manifest | 1 +
dev-python/PythonQwt/PythonQwt-0.14.6.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-python/PythonQwt/Manifest b/dev-python/PythonQwt/Manifest
index 1c665b231d..c73538d70c 100644
--- a/dev-python/PythonQwt/Manifest
+++ b/dev-python/PythonQwt/Manifest
@@ -1 +1,2 @@
DIST pythonqwt-0.14.5.tar.gz 1218803 BLAKE2B
5ca5032040b9afa6e49630760645e8f95bf732305c69f751a9a34a9384216fb77ffdb80870e6b14e78f70f88335ec70903d12fec5bccc1b6017c20159548e81e
SHA512
53e6363f82b5e7f4830029b74228abe0dd4120aa09836d8766685e93749ad8377f347b54ce37eab0288e4efb9ce6f5d4097bdf7f863c8d517f8034951209b8ad
+DIST pythonqwt-0.14.6.tar.gz 1218842 BLAKE2B
c632a1e5bd714c1b94560df55ce86616831645b34ac1fd3dfe2e4d794532816a132d401c89c20eaee64c24a4c16a0defe840e6ec003bf05ab8c509426d202a30
SHA512
3d660baf79276a0b2f35abfec4f1c81d55e6ddec3dd803b68f1239deb33c5fc5f87c5584b6236009bc1b98e63ae306f36f75d663dff936620db38b648963a28f
diff --git a/dev-python/PythonQwt/PythonQwt-0.14.6.ebuild
b/dev-python/PythonQwt/PythonQwt-0.14.6.ebuild
new file mode 100644
index 0000000000..788ebe7355
--- /dev/null
+++ b/dev-python/PythonQwt/PythonQwt-0.14.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Qt plotting widgets for Python"
+HOMEPAGE="https://pypi.org/project/PythonQwt"
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# Test directory seems to contain demo instead
+RESTRICT="test"
+
+RDEPEND="
+ dev-python/pyqt6[${PYTHON_USEDEP},svg]
+ dev-python/numpy[${PYTHON_USEDEP}]
+"