1
0
Fork 0

sci-libs/labbookdb: new ebuild

Package-Manager: portage-2.3.1
This commit is contained in:
Horea Christian 2016-09-21 02:15:13 +02:00
parent 7bc39e465f
commit 91c4bb04e2
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
3 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,4 @@
*labbookdb-9999 (20 Sep 2016)
20 Sep 2016; <chymera@gentoo.org> +labbookdb-9999.ebuild, +metadata.xml:
sci-libs/labbookdb: new package

View File

@ -0,0 +1,26 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1 git-r3
DESCRIPTION="Organize and rename large numbers of files"
HOMEPAGE="https://github.com/TheChymera/LabbookDB"
SRC_URI=""
EGIT_REPO_URI="https://github.com/TheChymera/LabbookDB"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
KEYWORDS=""
DEPEND=""
RDEPEND="
dev-python/argh[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
"

View File

@ -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>horea.christ@yandex.com</email>
<name>Horea Christian</name>
</maintainer>
<longdescription lang="en">
A relational database standard for life science research, including a
number of functions to conveniently add and retrieve information - and
generate summaries.
</longdescription>
<upstream>
<remote-id type="github">TheChymera/LabbookDB</remote-id>
</upstream>
</pkgmetadata>