dev-python/pyro5: Bump to 5.17

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-20 05:41:11 +02:00
parent b9206d7111
commit 3eee56ecd0
2 changed files with 34 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST pyro5-5.16.tar.gz 448592 BLAKE2B dbf0e144564afd7bcfa47fe8cdf9571a5b15be462705db360f2e770333482705864fb1567c028fe2d92573b6e6fcd0ef18d27ef90bf9fa41976e573975085a30 SHA512 4a3c67bedb33788f0dfb9e0d75889b339b12da8806d6f4e1ced6e4b62812071a028d232a0ef44c95841acba523aa7466317c5269f17a0ac3d62c8b3667ac6e3a
DIST pyro5-5.17.tar.gz 268643 BLAKE2B c9ad310153c8e8cba5ad0e170791f3507e1794631c00f7e9f1887be7e4d036393ed2b686b5d37d27a90bb137ddc9f409c77980565eade5235167afc09bf74cd0 SHA512 2b8adc819648de9a45b205300778a09be8fdbf5c0406bf7fb5308bc1a7f4b0eceac969c770ae014eccf02a21f95018df0e6c9bdf185ff5d8596766d18b67b652

View File

@@ -0,0 +1,33 @@
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1 pypi
DESCRIPTION="Distributed object middleware for Python (RPC)"
HOMEPAGE="
https://pyro5.readthedocs.io/
https://github.com/irmen/Pyro5/
https://pypi.org/project/Pyro5/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
dev-python/build[${PYTHON_USEDEP}]
>=dev-python/serpent-1.40[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
python_test() {
epytest -m 'not network'
}