commit:     93316c03710701d9472d9309db6c00752d9fb10d
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 06:16:51 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 06:16:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93316c03

dev-python/Pyro5: add 5.15

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/Pyro5/Manifest          |  1 +
 dev-python/Pyro5/Pyro5-5.15.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/Pyro5/Manifest b/dev-python/Pyro5/Manifest
index a1dc237c22..f22fc5ba47 100644
--- a/dev-python/Pyro5/Manifest
+++ b/dev-python/Pyro5/Manifest
@@ -1 +1,2 @@
 DIST Pyro5-5.14.tar.gz 447725 BLAKE2B 
0382fd69df02a2977df6238bdfe7aed0f52253cc3a8fc684d6e08caa2c06c5c572dee15c53bb463e5e477941ec67e8e8c9358eb8cda7b413c9debf2ab3a292f7
 SHA512 
0ca65ad01a950f59d8e2cf745e5b61065b5f02d361651ae75dc27de921ea04b5f65bd9fd18ed7ae9b0d055eda3ceb19dffd10295061e496bd1fa70563339db2d
+DIST Pyro5-5.15.tar.gz 447559 BLAKE2B 
e8831a4321205a8affef5cf0b986b3a10480296b03ac132cb5faa5508a1dbe0ba59a8dfb9a7ec284483d0736224291d033a02061b277078b26c1f71b1fd6bcc8
 SHA512 
bafed86363b0fd94900f0c708ffb6aa664587a7c032aa974b766556ec86d5db0eb89a8ceffa0a1e7dd043be8d0a1d8826fa79e1ca95002dbe380213c367684a3

diff --git a/dev-python/Pyro5/Pyro5-5.15.ebuild 
b/dev-python/Pyro5/Pyro5-5.15.ebuild
new file mode 100644
index 0000000000..5604b18bb3
--- /dev/null
+++ b/dev-python/Pyro5/Pyro5-5.15.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Distributed object middleware for Python (RPC)"
+HOMEPAGE="
+       https://pyro5.readthedocs.io
+       https://pypi.org/project/Pyro5/
+       https://github.com/irmen/Pyro5
+"
+SRC_URI="$(pypi_sdist_url --no-normalize "${PN^}" "${PV}")"
+S=${WORKDIR}/${P^}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       >=dev-python/serpent-1.40[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs/source \
+       dev-python/sphinx-rtd-theme
+
+EPYTEST_DESELECT=(
+       tests/test_socketutil.py::TestSocketutil::testGetInterface # 
https://github.com/irmen/Pyro5/issues/82
+)
+
+python_test() {
+       epytest -m 'not network'
+}

Reply via email to