Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beagle/
Date: Sun, 16 Aug 2020 21:41:34
Message-Id: 1597614086.6a53316e01e587816e8224eab80f2f9596b9ebc2.prometheanfire@gentoo
1 commit: 6a53316e01e587816e8224eab80f2f9596b9ebc2
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 21:41:26 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 21:41:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a53316e
7
8 dev-python/beagle: update upstream repo
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/beagle/beagle-0.3.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/beagle/beagle-0.3.0.ebuild b/dev-python/beagle/beagle-0.3.0.ebuild
17 index 7e907118f18..64fefecbcd9 100644
18 --- a/dev-python/beagle/beagle-0.3.0.ebuild
19 +++ b/dev-python/beagle/beagle-0.3.0.ebuild
20 @@ -1,14 +1,14 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
28 inherit distutils-r1
29
30 DESCRIPTION="Command line client for Hound, the code search tool."
31 HOMEPAGE="https://beagle-hound.readthedocs.io/en/latest/
32 - https://github.com/dhellmann/beagle"
33 + https://github.com/beaglecli/beagle"
34 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="Apache-2.0"