diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/pyro5 | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pyro5')
| -rw-r--r-- | dev-python/pyro5/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pyro5/metadata.xml | 14 | ||||
| -rw-r--r-- | dev-python/pyro5/pyro5-5.16.ebuild | 40 |
3 files changed, 55 insertions, 0 deletions
diff --git a/dev-python/pyro5/Manifest b/dev-python/pyro5/Manifest new file mode 100644 index 000000000000..c3c6a3ded85c --- /dev/null +++ b/dev-python/pyro5/Manifest @@ -0,0 +1 @@ +DIST pyro5-5.16.tar.gz 448592 BLAKE2B dbf0e144564afd7bcfa47fe8cdf9571a5b15be462705db360f2e770333482705864fb1567c028fe2d92573b6e6fcd0ef18d27ef90bf9fa41976e573975085a30 SHA512 4a3c67bedb33788f0dfb9e0d75889b339b12da8806d6f4e1ced6e4b62812071a028d232a0ef44c95841acba523aa7466317c5269f17a0ac3d62c8b3667ac6e3a diff --git a/dev-python/pyro5/metadata.xml b/dev-python/pyro5/metadata.xml new file mode 100644 index 000000000000..c8945615e6d6 --- /dev/null +++ b/dev-python/pyro5/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>ceamac@gentoo.org</email> + <name>Viorel Munteanu</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-python/pyro5/pyro5-5.16.ebuild b/dev-python/pyro5/pyro5-5.16.ebuild new file mode 100644 index 000000000000..2921de762aa9 --- /dev/null +++ b/dev-python/pyro5/pyro5-5.16.ebuild @@ -0,0 +1,40 @@ +# Copyright 2021-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..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 +distutils_enable_sphinx docs/source \ + dev-python/sphinx-rtd-theme + +python_test() { + local EPYTEST_DESELECT=( + # https://github.com/irmen/Pyro5/issues/83 (pypy3 specific) + tests/test_server.py::TestServerOnce::testRegisterWeak + ) + + epytest -m 'not network' +} |
