commit: 761b2746492844ead2d9318093adf5ef972b2eee Author: Mark Wright <gienah <AT> gentoo <DOT> org> AuthorDate: Mon Aug 25 05:04:27 2025 +0000 Commit: Mark Wright <gienah <AT> gentoo <DOT> org> CommitDate: Mon Aug 25 05:06:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761b2746
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 <gienah <AT> gentoo.org> 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 e3fe92a136f3..11376f2064e1 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
