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 A20BD15ACFB for ; Fri, 21 Apr 2023 16:15:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B946E094A; Fri, 21 Apr 2023 16:15:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 87BAEE094A for ; Fri, 21 Apr 2023 16:15:00 +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 C45853411CA for ; Fri, 21 Apr 2023 16:14:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E163AA4F for ; Fri, 21 Apr 2023 16:14:56 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1682093689.4f6f13101d6934a7efc15b3f56fa14c013606c6c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doit-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/doit-py/Manifest dev-python/doit-py/doit-py-0.5.0.ebuild X-VCS-Directories: dev-python/doit-py/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4f6f13101d6934a7efc15b3f56fa14c013606c6c X-VCS-Branch: master Date: Fri, 21 Apr 2023 16:14:56 +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: 5b46cfec-8f23-4ad0-9dc7-948f2b01a55a X-Archives-Hash: 3eb1b19de6787a1fceda050fa02015f4 commit: 4f6f13101d6934a7efc15b3f56fa14c013606c6c Author: Azamat H. Hackimov gmail com> AuthorDate: Fri Apr 21 16:14:49 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 21 16:14:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6f1310 dev-python/doit-py: drop 0.5.0 Closes: https://github.com/gentoo/gentoo/pull/30687 Signed-off-by: Azamat H. Hackimov gmail.com> Signed-off-by: David Seifert gentoo.org> dev-python/doit-py/Manifest | 1 - dev-python/doit-py/doit-py-0.5.0.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/doit-py/Manifest b/dev-python/doit-py/Manifest index a0966693812b..7b7691a48937 100644 --- a/dev-python/doit-py/Manifest +++ b/dev-python/doit-py/Manifest @@ -1,2 +1 @@ DIST doit-py-0.5.0.gh.tar.gz 15174 BLAKE2B 092f21549d3c088baf8a96b8dd7575304d08c7ae7b0472e7a890159247422060af06c1cc14064cd608bd59e71788067c5374953b16f4511971bb3018c0245cd4 SHA512 f9e70be30f47b7251bdb479762dabe655be898f9fe37fc5ac6608110a82863a08002271620569745f9ec2f47c03529c044a6ea74244b8bb6438b3fbe7e4c28f7 -DIST doit-py-0.5.0.tar.gz 15174 BLAKE2B 092f21549d3c088baf8a96b8dd7575304d08c7ae7b0472e7a890159247422060af06c1cc14064cd608bd59e71788067c5374953b16f4511971bb3018c0245cd4 SHA512 f9e70be30f47b7251bdb479762dabe655be898f9fe37fc5ac6608110a82863a08002271620569745f9ec2f47c03529c044a6ea74244b8bb6438b3fbe7e4c28f7 diff --git a/dev-python/doit-py/doit-py-0.5.0.ebuild b/dev-python/doit-py/doit-py-0.5.0.ebuild deleted file mode 100644 index 309e8b5cd190..000000000000 --- a/dev-python/doit-py/doit-py-0.5.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 - -DESCRIPTION="doit tasks for python stuff" -HOMEPAGE="https://pythonhosted.org/doit-py/ https://github.com/pydoit/doit-py" -SRC_URI="https://github.com/pydoit/doit-py/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" - -DEPEND=" - test? ( - app-text/hunspell[l10n_en] - dev-python/pyflakes[${PYTHON_USEDEP}] - )" -RDEPEND=" - dev-python/configclass[${PYTHON_USEDEP}]" - -distutils_enable_sphinx doc -distutils_enable_tests pytest