diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-10-05 20:37:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-10-05 20:37:09 +0000 |
| commit | 950a582457e3540054bb4e1704c4f2d124789e40 (patch) | |
| tree | c41b380e0e0ccad49fb6138353a9d1b08d2f0169 /dev-python/PythonQwt | |
| parent | b35866bc9f6f5a6e1c17798efd31799f1d749faf (diff) | |
| download | baldeagleos-repo-950a582457e3540054bb4e1704c4f2d124789e40.tar.gz baldeagleos-repo-950a582457e3540054bb4e1704c4f2d124789e40.tar.xz baldeagleos-repo-950a582457e3540054bb4e1704c4f2d124789e40.zip | |
Adding metadata
Diffstat (limited to 'dev-python/PythonQwt')
| -rw-r--r-- | dev-python/PythonQwt/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/PythonQwt/PythonQwt-0.10.3.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/PythonQwt/Manifest b/dev-python/PythonQwt/Manifest index 600a56bf3551..a4d32482a52e 100644 --- a/dev-python/PythonQwt/Manifest +++ b/dev-python/PythonQwt/Manifest @@ -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 diff --git a/dev-python/PythonQwt/PythonQwt-0.10.3.ebuild b/dev-python/PythonQwt/PythonQwt-0.10.3.ebuild new file mode 100644 index 000000000000..d739b56fee9f --- /dev/null +++ b/dev-python/PythonQwt/PythonQwt-0.10.3.ebuild @@ -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_{8,9,10,11} ) + +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" |
