Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/labbookdb/
Date: Tue, 04 Dec 2018 21:45:31
Message-Id: 1543959906.5808020b9fe0ed0fa02a4fb40740b6fdddb67001.chymera@gentoo
1 commit: 5808020b9fe0ed0fa02a4fb40740b6fdddb67001
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Tue Dec 4 21:43:15 2018 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Tue Dec 4 21:45:06 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5808020b
7
8 sci-libs/labbookdb: live package
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
12
13 sci-libs/labbookdb/labbookdb-9999.ebuild | 27 +++++++++++++++++++++++++++
14 1 file changed, 27 insertions(+)
15
16 diff --git a/sci-libs/labbookdb/labbookdb-9999.ebuild b/sci-libs/labbookdb/labbookdb-9999.ebuild
17 new file mode 100644
18 index 000000000..478e5c63b
19 --- /dev/null
20 +++ b/sci-libs/labbookdb/labbookdb-9999.ebuild
21 @@ -0,0 +1,27 @@
22 +# Copyright 1999-2018 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
28 +
29 +inherit distutils-r1 git-r3
30 +
31 +DESCRIPTION="Lab Book Database Framework"
32 +HOMEPAGE="https://github.com/TheChymera/LabbookDB"
33 +SRC_URI=""
34 +EGIT_REPO_URI="https://github.com/TheChymera/LabbookDB"
35 +
36 +LICENSE="GPL-3"
37 +SLOT="0"
38 +IUSE=""
39 +KEYWORDS="~amd64 ~x86"
40 +
41 +DEPEND=""
42 +RDEPEND="
43 + dev-python/argh[${PYTHON_USEDEP}]
44 + dev-python/numpy[${PYTHON_USEDEP}]
45 + dev-python/pandas[${PYTHON_USEDEP}]
46 + dev-python/simplejson[${PYTHON_USEDEP}]
47 + dev-python/sqlalchemy[${PYTHON_USEDEP}]
48 + "