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 42AD2138331 for ; Wed, 23 May 2018 00:25:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D028E0986; Wed, 23 May 2018 00:25:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E500DE0986 for ; Wed, 23 May 2018 00:25:05 +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 1CAA1335C63 for ; Wed, 23 May 2018 00:25:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51DD91D4 for ; Wed, 23 May 2018 00:25:02 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1527034962.e17cf9a4deb90f442de5ab60d0fff1c5c3b31cf7.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/grabbit/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/grabbit/grabbit-0.1.1.ebuild dev-python/grabbit/metadata.xml X-VCS-Directories: dev-python/grabbit/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: e17cf9a4deb90f442de5ab60d0fff1c5c3b31cf7 X-VCS-Branch: master Date: Wed, 23 May 2018 00:25:02 +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: b149158e-2b22-4879-8977-e25191c2a1d9 X-Archives-Hash: b899a0cc90adf4e4637c695ca8074bcc commit: e17cf9a4deb90f442de5ab60d0fff1c5c3b31cf7 Author: Horea Christian yandex com> AuthorDate: Wed May 23 00:22:42 2018 +0000 Commit: Horea Christian gmail com> CommitDate: Wed May 23 00:22:42 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e17cf9a4 dev-python/grabbit: new package (pybids dependency) Package-Manager: Portage-2.3.38, Repoman-2.3.9 dev-python/grabbit/grabbit-0.1.1.ebuild | 27 +++++++++++++++++++++++++++ dev-python/grabbit/metadata.xml | 21 +++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/dev-python/grabbit/grabbit-0.1.1.ebuild b/dev-python/grabbit/grabbit-0.1.1.ebuild new file mode 100644 index 000000000..cceee888e --- /dev/null +++ b/dev-python/grabbit/grabbit-0.1.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit distutils-r1 + +DESCRIPTION="Get grabby with file trees" +HOMEPAGE="https://github.com/grabbles/grabbit" +SRC_URI="https://github.com/grabbles/grabbit/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( >=dev-python/pytest-3.4.1[${PYTHON_USEDEP}] ) + " +RDEPEND="" + +python_test() { + py.test -v || die +} diff --git a/dev-python/grabbit/metadata.xml b/dev-python/grabbit/metadata.xml new file mode 100644 index 000000000..f297bae41 --- /dev/null +++ b/dev-python/grabbit/metadata.xml @@ -0,0 +1,21 @@ + + + + + horea.christ@gmail.com + Horea Christian + + + sci@gentoo.org + Gentoo Science Project + + + Grabbit is a lightweight Python 3 package for simple queries over filenames + within a project. It's geared towards projects or applications with highly + structured filenames that allow useful queries to be performed without having + to inspect the file metadata or contents. + + + grabbles/grabbit + +