dev-python/PythonQwt: add 0.10.3

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2023-10-05 12:33:16 +02:00
parent 1587b7e077
commit 7f4b74d000
2 changed files with 22 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST PythonQwt-0.10.2.tar.gz 1044022 BLAKE2B 12019566a2465b37aceeb5e6e0c587274b99bcaaadd20bc18a697548278a2a3ee13e34cff7563f1751b27a3d7fd51eaee91cf83cc702064db8b9400c9a4e4597 SHA512 949ebf5b76253f1d7a9d8410ebb01f24ab90547e3c13a017d19f3c96f2735134993165073f7e18d4887b4e224b31f4a3cb1a1896063128be2591cad294a3a2ed
DIST PythonQwt-0.10.3.tar.gz 1109362 BLAKE2B 8d049a938b9ef4e18cce15682d001c25dee8c8b1bc66ed653b7a09427f391fc9300b1897add00d3566e65465bcf2272d4c874d7af1144fd8d2a1fe5443a8b11a SHA512 eed602b374d0e34293b6ae7a71d24f2db0e0d2dbf8d184e6ed99f00b70b4bc3a16bee72d83555ad5a442878eb92fe51ea4d142d59fc777dc56f4cd93f31178e8

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"
RETRICT="test"
RDEPEND="dev-python/PyQt5[${PYTHON_USEDEP},svg]"
KEYWORDS="~amd64 ~x86"