Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pipfile/
Date: Thu, 31 Dec 2020 07:41:12
Message-Id: 1609400444.2c929fab3b8244747eeec76aefea431ddc6bb365.sam@gentoo
1 commit: 2c929fab3b8244747eeec76aefea431ddc6bb365
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 07:40:04 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 07:40:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c929fab
7
8 dev-python/pipfile: add prefix keywords
9
10 Bug: https://bugs.gentoo.org/747850
11 Package-Manager: Portage-3.0.9, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-python/pipfile/pipfile-0.0.2.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/pipfile/pipfile-0.0.2.ebuild b/dev-python/pipfile/pipfile-0.0.2.ebuild
18 index 5ce953f1509..381a08a5dd0 100644
19 --- a/dev-python/pipfile/pipfile-0.0.2.ebuild
20 +++ b/dev-python/pipfile/pipfile-0.0.2.ebuild
21 @@ -2,6 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 +
26 PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
27
28 inherit distutils-r1
29 @@ -12,7 +13,7 @@ SRC_URI="https://github.com/pypa/pipfile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30
31 LICENSE="Apache-2.0 BSD-2"
32 SLOT="0"
33 -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
34 +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
35
36 RDEPEND="dev-python/toml[${PYTHON_USEDEP}]"
37 BDEPEND="${RDEPEND}