diff --git a/sci-visualization/plots/Manifest b/sci-visualization/plots/Manifest index 38ba589..2278e41 100644 --- a/sci-visualization/plots/Manifest +++ b/sci-visualization/plots/Manifest @@ -4,5 +4,5 @@ DIST plots-0.8.2.tar.gz 1401122 BLAKE2B 07f899282ec798853c9301563fcd42e6828b5e3c 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-9999.ebuild 789 BLAKE2B 2dd64dfc7fef9589a43198e2119e612b228b5aa6852798d22700e229444823f3f4706bbe1bc6568a0163f7dd788619b6c844e7c0a0e23ea219047af733e94860 SHA512 0d1d74b075c5e989a37ed58849f014ad930b0aab7afa1759a6499187650d33a318d3b9a93eb5212297b2274145d806c82e14cd989f71f85c08af52a2f8e1b516 +EBUILD plots-9999.ebuild 913 BLAKE2B 01c308bb776700bce20492ea4df047670973915006134319ac97d7bd4cfd7646ccb8436db59c0610df0c84e00ac9b18cc403a0f8e8fb263f37bde4067e9d813a SHA512 b2484a0619fc11a8c52a740aee294966a2d0bb33a820ba1be12775e6c2db7469598856b1a3b91097385b3a6e4ce73c252ac83576897e6c95a7f0d5b40262a5e3 MISC metadata.xml 324 BLAKE2B 2ce3b06025a482512b009aca09ed4cd00652cf589f4254e40a7b3fde2cb0c1fe075a7b081f64aaf200903c28b326186fe6b48cde072812c835ff8ed18f260c36 SHA512 3f24074d387a3ec1e3187492c94c65f5c83947f046d5ab169604b34f1bdf62712f7f0002328ac81b526ebcf08ffb636ce473a41868f91f0d2ac322a7cdf4cbee diff --git a/sci-visualization/plots/plots-9999.ebuild b/sci-visualization/plots/plots-9999.ebuild index b22ec77..32e18bd 100644 --- a/sci-visualization/plots/plots-9999.ebuild +++ b/sci-visualization/plots/plots-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -12,7 +12,7 @@ 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" + 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}" @@ -23,16 +23,16 @@ 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 - dev-python/jinja - dev-python/lark - dev-python/numpy - dev-python/pyglm - dev-python/pygobject - dev-python/pyopengl + 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="" - -distutils_enable_tests pytest