From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7C641382C5 for ; Wed, 11 Apr 2018 16:22:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E818FE09C1; Wed, 11 Apr 2018 16:22:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF685E09B0 for ; Wed, 11 Apr 2018 16:22:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA370335C07 for ; Wed, 11 Apr 2018 16:22:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2556B27C for ; Wed, 11 Apr 2018 16:22:55 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1523463748.d9409129e52a3ef323feb9dae4cd043f49103f07.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beagle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/beagle/Manifest dev-python/beagle/beagle-0.2.1.ebuild dev-python/beagle/metadata.xml X-VCS-Directories: dev-python/beagle/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: d9409129e52a3ef323feb9dae4cd043f49103f07 X-VCS-Branch: master Date: Wed, 11 Apr 2018 16:22:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ab79ecc4-6a5d-4835-a5b8-d5f329e82aba X-Archives-Hash: b29dfa14e30c7bad6640926c52087ac1 commit: d9409129e52a3ef323feb9dae4cd043f49103f07 Author: Matthew Thode gentoo org> AuthorDate: Wed Apr 11 16:22:11 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Wed Apr 11 16:22:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9409129 dev-python/beagle: initial add Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-python/beagle/Manifest | 1 + dev-python/beagle/beagle-0.2.1.ebuild | 24 ++++++++++++++++++++++++ dev-python/beagle/metadata.xml | 18 ++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-python/beagle/Manifest b/dev-python/beagle/Manifest new file mode 100644 index 00000000000..bd0a72300b0 --- /dev/null +++ b/dev-python/beagle/Manifest @@ -0,0 +1 @@ +DIST beagle-0.2.1.tar.gz 12628 BLAKE2B f1d68134065a5d71f6662770b0a6a7c201a3019b57c12c3200cb59db00e664b5bba27b8a4029c0515e8095ac3c7153058b22d43e3245c3012e52e2ca734ce2bd SHA512 4cd58c05764dcca8959b2137f5bcfe627d83b576878eb77ae28ae38cd5d2cef16d045ed5d186fdf7eda6be821abe4d2eeee106fc505a5e59f027f59ab82ce653 diff --git a/dev-python/beagle/beagle-0.2.1.ebuild b/dev-python/beagle/beagle-0.2.1.ebuild new file mode 100644 index 00000000000..b74d95088cb --- /dev/null +++ b/dev-python/beagle/beagle-0.2.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_5 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="Beagle is a command line client for Hound, the code search tool." +HOMEPAGE="http://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 new file mode 100644 index 00000000000..21e97c0a075 --- /dev/null +++ b/dev-python/beagle/metadata.xml @@ -0,0 +1,18 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + Beagle is a command line client for Hound, the code search tool. + + + beagle + dhellmann/beagle + +