aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/labbookdb/labbookdb-9999.ebuild')
-rw-r--r--sci-libs/labbookdb/labbookdb-9999.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/sci-libs/labbookdb/labbookdb-9999.ebuild b/sci-libs/labbookdb/labbookdb-9999.ebuild
deleted file mode 100644
index 2755a0a4a..000000000
--- a/sci-libs/labbookdb/labbookdb-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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,3_6} )
-
-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}]
- "