summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib/matplotlib-3.10.1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-10 17:49:14 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-10 17:51:04 +0200
commit821065d4e4c3b0300ca9a6a21e43355ec77564a9 (patch)
treee5bb4b81772b4a2778508de1a23f487e083c07a5 /dev-python/matplotlib/matplotlib-3.10.1.ebuild
parent5ff5e2157825b9f6916e4b46ec3e4d2eb163f6e1 (diff)
downloadgentoo-821065d4e4c3b0300ca9a6a21e43355ec77564a9.tar.gz
gentoo-821065d4e4c3b0300ca9a6a21e43355ec77564a9.tar.bz2
gentoo-821065d4e4c3b0300ca9a6a21e43355ec77564a9.zip
dev-python/matplotlib: Fix install hack for pyvenv.cfg move
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib/matplotlib-3.10.1.ebuild')
-rw-r--r--dev-python/matplotlib/matplotlib-3.10.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.10.1.ebuild b/dev-python/matplotlib/matplotlib-3.10.1.ebuild
index 0a100958d2a9..15c038311123 100644
--- a/dev-python/matplotlib/matplotlib-3.10.1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.10.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=meson-python
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
PYTHON_REQ_USE='tk?,threads(+)'
inherit distutils-r1 pypi virtualx
@@ -293,6 +293,7 @@ python_test() {
)
distutils_pep517_install "${BUILD_DIR}"/test
cp -r "${BUILD_DIR}"/{install,test}"${EPREFIX}/usr/bin" || die
+ cp -r "${BUILD_DIR}"/{install,test}"${EPREFIX}/usr/pyvenv.cfg" || die
local -x PATH=${BUILD_DIR}/test${EPREFIX}/usr/bin:${PATH}
pushd lib >/dev/null || die