diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/PythonQwt | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/PythonQwt')
| -rw-r--r-- | dev-python/PythonQwt/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/PythonQwt/PythonQwt-0.14.6.ebuild | 23 | ||||
| -rw-r--r-- | dev-python/PythonQwt/PythonQwt-0.15.0.ebuild | 23 | ||||
| -rw-r--r-- | dev-python/PythonQwt/PythonQwt-0.16.0.ebuild | 23 | ||||
| -rw-r--r-- | dev-python/PythonQwt/metadata.xml | 11 |
5 files changed, 0 insertions, 83 deletions
diff --git a/dev-python/PythonQwt/Manifest b/dev-python/PythonQwt/Manifest deleted file mode 100644 index c98f6a5adee1..000000000000 --- a/dev-python/PythonQwt/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pythonqwt-0.14.6.tar.gz 1218842 BLAKE2B c632a1e5bd714c1b94560df55ce86616831645b34ac1fd3dfe2e4d794532816a132d401c89c20eaee64c24a4c16a0defe840e6ec003bf05ab8c509426d202a30 SHA512 3d660baf79276a0b2f35abfec4f1c81d55e6ddec3dd803b68f1239deb33c5fc5f87c5584b6236009bc1b98e63ae306f36f75d663dff936620db38b648963a28f -DIST pythonqwt-0.15.0.tar.gz 1221219 BLAKE2B 8db6a5a23fbfbe6a066e7d476c18576e06e22728b4c63c2d7fcb01df18936dbef2669ce6a1aacdde6035aea4e760fa334dc1ad3eaf483562d0ef17a0f304e026 SHA512 355ea2c3ec0c5de13fcdeadbaa79863a357a34271c57c8771249b0e2bbb5820aa156cd68fb3d3601721385239a0c2611b855a1fb0015bad890b7878a8c7b8d21 -DIST pythonqwt-0.16.0.tar.gz 1234388 BLAKE2B 590ebd5f80c3be43fad3f2ac5d9fef8800c02a6c8e379a5c232eccaf668f831087c86e056785f8bc0c52a8440157566f6f6b823e31a8f5ca2d1c4806a95fbb1f SHA512 3c8c078daf8080347d2764331ffa9de1f7380d7919c9e58d3e76d9764702c2309dd4067607824f75ada15950b0584832c3a2e4bcc064d8e656144ae65b8fe424 diff --git a/dev-python/PythonQwt/PythonQwt-0.14.6.ebuild b/dev-python/PythonQwt/PythonQwt-0.14.6.ebuild deleted file mode 100644 index 9bcadfd6f604..000000000000 --- a/dev-python/PythonQwt/PythonQwt-0.14.6.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_{13..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/pyqt6[${PYTHON_USEDEP},svg] - dev-python/numpy[${PYTHON_USEDEP}] -" diff --git a/dev-python/PythonQwt/PythonQwt-0.15.0.ebuild b/dev-python/PythonQwt/PythonQwt-0.15.0.ebuild deleted file mode 100644 index 9bcadfd6f604..000000000000 --- a/dev-python/PythonQwt/PythonQwt-0.15.0.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_{13..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/pyqt6[${PYTHON_USEDEP},svg] - dev-python/numpy[${PYTHON_USEDEP}] -" diff --git a/dev-python/PythonQwt/PythonQwt-0.16.0.ebuild b/dev-python/PythonQwt/PythonQwt-0.16.0.ebuild deleted file mode 100644 index 43941a1aff20..000000000000 --- a/dev-python/PythonQwt/PythonQwt-0.16.0.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_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Qt plotting widgets for Python" -HOMEPAGE="https://pypi.org/project/PythonQwt" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~amd64" -# Test directory seems to contain demo instead -RESTRICT="test" - -RDEPEND=" - dev-python/pyqt6[${PYTHON_USEDEP},svg] - dev-python/numpy[${PYTHON_USEDEP}] -" diff --git a/dev-python/PythonQwt/metadata.xml b/dev-python/PythonQwt/metadata.xml deleted file mode 100644 index 816e5ebaa10d..000000000000 --- a/dev-python/PythonQwt/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>stkw0@disroot.org</email> - <name>David Roman</name> - </maintainer> - <upstream> - <remote-id type="pypi">PythonQwt</remote-id> - </upstream> -</pkgmetadata> |
