summaryrefslogtreecommitdiff
path: root/dev-python/gnuplot-py
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/gnuplot-py
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/gnuplot-py')
-rw-r--r--dev-python/gnuplot-py/Manifest2
-rw-r--r--dev-python/gnuplot-py/gnuplot-py-1.8_p8-r1.ebuild45
-rw-r--r--dev-python/gnuplot-py/metadata.xml12
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-python/gnuplot-py/Manifest b/dev-python/gnuplot-py/Manifest
deleted file mode 100644
index f1f64b9e8b0e..000000000000
--- a/dev-python/gnuplot-py/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gnuplot-py-1.8.tar.gz 118828 BLAKE2B 880062169b2fa047d60318cc7dc556c60794bfd81317681395329a56712506f7e406efecb79f37cd98103e76a6feb8b635e55fe056c3ce5bee0c670c8bcaf7a8 SHA512 748dc95ea53acd362f67c821a3cc7cf23b6329c2dd13c130c91e1c9f89afe1ffd84619ed321923c65455adf86ee58976dd6dd187881ee3ede5e0f5f551fb027d
-DIST python-gnuplot_1.8-8.debian.tar.xz 13304 BLAKE2B 2bebf1bc648f90b9679a7499f46f208baaee026aef81ac345f7dbdf7769caedc07668c62a809950d454cad560473438aa2e82a29d21f71e8c87201bf7978a3be SHA512 d2d9466d6d738b8244522572d9e45ae3ea1c0e68c3edb18e13bdca8f630b45466219fe68f874155901020540d801ab5aa025164d28958c440dc37ea4dda098cb
diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8_p8-r1.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8_p8-r1.ebuild
deleted file mode 100644
index 8681228afec9..000000000000
--- a/dev-python/gnuplot-py/gnuplot-py-1.8_p8-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MYPN="python-gnuplot"
-MYPV="$(ver_cut 1-2)"
-MYP="${PN}-${MYPV}"
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="A python wrapper for Gnuplot"
-HOMEPAGE="https://gnuplot-py.sourceforge.net/"
-SRC_URI="
- https://downloads.sourceforge.net/${PN}/${MYP}.tar.gz
- mirror://debian/pool/main/p/${MYPN}/${MYPN}_${PV//_p/-}.debian.tar.xz
-"
-S="${WORKDIR}/${MYP}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-RDEPEND="
- ${DEPEND}
- sci-visualization/gnuplot
-"
-
-DOCS="ANNOUNCE.txt CREDITS.txt FAQ.txt NEWS.txt TODO.txt"
-PATCHES=(
- "${WORKDIR}/debian/patches/00-python3-port.patch"
- "${WORKDIR}/debian/patches/fix-privacy-breach.patch"
- "${WORKDIR}/debian/patches/00-remove-version-import.patch"
- "${WORKDIR}/debian/patches/fix-python-name.patch"
- "${WORKDIR}/debian/patches/fix-malfuction-mouse-keys.patch"
- "${WORKDIR}/debian/patches/fix-string-exceptions.patch"
-)
-
-python_install_all() {
- HTML_DOCS=( doc/Gnuplot/*.html )
- einstalldocs
-}
diff --git a/dev-python/gnuplot-py/metadata.xml b/dev-python/gnuplot-py/metadata.xml
deleted file mode 100644
index dd52ed1fe4ad..000000000000
--- a/dev-python/gnuplot-py/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>joe@wt.gd</email>
- <name>Joe Kappus</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">gnuplot-py</remote-id>
- </upstream>
-</pkgmetadata>