From 761b2746492844ead2d9318093adf5ef972b2eee Mon Sep 17 00:00:00 2001 From: Mark Wright Date: Mon, 25 Aug 2025 15:04:27 +1000 Subject: [PATCH] dev-python/pycxx: Fix SRC_URI bug 961959 Thanks to ulm for reporting. The original source for the snapshot should have been: https://sourceforge.net/code-snapshots/svn/c/cx/cxx/code/cxx-code-r464-trunk-CXX.zip but I had to make a local copy as the hash changes when fetching it again. Closes: https://bugs.gentoo.org/show_bug.cgi?id=961959 Signed-off-by: Mark Wright --- dev-python/pycxx/pycxx-7.1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycxx/pycxx-7.1.10.ebuild b/dev-python/pycxx/pycxx-7.1.10.ebuild index e3fe92a136f3a..11376f2064e1b 100644 --- a/dev-python/pycxx/pycxx-7.1.10.ebuild +++ b/dev-python/pycxx/pycxx-7.1.10.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 toolchain-funcs DESCRIPTION="Set of facilities to extend Python with C++" HOMEPAGE="https://cxx.sourceforge.net" -SRC_URI="https://sourceforge.net/code-snapshots/svn/c/cx/cxx/code/cxx-code-r464-trunk.zip -> ${P}.zip" +SRC_URI="https://dev.gentoo.org/~gienah/snapshots/${P}.zip" S="${WORKDIR}"/cxx-code-r464-trunk/CXX