commit:     5808020b9fe0ed0fa02a4fb40740b6fdddb67001
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Tue Dec  4 21:43:15 2018 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> 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 <horea.christ <AT> 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}]
+       "

Reply via email to