From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C36B158086 for ; Fri, 31 Dec 2021 07:38:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C31B2BC006; Fri, 31 Dec 2021 07:38:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD0062BC006 for ; Fri, 31 Dec 2021 07:38:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B2E4342DE9 for ; Fri, 31 Dec 2021 07:38:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F83E266 for ; Fri, 31 Dec 2021 07:38:37 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1640936290.c407e6dad69d9c23d148b4720796541b2a764e1a.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/Pyro5/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/Pyro5/Manifest dev-python/Pyro5/Pyro5-5.13.ebuild X-VCS-Directories: dev-python/Pyro5/ X-VCS-Committer: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: c407e6dad69d9c23d148b4720796541b2a764e1a X-VCS-Branch: dev Date: Fri, 31 Dec 2021 07:38:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 651ed9c4-9978-41cb-943b-67428616c0d5 X-Archives-Hash: e87ff336dd25b23f5464430db5d9ed77 commit: c407e6dad69d9c23d148b4720796541b2a764e1a Author: Viorel Munteanu gmail com> AuthorDate: Fri Dec 31 07:38:10 2021 +0000 Commit: Viorel Munteanu gmail com> CommitDate: Fri Dec 31 07:38:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c407e6da dev-python/Pyro5: drop 5.13 Signed-off-by: Viorel Munteanu gmail.com> dev-python/Pyro5/Manifest | 1 - dev-python/Pyro5/Pyro5-5.13.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/Pyro5/Manifest b/dev-python/Pyro5/Manifest index f2ad2dada..dc691d18c 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.13.tar.gz 430458 BLAKE2B 0f5aba470f7532e34b881b89736f3f56ec2aa856c26be0b1071dad32e1b8e00d7c907105572aa6aac89807211e1178bf7004e5d4dfaa8a5a978a86db8379d975 SHA512 42ba1c36ddc3075b5b9c5210c8e6f7a3e8b7680bdb53295ed74e985c0df7d66a2450b3f7fdea942e8f996cd78b14e7e09f012702ccf4a932d9e305719a406791 diff --git a/dev-python/Pyro5/Pyro5-5.13.ebuild b/dev-python/Pyro5/Pyro5-5.13.ebuild deleted file mode 100644 index 642fcb897..000000000 --- a/dev-python/Pyro5/Pyro5-5.13.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2021 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/" -SRC_URI="https://github.com/irmen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - >=dev-python/serpent-1.40[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND}" -BDEPEND="" - -distutils_enable_tests pytest - -PROPERTIES="test_network" -RESTRICT="test"