1
0
Fork 0

sci-visualization/plots: drop 0.6.1, 0.6.2, 0.8.2

This commit is contained in:
Ryan Fox 2022-09-28 00:24:24 -07:00
parent 4161fb9776
commit 0ccd588bcb
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 0 additions and 125 deletions

View File

@ -1,10 +1,4 @@
DIST plots-0.6.1.tar.gz 816362 BLAKE2B 0569b56319c258c8c4eaa1755639249bce8c633e4f64d5b0bc22f7972a90138b9f557bc2a1919285d864e2e7abed573ddda84f7cd82bd8dfb02be52bca1e8881 SHA512 641dbe09ef61de629990f0c892ff947d43ad3dc2385ec87340454f8da780b13d2e805c31eaf66060375bf9222bed29e5201b4474b8d38239e521b6636a588011
DIST plots-0.6.2.tar.gz 829747 BLAKE2B ed8614d5ddfa7e148e776b732782df1be1a3bbb02a7ba6153cc2f2a6680276f6071b24e02620028e03ab2db91eb48c5ad378f314ac91ab642aaf68acb751774e SHA512 05629eec13a1a5ebeb13eee031e87e146bbdfc09695f89674a28705554d75f1ed774e4c66621473d8afabfd15af4ae334f625aff4b6c450f99ad02bad96ad996
DIST plots-0.8.2.tar.gz 1401122 BLAKE2B 07f899282ec798853c9301563fcd42e6828b5e3ca4d45ca5c4dd710aba28872f07d7bf17eb982efc7cdd31eef8ff6b486b8078b5e678f7a121a978fe8ad16a40 SHA512 3c9ececf0014c8f00220a2dec23981cc02139f931902171372267c4f88fb69deac4368862a3c0e11a4f0994e6d0208e2fd653fbbdfbb12f325e0e8910a1857b6
DIST plots-0.8.3.gh.tar.gz 1403647 BLAKE2B 22964fe28e51c4f0edb982fd14fa6247054b1640b2e2f08c4e2fe7e75294168f464c269020ceafb52c2c8501eb2f19de4fb336bb5d1a3c3a61f1d7560b8a701d SHA512 4649a1d968bc8b8f409136e58919161d7cff8f40c6de8b7b70ba560c5246f7d78694513cc250d2490e13b81c8a84550e308cb5ffe4e47509657f5c97ebf7d9e2
EBUILD plots-0.6.1.ebuild 898 BLAKE2B ae84715b3af4ab21cb41f170c866dc50b8388982590c49292f86b980215c11eb96223e3aa45f23141597dcdfe0f0ba93638e4d05c8fb8b373c0b3046b546a5e9 SHA512 f7e15964b6cb13a71e6e8c17cac321dd6873a4d6511b79b29c3839cb4ce6635325146facc860f1d4fb18208cbdd78ca22feda37f108dab104c223a5a52127ec0
EBUILD plots-0.6.2.ebuild 792 BLAKE2B 691fbae88e9023968b756cbfba1164cc5f6aad954149aa910d94b40dc555de6b958fca5262adca947a6210c83b6afae1f0709e088a1dce8c050a418dad6faa6f SHA512 a33220c3cd977f17b8cad11bff9cabd5d0154945ba02d3cdc5d3b38a9b659912c494de5fbfea4cac7243c40ed556bfd4c2ea180d62756808a2b825e6ea522cff
EBUILD plots-0.8.2.ebuild 789 BLAKE2B 2dd64dfc7fef9589a43198e2119e612b228b5aa6852798d22700e229444823f3f4706bbe1bc6568a0163f7dd788619b6c844e7c0a0e23ea219047af733e94860 SHA512 0d1d74b075c5e989a37ed58849f014ad930b0aab7afa1759a6499187650d33a318d3b9a93eb5212297b2274145d806c82e14cd989f71f85c08af52a2f8e1b516
EBUILD plots-0.8.3.ebuild 913 BLAKE2B 01c308bb776700bce20492ea4df047670973915006134319ac97d7bd4cfd7646ccb8436db59c0610df0c84e00ac9b18cc403a0f8e8fb263f37bde4067e9d813a SHA512 b2484a0619fc11a8c52a740aee294966a2d0bb33a820ba1be12775e6c2db7469598856b1a3b91097385b3a6e4ce73c252ac83576897e6c95a7f0d5b40262a5e3
EBUILD plots-9999.ebuild 913 BLAKE2B 01c308bb776700bce20492ea4df047670973915006134319ac97d7bd4cfd7646ccb8436db59c0610df0c84e00ac9b18cc403a0f8e8fb263f37bde4067e9d813a SHA512 b2484a0619fc11a8c52a740aee294966a2d0bb33a820ba1be12775e6c2db7469598856b1a3b91097385b3a6e4ce73c252ac83576897e6c95a7f0d5b40262a5e3
MISC metadata.xml 324 BLAKE2B 2ce3b06025a482512b009aca09ed4cd00652cf589f4254e40a7b3fde2cb0c1fe075a7b081f64aaf200903c28b326186fe6b48cde072812c835ff8ed18f260c36 SHA512 3f24074d387a3ec1e3187492c94c65f5c83947f046d5ab169604b34f1bdf62712f7f0002328ac81b526ebcf08ffb636ce473a41868f91f0d2ac322a7cdf4cbee

View File

@ -1,43 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{6..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=""
src_prepare() {
default
sed -i "s/find_packages()/find_packages(exclude=['tests'])/" "${S}/setup.py"
}
distutils_enable_tests pytest

View File

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

@ -1,38 +0,0 @@
# Copyright 1999-2022 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}.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"
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