mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/Pyro4: treeclean
Closes: https://bugs.gentoo.org/896744 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST Pyro4-4.82.tar.gz 516110 BLAKE2B ecd7b5cf1469896acfec1db92d99784aa316db5cadbb7fc595a5f9916ac705619d070771549fb8ba7379a7395e4449eabcfc84aa131d4b23b587b7467f4bf196 SHA512 f5916ce37ec52d8cd23bece79325480140621ac8412febb4877a32b1ce54502ef17d20bf591dc30eb20e9619741548b30a78165937d5e69e8d1911d95a23b1e1
|
||||
@@ -1,60 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Distributed object middleware for Python (RPC)"
|
||||
HOMEPAGE="
|
||||
https://github.com/irmen/Pyro4/
|
||||
https://pypi.org/project/Pyro4/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ppc x86"
|
||||
IUSE="doc examples"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/serpent-1.27[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="
|
||||
test? (
|
||||
>=dev-python/cloudpickle-1.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/dill-0.2.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
local EPYTEST_DESELECT=(
|
||||
# network
|
||||
tests/PyroTests/test_naming.py
|
||||
tests/PyroTests/test_naming2.py::OfflineNameServerTests::testStartNSfunc
|
||||
tests/PyroTests/test_naming2.py::OfflineNameServerTestsDbmStorage::testStartNSfunc
|
||||
tests/PyroTests/test_naming2.py::OfflineNameServerTestsSqlStorage::testStartNSfunc
|
||||
tests/PyroTests/test_serialize.py::SerializeTests_dill::testSerCoreOffline
|
||||
tests/PyroTests/test_serialize.py::SerializeTests_dill::testSerializeDumpsAndDumpsCall
|
||||
tests/PyroTests/test_socket.py::TestSocketutil::testBroadcast
|
||||
tests/PyroTests/test_socket.py::TestSocketutil::testGetIP
|
||||
)
|
||||
|
||||
cd tests/PyroTests || die
|
||||
epytest
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && HTML_DOCS=( docs/. )
|
||||
if use examples; then
|
||||
dodoc -r examples
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
fi
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">irmen/Pyro4</remote-id>
|
||||
<remote-id type="pypi">Pyro4</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -292,14 +292,6 @@ dev-python/picklemagic
|
||||
dev-python/django-tagging
|
||||
net-analyzer/graphite-web
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-04-13)
|
||||
# No Python 3.11 support. The package has been discontinued upstream
|
||||
# (in favor of pyro5 that we do not package at the moment). It was only
|
||||
# used as an optional dependency of dev-python/kombu, and it has
|
||||
# no revdeps anymore.
|
||||
# Removal on 2023-05-13. Bug #896744.
|
||||
dev-python/Pyro4
|
||||
|
||||
# Eray Aslan <eras@gentoo.org> (2023-04-12)
|
||||
# Mask experimental software
|
||||
=mail-mta/postfix-3.9*
|
||||
|
||||
Reference in New Issue
Block a user