1
0
Fork 0

sci-visualization/plots: add 0.8.5

This commit is contained in:
Ryan Fox 2023-05-14 18:43:24 -07:00
parent 040879a270
commit b012c06a79
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
2 changed files with 39 additions and 0 deletions

View File

@ -1 +1,2 @@
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

@ -0,0 +1,38 @@
# 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=""