aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2024-07-09 15:34:29 +0200
committerDavid Roman <davidroman96@gmail.com>2024-07-09 15:34:29 +0200
commitb2a595124bdbac4f76570882c72df370c7b17e10 (patch)
tree76addafe8b640836823d4d8123c566d24ca73a31 /dev-python
parentapp-text/vale: add 3.6.1 (diff)
downloadguru-b2a595124bdbac4f76570882c72df370c7b17e10.tar.gz
guru-b2a595124bdbac4f76570882c72df370c7b17e10.tar.bz2
guru-b2a595124bdbac4f76570882c72df370c7b17e10.zip
dev-python/PythonQwt: drop 0.12.1
Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PythonQwt/Manifest1
-rw-r--r--dev-python/PythonQwt/PythonQwt-0.12.1.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/PythonQwt/Manifest b/dev-python/PythonQwt/Manifest
index 630a470a4..6ac959c3a 100644
--- a/dev-python/PythonQwt/Manifest
+++ b/dev-python/PythonQwt/Manifest
@@ -1,2 +1 @@
-DIST PythonQwt-0.12.1.tar.gz 1216628 BLAKE2B 9428d3c8d0fe671c6182e4664d53ea684bf18e0bf7c8462fc56e669e7745f17064c890e37a75766f6165bfe381847c06f1d532eb524949445b0efe6ddd1486e9 SHA512 cdfe02c8db8a3d81af71412590f12a86779143bb8f3411bc442b23760fc6c51d1f0aac320c6418c9e32ef68abe706b952ed172f5f0bb39aca17427c8ecc34e07
DIST pythonqwt-0.12.5.tar.gz 1217114 BLAKE2B 9b0a155772f19a32bc2fd17ef5232d3ce2f69e23ae807017515b0db9017db526b53ea4ca13f9101f9902d8d68261e30037ca424ac55d27fa7ee179101224a9a8 SHA512 6349f5f7ef721531c7272cc87f2c98e7ce841329b56b75431d99d30f1211d3dba521ccc8553ac6e25a3a7ce3daeb1e82f7af945bfdb32afcc27b87e9bc9d52b8
diff --git a/dev-python/PythonQwt/PythonQwt-0.12.1.ebuild b/dev-python/PythonQwt/PythonQwt-0.12.1.ebuild
deleted file mode 100644
index daf43daf4..000000000
--- a/dev-python/PythonQwt/PythonQwt-0.12.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYPI_NO_NORMALIZE=true
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Qt plotting widgets for Python "
-HOMEPAGE="https://pypi.python.org/pypi/PythonQwt"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# Test directory seems to contain demo instead
-RESTRICT="test"
-
-RDEPEND="dev-python/PyQt5[${PYTHON_USEDEP},svg]"