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: dev-python/beagle/
Date: Thu, 16 Mar 2023 03:44:30
Message-Id: 1678938149.86663b8ffe5a01aa21e607577d455b307559725f.mgorny@gentoo
1 commit: 86663b8ffe5a01aa21e607577d455b307559725f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:44:47 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 03:42:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86663b8f
7
8 dev-python/beagle: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/beagle/beagle-0.3.0-r1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/beagle/beagle-0.3.0-r1.ebuild b/dev-python/beagle/beagle-0.3.0-r1.ebuild
16 index 70e5f9a5d206..1a43df58648d 100644
17 --- a/dev-python/beagle/beagle-0.3.0-r1.ebuild
18 +++ b/dev-python/beagle/beagle-0.3.0-r1.ebuild
19 @@ -5,12 +5,11 @@ EAPI=8
20
21 DISTUTILS_USE_PEP517=setuptools
22 PYTHON_COMPAT=( python3_{9..11} )
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="Command line client for Hound, the code search tool"
27 HOMEPAGE="https://beagle-hound.readthedocs.io/en/latest/
28 https://github.com/beaglecli/beagle"
29 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30
31 LICENSE="Apache-2.0"
32 SLOT="0"