dev-python/msgspec: Enable py3.15

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-30 10:22:05 +02:00
parent d1e05be74b
commit 42b7c1da5b
2 changed files with 7 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="github">jcrist/msgspec</remote-id>
<remote-id type="github">msgspec/msgspec</remote-id>
<remote-id type="pypi">msgspec</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -5,18 +5,20 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi
DESCRIPTION="Fast serialization and validation library, with builtin support for many formats"
HOMEPAGE="
https://jcristharif.com/msgspec/
https://github.com/jcrist/msgspec
https://github.com/msgspec/msgspec
https://pypi.org/project/msgspec/
"
# No tests in sdist
SRC_URI="https://github.com/jcrist/msgspec/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
SRC_URI="
https://github.com/msgspec/msgspec/archive/refs/tags/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="BSD"
SLOT="0"