summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-08-16 16:39:38 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-08-16 16:39:38 -0500
commit1386a449103181f642a9fca045e8960a43991b13 (patch)
treedf97533517eca96969f8e8360b7ae55997fe0fbb /dev-python/beagle
parentnet-im/mattermost-desktop-bin: 4.5.2 bump (diff)
downloadgentoo-1386a449103181f642a9fca045e8960a43991b13.tar.gz
gentoo-1386a449103181f642a9fca045e8960a43991b13.tar.bz2
gentoo-1386a449103181f642a9fca045e8960a43991b13.zip
dev-python/beagle: 0.3.0 bump
Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/beagle')
-rw-r--r--dev-python/beagle/Manifest1
-rw-r--r--dev-python/beagle/beagle-0.3.0.ebuild24
-rw-r--r--dev-python/beagle/metadata.xml5
3 files changed, 26 insertions, 4 deletions
diff --git a/dev-python/beagle/Manifest b/dev-python/beagle/Manifest
index bd0a72300b05..2e1a0c724193 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 000000000000..7e907118f180
--- /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 21e97c0a0755..d3c102d35dc3 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>