diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-12-12 18:53:01 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-12-12 18:53:01 +0000 |
| commit | c2a98c5730992decf024aa2cc593271e9819a2bb (patch) | |
| tree | e8b3d3a321f539027ecef8fc56ffbdf897b62401 /dev-python/PythonQwt | |
| parent | 858ebcd8753fa1e646833884cf62b0809c89a407 (diff) | |
| download | baldeagleos-repo-c2a98c5730992decf024aa2cc593271e9819a2bb.tar.gz baldeagleos-repo-c2a98c5730992decf024aa2cc593271e9819a2bb.tar.xz baldeagleos-repo-c2a98c5730992decf024aa2cc593271e9819a2bb.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.14.2.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/PythonQwt/Manifest b/dev-python/PythonQwt/Manifest index eb5afea2d43a..cc937b2733b0 100644 --- a/dev-python/PythonQwt/Manifest +++ b/dev-python/PythonQwt/Manifest @@ -1,2 +1,3 @@ DIST pythonqwt-0.12.7.tar.gz 1217648 BLAKE2B 6c9dbaa893d6124ace07f9749d8b668fc5627269e3cabfab129fc04e3a511c971a2bd34d0bfc33da96715f7f8601e6d2d179584e8166f876296dc13d536ca710 SHA512 87af1d62e98798f5f616b7b008d704d943ae3c662b254f3243b3d9f4e5efab2f68b28c4820be6894b35852c9a5c14fa27c07868a28aacc6c9cd10ed7a674cfc2 DIST pythonqwt-0.14.1.tar.gz 1217982 BLAKE2B 55b59568a93a8bf1d03218cfb7e79d781eb741120fcdace7d6ae7aae50b30c90283de48ba4741deb4f33f560ed7d79dbfc9a7be70d95737200d9e88833d7f012 SHA512 d032d2422b801a567cd2dc92f630cc5cfc8fd27447134381bf83033ca45c55904c859bd950ceae2efc204cbdafcce4a03045f2680f008e245fabbdde7cf115de +DIST pythonqwt-0.14.2.tar.gz 1218008 BLAKE2B 7cf8e4cb5226c8c14b97000ac46d31171d111f57eeb3ecd50948746ada015e2e54bb912a93b408f8c9a3bab80c94ff7ffa7f622f8ebdca0d78a7c376072ace00 SHA512 557fed50a7d07daaeb061578c3adb08524843fb13d20ba376c65605df63ed2bc171fc536c593f146be0eca0fe9e9705e18dacb868f33178d71b4c53513a4ded8 diff --git a/dev-python/PythonQwt/PythonQwt-0.14.2.ebuild b/dev-python/PythonQwt/PythonQwt-0.14.2.ebuild new file mode 100644 index 000000000000..6e18aceda0a0 --- /dev/null +++ b/dev-python/PythonQwt/PythonQwt-0.14.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Qt plotting widgets for Python" +HOMEPAGE="https://pypi.org/project/PythonQwt" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +# Test directory seems to contain demo instead +RESTRICT="test" + +RDEPEND=" + dev-python/pyqt5[${PYTHON_USEDEP},svg] + dev-python/numpy[${PYTHON_USEDEP}] +" |
