From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beagle/
Date: Sun, 16 Aug 2020 21:39:52 +0000 (UTC) [thread overview]
Message-ID: <1597613978.1386a449103181f642a9fca045e8960a43991b13.prometheanfire@gentoo> (raw)
commit: 1386a449103181f642a9fca045e8960a43991b13
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 21:39:38 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 21:39:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1386a449
dev-python/beagle: 0.3.0 bump
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/beagle/Manifest | 1 +
dev-python/beagle/beagle-0.3.0.ebuild | 24 ++++++++++++++++++++++++
dev-python/beagle/metadata.xml | 5 +----
3 files changed, 26 insertions(+), 4 deletions(-)
diff --git a/dev-python/beagle/Manifest b/dev-python/beagle/Manifest
index bd0a72300b0..2e1a0c72419 100644
--- a/dev-python/beagle/Manifest
+++ b/dev-python/beagle/Manifest
@@ -1 +1,2 @@
DIST beagle-0.2.1.tar.gz 12628 BLAKE2B f1d68134065a5d71f6662770b0a6a7c201a3019b57c12c3200cb59db00e664b5bba27b8a4029c0515e8095ac3c7153058b22d43e3245c3012e52e2ca734ce2bd SHA512 4cd58c05764dcca8959b2137f5bcfe627d83b576878eb77ae28ae38cd5d2cef16d045ed5d186fdf7eda6be821abe4d2eeee106fc505a5e59f027f59ab82ce653
+DIST beagle-0.3.0.tar.gz 13830 BLAKE2B fcf3dd0ca2e38aa9c8a737553d86648614be8b5833985d3f3ce2ef608e73884d5e8463a36d157eea1179ae70c6d7ffea19a4191431a0a177962a9bb221aac345 SHA512 a7c685a20e2c431b92bb82891c8d183ada256cb1fe922f13470cad5b436b431232ae4d34826cb04cb5e6862fa5092624b287fc60d401f37f941b255ef55f30c4
diff --git a/dev-python/beagle/beagle-0.3.0.ebuild b/dev-python/beagle/beagle-0.3.0.ebuild
new file mode 100644
index 00000000000..7e907118f18
--- /dev/null
+++ b/dev-python/beagle/beagle-0.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+inherit distutils-r1
+
+DESCRIPTION="Command line client for Hound, the code search tool."
+HOMEPAGE="https://beagle-hound.readthedocs.io/en/latest/
+ https://github.com/dhellmann/beagle"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+ >=dev-python/cliff-2.11.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.18.4[${PYTHON_USEDEP}]"
diff --git a/dev-python/beagle/metadata.xml b/dev-python/beagle/metadata.xml
index 21e97c0a075..d3c102d35dc 100644
--- a/dev-python/beagle/metadata.xml
+++ b/dev-python/beagle/metadata.xml
@@ -8,11 +8,8 @@
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
- <longdescription lang="en">
- Beagle is a command line client for Hound, the code search tool.
- </longdescription>
<upstream>
<remote-id type="pypi">beagle</remote-id>
- <remote-id type="github">dhellmann/beagle</remote-id>
+ <remote-id type="github">beaglecli/beagle</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2020-08-16 21:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-16 21:39 Matthew Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-13 15:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/beagle/ Matthew Thode
2023-03-16 3:44 Michał Górny
2023-01-27 13:22 Arthur Zamarin
2023-01-27 13:22 Arthur Zamarin
2021-10-17 19:25 Arthur Zamarin
2020-10-16 2:04 Matthew Thode
2020-08-16 21:41 Matthew Thode
2020-01-20 6:09 Matthew Thode
2019-03-01 0:26 Aaron Bauman
2019-02-27 4:25 Aaron Bauman
2018-04-11 16:22 Matt Thode
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1597613978.1386a449103181f642a9fca045e8960a43991b13.prometheanfire@gentoo \
--to=prometheanfire@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox