dev-python/varlink: Enable py3.15

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-30 15:20:23 +02:00
parent e6b1a8dc00
commit 1f262db251
2 changed files with 4 additions and 12 deletions

View File

@@ -1 +1 @@
DIST python-varlink-31.0.0.gh.tar.gz 41003 BLAKE2B 3ffe5808ed130d09beabe545ff3437b6f91d74a35a7bf2a72eca854c77c7f8992f6d59c9f73428356cbb98f95b0af2950afd3bf3c6f9955b4f2b12524903d2c6 SHA512 3b8a9479c78a73793d56854b008fca7d041044314b6cf424326f9429c480b0b8561075ce6fa282c92b79ce75c2ec941249a65e9fb6a995510ede9dc064d6dcab
DIST varlink-31.0.0.tar.gz 44613 BLAKE2B 20c947aed2d6f1453be27785008d6aae5ea866eb754f7e70327f4554c86a672725c37fd303fe0304472b3952be372124cecdbd3b1f00e8d18011ad16b9de9223 SHA512 3a99876dd2ec519a877fc4994c5fec0567a8b9348cb19910aedf9e191bd7c2b6275c2340a861f6b86e64523a8c8792116d2565ac7b86e283fbebcfe195469d39

View File

@@ -1,24 +1,18 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1
inherit distutils-r1 pypi
MY_P=python-varlink-${PV}
DESCRIPTION="Python implementation of the Varlink protocol"
HOMEPAGE="
https://github.com/varlink/python/
https://pypi.org/project/varlink/
"
SRC_URI="
https://github.com/varlink/python/archive/${PV}.tar.gz
-> ${MY_P}.gh.tar.gz
"
S="${WORKDIR}/python-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
@@ -29,5 +23,3 @@ BDEPEND="
"
distutils_enable_tests unittest
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}