commit: 0a3031592b5caaafd76808d02c5802f3e8b40944
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sun Jun 24 03:38:19 2018 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jun 24 03:38:19 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0a303159
sci-libs/labbookdb: New package
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sci-libs/labbookdb/labbookdb-0.0.2.ebuild | 28 ++++++++++++++++++++++++++++
sci-libs/labbookdb/metadata.xml | 16 ++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/sci-libs/labbookdb/labbookdb-0.0.2.ebuild
b/sci-libs/labbookdb/labbookdb-0.0.2.ebuild
new file mode 100644
index 000000000..c936cf379
--- /dev/null
+++ b/sci-libs/labbookdb/labbookdb-0.0.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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
+
+DESCRIPTION="Lab Book Database Framework"
+HOMEPAGE="https://github.com/TheChymera/LabbookDB"
+SRC_URI="https://github.com/TheChymera/LabbookDB/archive/${PV}.tar.gz"
+
+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}]
+ "
+
+S="${WORKDIR}/LabbookDB-${PV}"
diff --git a/sci-libs/labbookdb/metadata.xml b/sci-libs/labbookdb/metadata.xml
new file mode 100644
index 000000000..113831aa4
--- /dev/null
+++ b/sci-libs/labbookdb/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Horea Christian</name>
+ </maintainer>
+ <longdescription lang="en">
+ LabbookDB is a relational database application framework for
life sciences,
+ providing an extendable schema and functions to conveniently
add and
+ retrieve information, and generate summaries.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">TheChymera/LabbookDB</remote-id>
+ </upstream>
+</pkgmetadata>