dev-python/PythonQwt: add 0.12.1

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman 2024-04-24 00:24:44 +02:00
parent c6c0015a79
commit d76768afff
No known key found for this signature in database
GPG Key ID: D7475BA08F7705F5
2 changed files with 22 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST PythonQwt-0.11.2.tar.gz 1216322 BLAKE2B cecc5cbcfc4266690692e2bd358dbcd9d6f949b64ffff38879b1df84b0e4c4a562ffac18ce436fd7ccdb3dbb43e77b9bc998e73d53855ab065b53363d3256ccc SHA512 1f5210943dec77fc72426a1da5db6b783ae9d27aa9f7f76c69e9a5d40e306b7bfde0f1a16990cbb622ab2f66289fd65e7d0887b5ac777389859c64e6ef372d69
DIST PythonQwt-0.12.1.tar.gz 1216628 BLAKE2B 9428d3c8d0fe671c6182e4664d53ea684bf18e0bf7c8462fc56e669e7745f17064c890e37a75766f6165bfe381847c06f1d532eb524949445b0efe6ddd1486e9 SHA512 cdfe02c8db8a3d81af71412590f12a86779143bb8f3411bc442b23760fc6c51d1f0aac320c6418c9e32ef68abe706b952ed172f5f0bb39aca17427c8ecc34e07

View File

@ -0,0 +1,21 @@
# Copyright 1999-2023 Gentoo Foundation
# 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]"