diff options
-rw-r--r-- | dev-python/Pyro5/Manifest | 1 | ||||
-rw-r--r-- | dev-python/Pyro5/Pyro5-5.13.1.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/Pyro5/Manifest b/dev-python/Pyro5/Manifest index ad0caec4c..199b3fce2 100644 --- a/dev-python/Pyro5/Manifest +++ b/dev-python/Pyro5/Manifest @@ -1,2 +1 @@ -DIST Pyro5-5.13.1.tar.gz 430497 BLAKE2B 8b9709a683e57af09faa82320df24cc1122f91296bfb61ae4003c3486714a60b735c45b2ff8f03642b6fb1a69645be9f58ad236d0cf7597a0e177b4cdaf2ae80 SHA512 71c35842c3fb78e04f5799c6e0059882140b38cc010620beecce56f8e2764f0186211cbc166af5e82e14c3e91173ef1e3f1b45a4480184dadd91bb762d11a24f DIST Pyro5-5.14.gh.tar.gz 432770 BLAKE2B 9424441166b662bedbef89099fe00d7a6a608023b2416515f409c42eeaba47a1977e5bdc73bf6d7058fc4b35103e839d60506d59aae9390071be680e740c804b SHA512 7341e88cf86a6832b2bf9681f58d998d10c3c01db70ff6e11e90c927d25581cb5606edaf52fbb0b0b44137cb129661b68769ca8ae2fd61d5461f18c74214831c diff --git a/dev-python/Pyro5/Pyro5-5.13.1.ebuild b/dev-python/Pyro5/Pyro5-5.13.1.ebuild deleted file mode 100644 index bcce9edf8..000000000 --- a/dev-python/Pyro5/Pyro5-5.13.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Distributed object middleware for Python (RPC)" -HOMEPAGE=" - https://pyro5.readthedocs.io - https://pypi.org/project/Pyro5/ - https://github.com/irmen/Pyro5 -" -SRC_URI="https://github.com/irmen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-python/serpent-1.40[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest -distutils_enable_sphinx docs/source - -PROPERTIES="test_network" -RESTRICT="test" |