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@gentoo.org>
This commit is contained in:
Mark Wright
2025-08-25 15:04:27 +10:00
parent dfed7ed8c7
commit 761b274649

View File

@@ -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