dev-python/guiqwt: drop 4.4.5

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2024-04-16 14:50:41 +02:00
parent f9addb99e2
commit 04fd9e241b

View File

@@ -1,24 +0,0 @@
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11,12} )
inherit distutils-r1
DESCRIPTION="Efficient 2D plotting Python library based on PythonQwt "
HOMEPAGE="https://pypi.python.org/pypi/guiqwt"
SRC_URI="https://github.com/PlotPyStack/guiqwt/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
RETRICT="test"
RDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
dev-python/guidata[${PYTHON_USEDEP}]
"
KEYWORDS="~amd64 ~x86"