commit: 8115633742960ff27d9b885c2e16abab99d61b02
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Mar 24 03:43:15 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Mar 24 03:43:15 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=81156337
sci-libs/labbookdb: version bump 0.1
and removed deprecated versions
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
...labbookdb-0.0.2.ebuild => labbookdb-0.1.ebuild} | 4 ++--
sci-libs/labbookdb/labbookdb-9999.ebuild | 27 ----------------------
2 files changed, 2 insertions(+), 29 deletions(-)
diff --git a/sci-libs/labbookdb/labbookdb-0.0.2.ebuild
b/sci-libs/labbookdb/labbookdb-0.1.ebuild
similarity index 87%
rename from sci-libs/labbookdb/labbookdb-0.0.2.ebuild
rename to sci-libs/labbookdb/labbookdb-0.1.ebuild
index a2df37ad0..cff669563 100644
--- a/sci-libs/labbookdb/labbookdb-0.0.2.ebuild
+++ b/sci-libs/labbookdb/labbookdb-0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 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} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/sci-libs/labbookdb/labbookdb-9999.ebuild
b/sci-libs/labbookdb/labbookdb-9999.ebuild
deleted file mode 100644
index 86244cdbd..000000000
--- a/sci-libs/labbookdb/labbookdb-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 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=""
-
-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}]
- "