dev-python/pycxx: Bump to 7.2.0

Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
Mark Wright
2026-01-08 22:13:35 +11:00
parent a3cbd9947c
commit 6ca8019579
2 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
DIST pycxx-7.1.10.zip 242530 BLAKE2B 6d3ea6da0640ad338068b82798b1e89ba168da7cb5bbe50db987a36153e4c22fffa6e4a99ea843b12fd54e3f966c436345063c7272f19be697c1189c3c32a019 SHA512 0531144dc4ac1ecde8d1b5fae5c385f33e944ff4a3fd96cf0c307b9cb295f2c595c7593ce1a57ce5f5ded1d7491a2cc1bf1eb49f80102fb11d7861aee8341998
DIST pycxx-7.1.8.tar.gz 154789 BLAKE2B e4b635d4b53ae3fd0790d6eddcd465acfc5272213e9752e7c2a1840edddb66f09bc9617373246964859125a27dc82110de6b4f4ffa44c41c94c338c846490e47 SHA512 3c9c3a23dfa9777c6a48b8600e7336cbadb60080a1051071583d534ead6c691dd9d304613073d6fb0c632eb1703b043b4214826c0ae7bd4b2ca72203ec03c0a2
DIST pycxx-7.2.0.zip 242771 BLAKE2B d163c827a9eea79bd835a27464bb7ae49693826b9951f1c1ce912cac22b83d2a328824b493c78a98f7147310bb1c1bb665de8a7dd63ec82e4c9445d7ab75acc1 SHA512 53cb021b7e2907e7b949e7412cb5b3b7fbde60b4e325fca3b046c5d122c55951449d4f8d39858d3fff0388a3df5307499f81a443aae441c7cabebcd6c4e62603

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_{10..14} )
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 toolchain-funcs
@@ -12,7 +12,7 @@ DESCRIPTION="Set of facilities to extend Python with C++"
HOMEPAGE="https://cxx.sourceforge.net"
SRC_URI="https://dev.gentoo.org/~gienah/snapshots/${P}.zip"
S="${WORKDIR}"/cxx-code-r464-trunk/CXX
S="${WORKDIR}"/cxx-code-r465-trunk/CXX
LICENSE="BSD"
SLOT="0"