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 C2032158041 for ; Mon, 1 Apr 2024 21:30:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43D1BE2A8C; Mon, 1 Apr 2024 21:30:07 +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 283DDE2A8C for ; Mon, 1 Apr 2024 21:30:06 +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 1429D343213 for ; Mon, 1 Apr 2024 21:30:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37B481628 for ; Mon, 1 Apr 2024 21:30:02 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1711996467.df2a3ed9a911f381a20ab0cf5f4c2953142d979c.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/injector/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/injector/injector-0.21.0-r1.ebuild dev-python/injector/injector-0.21.0.ebuild X-VCS-Directories: dev-python/injector/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: df2a3ed9a911f381a20ab0cf5f4c2953142d979c X-VCS-Branch: master Date: Mon, 1 Apr 2024 21:30:02 +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: 84e0feda-4f86-4c2e-b2da-8dd1031163ae X-Archives-Hash: 79c4b9bf2c9a67c13f285fec8ab04e2e commit: df2a3ed9a911f381a20ab0cf5f4c2953142d979c Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Mon Apr 1 18:33:43 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Mon Apr 1 18:34:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df2a3ed9 dev-python/injector: add 0.21.0-r1, drop 0.21.0 * Improve ebuild Signed-off-by: Gonçalo Negrier Duarte gmail.com> .../{injector-0.21.0.ebuild => injector-0.21.0-r1.ebuild} | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dev-python/injector/injector-0.21.0.ebuild b/dev-python/injector/injector-0.21.0-r1.ebuild similarity index 77% rename from dev-python/injector/injector-0.21.0.ebuild rename to dev-python/injector/injector-0.21.0-r1.ebuild index 95e2fca4f0..318389852c 100644 --- a/dev-python/injector/injector-0.21.0.ebuild +++ b/dev-python/injector/injector-0.21.0-r1.ebuild @@ -17,22 +17,10 @@ SRC_URI=" SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~x86 ~x86-linux" -IUSE="doc test" - -RDEPEND=" - test? ( - dev-python/pytest - dev-python/hypothesis - ) -" -DEPEND="${RDEPEND} - doc? ( dev-python/sphinx ) -" distutils_enable_sphinx docs distutils_enable_tests pytest python_install_all() { - use doc && local HTML_DOCS=( docs/. ) distutils-r1_python_install_all }