summaryrefslogtreecommitdiff
path: root/dev-python/PythonQwt
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-11 06:34:04 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-11 06:34:04 +0000
commit346d082088860d59afadaf985dfd3318ae370d3a (patch)
tree2c7187007e555a058d0f51b31e2bdfca29c84243 /dev-python/PythonQwt
parent9acfcb10ddc85aba0512558817fd7287a8eeef01 (diff)
downloadbaldeagleos-repo-346d082088860d59afadaf985dfd3318ae370d3a.tar.gz
baldeagleos-repo-346d082088860d59afadaf985dfd3318ae370d3a.tar.xz
baldeagleos-repo-346d082088860d59afadaf985dfd3318ae370d3a.zip
Adding metadata
Diffstat (limited to 'dev-python/PythonQwt')
-rw-r--r--dev-python/PythonQwt/Manifest2
-rw-r--r--dev-python/PythonQwt/PythonQwt-0.12.6.ebuild (renamed from dev-python/PythonQwt/PythonQwt-0.12.1.ebuild)10
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-python/PythonQwt/Manifest b/dev-python/PythonQwt/Manifest
index 630a470a4f54..ced5d6fde38b 100644
--- a/dev-python/PythonQwt/Manifest
+++ b/dev-python/PythonQwt/Manifest
@@ -1,2 +1,2 @@
-DIST PythonQwt-0.12.1.tar.gz 1216628 BLAKE2B 9428d3c8d0fe671c6182e4664d53ea684bf18e0bf7c8462fc56e669e7745f17064c890e37a75766f6165bfe381847c06f1d532eb524949445b0efe6ddd1486e9 SHA512 cdfe02c8db8a3d81af71412590f12a86779143bb8f3411bc442b23760fc6c51d1f0aac320c6418c9e32ef68abe706b952ed172f5f0bb39aca17427c8ecc34e07
DIST pythonqwt-0.12.5.tar.gz 1217114 BLAKE2B 9b0a155772f19a32bc2fd17ef5232d3ce2f69e23ae807017515b0db9017db526b53ea4ca13f9101f9902d8d68261e30037ca424ac55d27fa7ee179101224a9a8 SHA512 6349f5f7ef721531c7272cc87f2c98e7ce841329b56b75431d99d30f1211d3dba521ccc8553ac6e25a3a7ce3daeb1e82f7af945bfdb32afcc27b87e9bc9d52b8
+DIST pythonqwt-0.12.6.tar.gz 1217432 BLAKE2B 5178eded8d2b947854e48b31f74888184d6d4de3a2681c3bca6aca69b95dbfc8d7d31e65844b0dbfc6847415bd47367a1ea35db7a1ffc4f61270ebb9781b9c46 SHA512 59808929ff835db46b47e63babc2a4b320b2606b7b836ddd21304af1f6c3be1afae4e0329d8a55a17951807e7b8cfa9b89c58cc5d8439612d20ed655c04db484
diff --git a/dev-python/PythonQwt/PythonQwt-0.12.1.ebuild b/dev-python/PythonQwt/PythonQwt-0.12.6.ebuild
index 5ce30341a7cd..9909d97bfcc5 100644
--- a/dev-python/PythonQwt/PythonQwt-0.12.1.ebuild
+++ b/dev-python/PythonQwt/PythonQwt-0.12.6.ebuild
@@ -3,14 +3,13 @@
EAPI=8
-PYPI_NO_NORMALIZE=true
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8,9,10,11,12} )
inherit distutils-r1 pypi
-DESCRIPTION="Qt plotting widgets for Python "
-HOMEPAGE="https://pypi.python.org/pypi/PythonQwt"
+DESCRIPTION="Qt plotting widgets for Python"
+HOMEPAGE="https://pypi.org/project/PythonQwt"
LICENSE="MIT"
SLOT="0"
@@ -18,4 +17,7 @@ KEYWORDS="~amd64 ~x86"
# Test directory seems to contain demo instead
RESTRICT="test"
-RDEPEND="dev-python/PyQt5[${PYTHON_USEDEP},svg]"
+RDEPEND="
+ dev-python/PyQt5[${PYTHON_USEDEP},svg]
+ dev-python/numpy[${PYTHON_USEDEP}]
+"