diff --git a/sci-visualization/plots/Manifest b/sci-visualization/plots/Manifest index 742adfe..f3d5ba2 100644 --- a/sci-visualization/plots/Manifest +++ b/sci-visualization/plots/Manifest @@ -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 diff --git a/sci-visualization/plots/plots-0.8.5.ebuild b/sci-visualization/plots/plots-0.8.5.ebuild new file mode 100644 index 0000000..00c89a5 --- /dev/null +++ b/sci-visualization/plots/plots-0.8.5.ebuild @@ -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=""