mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/msgspec: Enable py3.15
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user