sci-libs/labbookdb: new ebuild
Package-Manager: portage-2.3.1
This commit is contained in:
parent
7bc39e465f
commit
91c4bb04e2
4
sci-libs/labbookdb/ChangeLog
Normal file
4
sci-libs/labbookdb/ChangeLog
Normal 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
|
26
sci-libs/labbookdb/labbookdb-9999.ebuild
Normal file
26
sci-libs/labbookdb/labbookdb-9999.ebuild
Normal 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}]
|
||||
"
|
16
sci-libs/labbookdb/metadata.xml
Normal file
16
sci-libs/labbookdb/metadata.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user