summaryrefslogtreecommitdiff
path: root/dev-python/PythonQwt
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-24 19:21:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-24 19:21:09 +0000
commit00ae7917936dcce4c0ff3c6dc8ada15ee24ff8af (patch)
treec48373593348d5561fd150d741470a67929ed0c9 /dev-python/PythonQwt
parent518a9802b3c051064c58d593f5222a61fae2e644 (diff)
downloadbaldeagleos-repo-00ae7917936dcce4c0ff3c6dc8ada15ee24ff8af.tar.gz
baldeagleos-repo-00ae7917936dcce4c0ff3c6dc8ada15ee24ff8af.tar.xz
baldeagleos-repo-00ae7917936dcce4c0ff3c6dc8ada15ee24ff8af.zip
Adding metadata
Diffstat (limited to 'dev-python/PythonQwt')
-rw-r--r--dev-python/PythonQwt/Manifest1
-rw-r--r--dev-python/PythonQwt/PythonQwt-0.14.5.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/PythonQwt/Manifest b/dev-python/PythonQwt/Manifest
index e091d9b8dd37..d63e95249f5f 100644
--- a/dev-python/PythonQwt/Manifest
+++ b/dev-python/PythonQwt/Manifest
@@ -1,3 +1,2 @@
-DIST pythonqwt-0.14.5.tar.gz 1218803 BLAKE2B 5ca5032040b9afa6e49630760645e8f95bf732305c69f751a9a34a9384216fb77ffdb80870e6b14e78f70f88335ec70903d12fec5bccc1b6017c20159548e81e SHA512 53e6363f82b5e7f4830029b74228abe0dd4120aa09836d8766685e93749ad8377f347b54ce37eab0288e4efb9ce6f5d4097bdf7f863c8d517f8034951209b8ad
DIST pythonqwt-0.14.6.tar.gz 1218842 BLAKE2B c632a1e5bd714c1b94560df55ce86616831645b34ac1fd3dfe2e4d794532816a132d401c89c20eaee64c24a4c16a0defe840e6ec003bf05ab8c509426d202a30 SHA512 3d660baf79276a0b2f35abfec4f1c81d55e6ddec3dd803b68f1239deb33c5fc5f87c5584b6236009bc1b98e63ae306f36f75d663dff936620db38b648963a28f
DIST pythonqwt-0.15.0.tar.gz 1221219 BLAKE2B 8db6a5a23fbfbe6a066e7d476c18576e06e22728b4c63c2d7fcb01df18936dbef2669ce6a1aacdde6035aea4e760fa334dc1ad3eaf483562d0ef17a0f304e026 SHA512 355ea2c3ec0c5de13fcdeadbaa79863a357a34271c57c8771249b0e2bbb5820aa156cd68fb3d3601721385239a0c2611b855a1fb0015bad890b7878a8c7b8d21
diff --git a/dev-python/PythonQwt/PythonQwt-0.14.5.ebuild b/dev-python/PythonQwt/PythonQwt-0.14.5.ebuild
deleted file mode 100644
index 0238a9f7322b..000000000000
--- a/dev-python/PythonQwt/PythonQwt-0.14.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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_{10..14} )
-
-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}]
-"