1
0
Fork 0

sci-visualization/plots: Bump to 0.6.2

Also handle rename of dev-python/lark-parser -> dev-python/lark

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox 2022-05-09 17:33:19 -07:00
parent 334fcd9f6d
commit bcf938d449
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 46 additions and 6 deletions

View File

@ -1,4 +1,6 @@
DIST plots-0.6.1.tar.gz 816362 BLAKE2B 0569b56319c258c8c4eaa1755639249bce8c633e4f64d5b0bc22f7972a90138b9f557bc2a1919285d864e2e7abed573ddda84f7cd82bd8dfb02be52bca1e8881 SHA512 641dbe09ef61de629990f0c892ff947d43ad3dc2385ec87340454f8da780b13d2e805c31eaf66060375bf9222bed29e5201b4474b8d38239e521b6636a588011
EBUILD plots-0.6.1.ebuild 904 BLAKE2B 25a209a871b5d84f5d43ee480f8fdd1b7228031e7f7b756943076e6519226d0918dbc178c25012d6afbd7bb129a98636576069ae84f2fd2cbe70ce527a8443d4 SHA512 8483246e9289c6acc653f920430bcc50846369fcd27c0d8660fba4a3c3f6eb9a7d433c41c6b3ec90cbef56c5dc19b5823a6376a71e5254dcf5929f6dadd405ea
EBUILD plots-9999.ebuild 799 BLAKE2B a5c7db0a52ac21f9ee48799dd673dd01c0938457a8e2422710e1270d262b011e5731227e0a649bd37cdf14409725cabdc8a910cb24eecb3d648bee687e035473 SHA512 d4214d4f4e7975b5a582687a1dd7a1aca451ee9ae5ca9a370218685057043fc033f35ca211cf7c3d04cce59a009e864ce30177629f461cfebcdd19e36c809f5d
DIST plots-0.6.2.tar.gz 829747 BLAKE2B ed8614d5ddfa7e148e776b732782df1be1a3bbb02a7ba6153cc2f2a6680276f6071b24e02620028e03ab2db91eb48c5ad378f314ac91ab642aaf68acb751774e SHA512 05629eec13a1a5ebeb13eee031e87e146bbdfc09695f89674a28705554d75f1ed774e4c66621473d8afabfd15af4ae334f625aff4b6c450f99ad02bad96ad996
EBUILD plots-0.6.1.ebuild 898 BLAKE2B ae84715b3af4ab21cb41f170c866dc50b8388982590c49292f86b980215c11eb96223e3aa45f23141597dcdfe0f0ba93638e4d05c8fb8b373c0b3046b546a5e9 SHA512 f7e15964b6cb13a71e6e8c17cac321dd6873a4d6511b79b29c3839cb4ce6635325146facc860f1d4fb18208cbdd78ca22feda37f108dab104c223a5a52127ec0
EBUILD plots-0.6.2.ebuild 792 BLAKE2B 691fbae88e9023968b756cbfba1164cc5f6aad954149aa910d94b40dc555de6b958fca5262adca947a6210c83b6afae1f0709e088a1dce8c050a418dad6faa6f SHA512 a33220c3cd977f17b8cad11bff9cabd5d0154945ba02d3cdc5d3b38a9b659912c494de5fbfea4cac7243c40ed556bfd4c2ea180d62756808a2b825e6ea522cff
EBUILD plots-9999.ebuild 792 BLAKE2B 691fbae88e9023968b756cbfba1164cc5f6aad954149aa910d94b40dc555de6b958fca5262adca947a6210c83b6afae1f0709e088a1dce8c050a418dad6faa6f SHA512 a33220c3cd977f17b8cad11bff9cabd5d0154945ba02d3cdc5d3b38a9b659912c494de5fbfea4cac7243c40ed556bfd4c2ea180d62756808a2b825e6ea522cff
MISC metadata.xml 324 BLAKE2B 2ce3b06025a482512b009aca09ed4cd00652cf589f4254e40a7b3fde2cb0c1fe075a7b081f64aaf200903c28b326186fe6b48cde072812c835ff8ed18f260c36 SHA512 3f24074d387a3ec1e3187492c94c65f5c83947f046d5ab169604b34f1bdf62712f7f0002328ac81b526ebcf08ffb636ce473a41868f91f0d2ac322a7cdf4cbee

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{6..9} )
PYTHON_COMPAT=( python3_{6..10} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1
@ -27,7 +27,7 @@ SLOT="0"
RDEPEND="
dev-python/freetype-py
dev-python/jinja
dev-python/lark-parser
dev-python/lark
dev-python/numpy
dev-python/pyglm
dev-python/pygobject

View File

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

View File

@ -27,7 +27,7 @@ SLOT="0"
RDEPEND="
dev-python/freetype-py
dev-python/jinja
dev-python/lark-parser
dev-python/lark
dev-python/numpy
dev-python/pyglm
dev-python/pygobject