1
0

sci-visualization/plots: treeclean

I've migrated to Graphs.
This commit is contained in:
Ryan Fox 2024-06-01 17:34:25 -07:00
parent 0920cc39e1
commit bc2f5224df
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
5 changed files with 0 additions and 127 deletions

View File

@ -1,2 +0,0 @@
DIST plots-0.8.4.gh.tar.gz 1407427 BLAKE2B fd4fc4f65febd40b77b850ed25af07bdf1ec49f9f65bad7a548562b603e55980d5cad982ec7b3943e2ab8abbef056da90bebdcc309511ecf74f6e164d0e34782 SHA512 99da39333c472112cd47c61acd3e420ab18c2796fc5df1d3844bb6b42c2fd8de9d531ecd729b1e259698180376e449214c2d17acfcd0e7b79bc5aad99f29b4a0
DIST plots-0.8.5.gh.tar.gz 1420262 BLAKE2B d214380193a01b01fac276014f3535aeac36114b17a080d4e645899b04a9c99aa36906ab4cba59ea0850825a50a9959475bdb5496b52c9780c0a3f1819e3b649 SHA512 d9fc9e9f0c5e0e5a3d828e6eeb59aebe68a121c16db7c424239776384a52905dd4c366570a5a37aa43e418767380cd15cae9e11e4e2efd4d632fbc2c8f363e42

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="github">alexhuntley/Plots</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,38 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/alexhuntley/Plots.git"
else
SRC_URI="https://github.com/alexhuntley/Plots/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
MY_PN="Plots"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="Graph plotting app for GNOME"
HOMEPAGE="https://github.com/alexhuntley/Plots"
LICENSE="GPL-3"
SLOT="0"
RESTRICT="test"
DEPEND=""
RDEPEND="
dev-python/freetype-py[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/lark[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pyglm[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/pyopengl[${PYTHON_USEDEP}]
"
BDEPEND=""

View File

@ -1,38 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/alexhuntley/Plots.git"
else
SRC_URI="https://github.com/alexhuntley/Plots/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
MY_PN="Plots"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="Graph plotting app for GNOME"
HOMEPAGE="https://github.com/alexhuntley/Plots"
LICENSE="GPL-3"
SLOT="0"
RESTRICT="test"
DEPEND=""
RDEPEND="
dev-python/freetype-py[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/lark[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pyglm[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/pyopengl[${PYTHON_USEDEP}]
"
BDEPEND=""

View File

@ -1,38 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/alexhuntley/Plots.git"
else
SRC_URI="https://github.com/alexhuntley/Plots/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
MY_PN="Plots"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="Graph plotting app for GNOME"
HOMEPAGE="https://github.com/alexhuntley/Plots"
LICENSE="GPL-3"
SLOT="0"
RESTRICT="test"
DEPEND=""
RDEPEND="
dev-python/freetype-py[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/lark[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pyglm[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/pyopengl[${PYTHON_USEDEP}]
"
BDEPEND=""