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 EB38E158087 for ; Thu, 20 Jan 2022 19:21:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA3AD2BC03B; Thu, 20 Jan 2022 19:21:19 +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 889972BC03B for ; Thu, 20 Jan 2022 19:21:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 12616342D0F for ; Thu, 20 Jan 2022 19:21:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B78D2A7 for ; Thu, 20 Jan 2022 19:21:15 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1642444400.edaeff95056b055d6156c8aa5f81432845fdcbad.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-editors/amp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/amp/amp-0.6.2.ebuild X-VCS-Directories: app-editors/amp/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: edaeff95056b055d6156c8aa5f81432845fdcbad X-VCS-Branch: master Date: Thu, 20 Jan 2022 19:21:15 +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: 9c81aaa7-4985-48d7-be2d-121407e6c579 X-Archives-Hash: c114f6a0c9c37473573f7a8f6fb63f00 commit: edaeff95056b055d6156c8aa5f81432845fdcbad Author: Luciano Degni gmail com> AuthorDate: Mon Jan 17 18:33:20 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Jan 17 18:33:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edaeff95 app-editors/amp: add python eclass Signed-off-by: Luciano Degni gmail.com> app-editors/amp/amp-0.6.2.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-editors/amp/amp-0.6.2.ebuild b/app-editors/amp/amp-0.6.2.ebuild index 42f558b77..3872f8a6a 100644 --- a/app-editors/amp/amp-0.6.2.ebuild +++ b/app-editors/amp/amp-0.6.2.ebuild @@ -3,6 +3,8 @@ EAPI=8 +PYTHON_COMPAT=( python{3_8,3_10} ) + CRATES=" aho-corasick-0.5.3 aho-corasick-0.6.4 @@ -167,7 +169,7 @@ CRATES=" yaml-rust-0.4.0 " -inherit cargo +inherit cargo python-utils-r1 DESCRIPTION="A complete text editor for your terminal." HOMEPAGE="https://github.com/jmacdonald/amp" @@ -190,8 +192,8 @@ RDEPEND=" " BDEPEND=" ${DEPEND} - dev-vcs/git - dev-lang/python + ${PYTHON_DEPS} + dev-vcs/git >=dev-lang/rust-1.53.0 dev-util/cmake "