summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-31 08:14:28 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-31 08:17:28 +0100
commitabea41924b6d95e8decb770361991e34c9a04831 (patch)
treeec844074468344b538c4e38ae78cc1e6eca25267
parentdev-python/argh: Bump to 0.31.0 (diff)
downloadgentoo-abea41924b6d95e8decb770361991e34c9a04831.tar.gz
gentoo-abea41924b6d95e8decb770361991e34c9a04831.tar.bz2
gentoo-abea41924b6d95e8decb770361991e34c9a04831.zip
dev-python/pypy3_10: Fix cffi .dist-info
TODO: file this upstream when their bug tracker is up again. Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pypy3_10/pypy3_10-7.3.14-r1.ebuild (renamed from dev-python/pypy3_10/pypy3_10-7.3.14.ebuild)4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/pypy3_10/pypy3_10-7.3.14.ebuild b/dev-python/pypy3_10/pypy3_10-7.3.14-r1.ebuild
index 723a5ebe36a9..8bc0e2eb6b6d 100644
--- a/dev-python/pypy3_10/pypy3_10-7.3.14.ebuild
+++ b/dev-python/pypy3_10/pypy3_10-7.3.14-r1.ebuild
@@ -56,6 +56,10 @@ src_prepare() {
local PATCHES=(
"${WORKDIR}/${PATCHSET}"
)
+
+ # typo
+ mv lib_pypy/cffi{.,-}1.16.0.dist-info || die
+
default
}