From 8b2297feeebc8a4c7da5f6fae41e119b3926ab9a Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 14 May 2023 18:19:05 +0200 Subject: [PATCH] dev-python/Pyro4: treeclean Closes: https://bugs.gentoo.org/896744 Signed-off-by: David Seifert --- dev-python/Pyro4/Manifest | 1 - dev-python/Pyro4/Pyro4-4.82-r1.ebuild | 60 --------------------------- dev-python/Pyro4/metadata.xml | 13 ------ profiles/package.mask | 8 ---- 4 files changed, 82 deletions(-) delete mode 100644 dev-python/Pyro4/Manifest delete mode 100644 dev-python/Pyro4/Pyro4-4.82-r1.ebuild delete mode 100644 dev-python/Pyro4/metadata.xml diff --git a/dev-python/Pyro4/Manifest b/dev-python/Pyro4/Manifest deleted file mode 100644 index 629f808f2b5a2..0000000000000 --- a/dev-python/Pyro4/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Pyro4-4.82.tar.gz 516110 BLAKE2B ecd7b5cf1469896acfec1db92d99784aa316db5cadbb7fc595a5f9916ac705619d070771549fb8ba7379a7395e4449eabcfc84aa131d4b23b587b7467f4bf196 SHA512 f5916ce37ec52d8cd23bece79325480140621ac8412febb4877a32b1ce54502ef17d20bf591dc30eb20e9619741548b30a78165937d5e69e8d1911d95a23b1e1 diff --git a/dev-python/Pyro4/Pyro4-4.82-r1.ebuild b/dev-python/Pyro4/Pyro4-4.82-r1.ebuild deleted file mode 100644 index 6f082109842af..0000000000000 --- a/dev-python/Pyro4/Pyro4-4.82-r1.ebuild +++ /dev/null @@ -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 -} diff --git a/dev-python/Pyro4/metadata.xml b/dev-python/Pyro4/metadata.xml deleted file mode 100644 index 30fa539c40dfd..0000000000000 --- a/dev-python/Pyro4/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - python@gentoo.org - Python - - - - irmen/Pyro4 - Pyro4 - - diff --git a/profiles/package.mask b/profiles/package.mask index bc0f8a78d9815..72b611cd8a7bf 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -292,14 +292,6 @@ dev-python/picklemagic dev-python/django-tagging net-analyzer/graphite-web -# Michał Górny (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 (2023-04-12) # Mask experimental software =mail-mta/postfix-3.9*