summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2025-08-25 15:04:27 +1000
committerMark Wright <gienah@gentoo.org>2025-08-25 15:06:13 +1000
commit761b2746492844ead2d9318093adf5ef972b2eee (patch)
treebd8dde0c141b0f1937312ab6c8dfffd3b783a1cf /dev-python
parentdfed7ed8c71712840d0f1a946147ce34377cd230 (diff)
downloadgentoo-761b2746492844ead2d9318093adf5ef972b2eee.tar.gz
gentoo-761b2746492844ead2d9318093adf5ef972b2eee.tar.bz2
gentoo-761b2746492844ead2d9318093adf5ef972b2eee.zip
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>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pycxx/pycxx-7.1.10.ebuild2
1 files changed, 1 insertions, 1 deletions
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