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 655A5158094 for ; Tue, 21 Jun 2022 18:43:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB1AEE0954; Tue, 21 Jun 2022 18:43:44 +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 A52D8E0954 for ; Tue, 21 Jun 2022 18:43:44 +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 E8D08341291 for ; Tue, 21 Jun 2022 18:43:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 847B57F for ; Tue, 21 Jun 2022 18:43:42 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1655836942.24f16b1dd5a55bbb56bda2560d5ee3a78c0c2ded.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/timeout-decorator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild X-VCS-Directories: dev-python/timeout-decorator/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 24f16b1dd5a55bbb56bda2560d5ee3a78c0c2ded X-VCS-Branch: master Date: Tue, 21 Jun 2022 18:43:42 +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: 7ac7258f-3396-4141-9fa8-9dad11e9c7ad X-Archives-Hash: aa63990b6175a895d6bc532076c90a44 commit: 24f16b1dd5a55bbb56bda2560d5ee3a78c0c2ded Author: Arthur Zamarin gentoo org> AuthorDate: Tue Jun 21 18:42:22 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Jun 21 18:42:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f16b1d dev-python/timeout-decorator: drop 0.5.0 Signed-off-by: Arthur Zamarin gentoo.org> .../timeout-decorator-0.5.0.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild deleted file mode 100644 index 2c52a28d84a3..000000000000 --- a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -EGIT_COMMIT=9fbc3ef5b6f8f8cba2eb7ba795813d6ec543e265 -MY_P=${PN}-${EGIT_COMMIT} - -DESCRIPTION="Timeout decorator" -HOMEPAGE=" - https://pypi.org/project/timeout-decorator/ - https://github.com/pnpnpn/timeout-decorator/" -SRC_URI=" - https://github.com/pnpnpn/timeout-decorator/archive/${EGIT_COMMIT}.tar.gz - -> ${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -distutils_enable_tests pytest