Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/solo1/
Date: Thu, 16 Mar 2023 18:52:52
Message-Id: 1678992629.c8fb5df26b53ef2b00f28b1f0c64baa915841d53.mgorny@gentoo
1 commit: c8fb5df26b53ef2b00f28b1f0c64baa915841d53
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 16:04:10 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:50:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8fb5df2
7
8 sys-auth/solo1: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-auth/solo1/solo1-0.1.1-r1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sys-auth/solo1/solo1-0.1.1-r1.ebuild b/sys-auth/solo1/solo1-0.1.1-r1.ebuild
16 index bd6a6de61f44..355d57bbab62 100644
17 --- a/sys-auth/solo1/solo1-0.1.1-r1.ebuild
18 +++ b/sys-auth/solo1/solo1-0.1.1-r1.ebuild
19 @@ -6,11 +6,10 @@ EAPI=8
20 PYTHON_COMPAT=( python3_{9..11} )
21 DISTUTILS_USE_PEP517=flit
22
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="CLI and Python library for SoloKeys Solo 1"
27 HOMEPAGE="https://github.com/solokeys/solo1-cli"
28 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="Apache-2.0 MIT"
31 SLOT="0"