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 700BA158095 for ; Sun, 21 Aug 2022 21:44:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A155CE0817; Sun, 21 Aug 2022 21:44:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 79F2CE0817 for ; Sun, 21 Aug 2022 21:44:36 +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 88749335DB2 for ; Sun, 21 Aug 2022 21:44:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B84852B for ; Sun, 21 Aug 2022 21:44:34 +0000 (UTC) From: "Steve Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steve Arnold" Message-ID: <1661118268.e6570f518bcab08ad8a5b2f303c9327ab67c5aff.nerdboy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/repolite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/repolite/repolite-0.2.0-r1.ebuild dev-util/repolite/repolite-0.2.0.ebuild X-VCS-Directories: dev-util/repolite/ X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold X-VCS-Revision: e6570f518bcab08ad8a5b2f303c9327ab67c5aff X-VCS-Branch: master Date: Sun, 21 Aug 2022 21:44:34 +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: cbbedd38-7fcb-419a-89c6-12f6cd84cf27 X-Archives-Hash: d43b4e3e822c66b7bf4909c3b7e9a749 commit: e6570f518bcab08ad8a5b2f303c9327ab67c5aff Author: Steve Arnold gentoo org> AuthorDate: Sun Aug 21 21:43:31 2022 +0000 Commit: Steve Arnold gentoo org> CommitDate: Sun Aug 21 21:44:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6570f51 dev-util/repolite: sort out packaging/deps Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Steve Arnold gentoo.org> .../{repolite-0.2.0.ebuild => repolite-0.2.0-r1.ebuild} | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-util/repolite/repolite-0.2.0.ebuild b/dev-util/repolite/repolite-0.2.0-r1.ebuild similarity index 80% rename from dev-util/repolite/repolite-0.2.0.ebuild rename to dev-util/repolite/repolite-0.2.0-r1.ebuild index a92be3eca85f..7786cd608778 100644 --- a/dev-util/repolite/repolite-0.2.0.ebuild +++ b/dev-util/repolite/repolite-0.2.0-r1.ebuild @@ -3,9 +3,8 @@ EAPI=8 -DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 optfeature @@ -27,17 +26,14 @@ IUSE="doc" RESTRICT="test" # no tests :( RDEPEND=" - $(python_gen_cond_dep ' - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/munch[${PYTHON_USEDEP}] - >=dev-python/versioningit-2.0.1[${PYTHON_USEDEP}] - ') + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/munch[${PYTHON_USEDEP}] " RDEPEND="${DEPEND} dev-vcs/git " BDEPEND=" - $(python_gen_cond_dep ' + $(python_gen_any_dep ' >=dev-python/versioningit-2.0.1[${PYTHON_USEDEP}] ') "