commit: 48c3bd34117b60af851e9fe7daa9e61f6ec60334 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Tue Apr 22 08:56:42 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Apr 22 08:56:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48c3bd34
dev-python/PythonQwt: drop 0.14.3 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-python/PythonQwt/Manifest | 1 - dev-python/PythonQwt/PythonQwt-0.14.3.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-python/PythonQwt/Manifest b/dev-python/PythonQwt/Manifest index 1786b65c4..73d5e71e7 100644 --- a/dev-python/PythonQwt/Manifest +++ b/dev-python/PythonQwt/Manifest @@ -1,3 +1,2 @@ DIST pythonqwt-0.12.7.tar.gz 1217648 BLAKE2B 6c9dbaa893d6124ace07f9749d8b668fc5627269e3cabfab129fc04e3a511c971a2bd34d0bfc33da96715f7f8601e6d2d179584e8166f876296dc13d536ca710 SHA512 87af1d62e98798f5f616b7b008d704d943ae3c662b254f3243b3d9f4e5efab2f68b28c4820be6894b35852c9a5c14fa27c07868a28aacc6c9cd10ed7a674cfc2 -DIST pythonqwt-0.14.3.tar.gz 1218724 BLAKE2B e0c157167aa85b8f437b2b19fbe95524ac76168f79b536623f7311c441d68113ed931b30073598e6c0cee813f2ba73a1378caa5dddae66adfb53aed3a863313d SHA512 5fd51fd4f6e859bc5da23b2eabb5eeafa496ef6b33dce56e51a2d6abdf7184d98e390395788def8e3636938e619e6a6aee3a1b67d9c8058de960e50d437d1781 DIST pythonqwt-0.14.4.tar.gz 1218690 BLAKE2B 91ecc9efa1855004c50639978892f0c43faa0531edb468cac3d50cdb6c792848278cbf8d5de5f500e98368c1ebfcadf8f78061cf49861021520128bf56367f27 SHA512 809fe79c9fd132c8a2173183f0b101e8c1600f95aa935dc0da2609de678abe5c64b8842b70c0d53978daf68ec36b7ccacbcc86b01e7ecce9a38425bbc48300ab diff --git a/dev-python/PythonQwt/PythonQwt-0.14.3.ebuild b/dev-python/PythonQwt/PythonQwt-0.14.3.ebuild deleted file mode 100644 index 12d8f5576..000000000 --- a/dev-python/PythonQwt/PythonQwt-0.14.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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..13} ) - -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/pyqt5[${PYTHON_USEDEP},svg] - dev-python/numpy[${PYTHON_USEDEP}] -"