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 E45E3138334 for ; Tue, 4 Dec 2018 21:45:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2BAFE082D; Tue, 4 Dec 2018 21:45:30 +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 B02F5E082D for ; Tue, 4 Dec 2018 21:45:30 +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 9D8F4335C6F for ; Tue, 4 Dec 2018 21:45:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0235B44C for ; Tue, 4 Dec 2018 21:45:28 +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: <1543959906.5808020b9fe0ed0fa02a4fb40740b6fdddb67001.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/labbookdb/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/labbookdb/labbookdb-9999.ebuild X-VCS-Directories: sci-libs/labbookdb/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 5808020b9fe0ed0fa02a4fb40740b6fdddb67001 X-VCS-Branch: master Date: Tue, 4 Dec 2018 21:45:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 51285aa0-d81b-42c8-b582-d1604c9fbe0a X-Archives-Hash: 2af7590b3d9a6d4b56caad7cd6af7642 commit: 5808020b9fe0ed0fa02a4fb40740b6fdddb67001 Author: Horea Christian yandex com> AuthorDate: Tue Dec 4 21:43:15 2018 +0000 Commit: Horea Christian gmail com> CommitDate: Tue Dec 4 21:45:06 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5808020b sci-libs/labbookdb: live package Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Horea Christian yandex.com> sci-libs/labbookdb/labbookdb-9999.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/sci-libs/labbookdb/labbookdb-9999.ebuild b/sci-libs/labbookdb/labbookdb-9999.ebuild new file mode 100644 index 000000000..478e5c63b --- /dev/null +++ b/sci-libs/labbookdb/labbookdb-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit distutils-r1 git-r3 + +DESCRIPTION="Lab Book Database Framework" +HOMEPAGE="https://github.com/TheChymera/LabbookDB" +SRC_URI="" +EGIT_REPO_URI="https://github.com/TheChymera/LabbookDB" + +LICENSE="GPL-3" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND=" + dev-python/argh[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pandas[${PYTHON_USEDEP}] + dev-python/simplejson[${PYTHON_USEDEP}] + dev-python/sqlalchemy[${PYTHON_USEDEP}] + "