commit: 567a0d08d7a03820e6bbffadab84c00d4bf2c7e8 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Sep 10 03:26:43 2023 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Sep 10 03:27:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567a0d08
media-gfx/xdot: Migrate to PEP517 build Closes: https://bugs.gentoo.org/909986 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-gfx/xdot/xdot-9999.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/media-gfx/xdot/xdot-9999.ebuild b/media-gfx/xdot/xdot-9999.ebuild index 6b9cdbea7cf7..dc0e15d5f30b 100644 --- a/media-gfx/xdot/xdot-9999.ebuild +++ b/media-gfx/xdot/xdot-9999.ebuild @@ -2,9 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 - DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) MY_PN=xdot.py EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN}" @@ -27,16 +26,14 @@ HOMEPAGE="https://github.com/jrfonseca/xdot.py" LICENSE="LGPL-2+" SLOT="0" -RDEPEND=" +DEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] media-gfx/graphviz -" -DEPEND=" - ${RDEPEND} test? ( x11-libs/gtk+:3[X] ) " +RDEPEND="${DEPEND}" run_test() { cd tests && "${EPYTHON}" ../test.py *.dot graphs/*.gv
