From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80654138350 for ; Tue, 24 Mar 2020 03:43:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6ED1E0977; Tue, 24 Mar 2020 03:43:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2695E0977 for ; Tue, 24 Mar 2020 03:43:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52A6734EEC5 for ; Tue, 24 Mar 2020 03:43:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8857A150 for ; Tue, 24 Mar 2020 03:43:24 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1585021395.8115633742960ff27d9b885c2e16abab99d61b02.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/labbookdb/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/labbookdb/labbookdb-0.0.2.ebuild sci-libs/labbookdb/labbookdb-0.1.ebuild sci-libs/labbookdb/labbookdb-9999.ebuild X-VCS-Directories: sci-libs/labbookdb/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 8115633742960ff27d9b885c2e16abab99d61b02 X-VCS-Branch: master Date: Tue, 24 Mar 2020 03:43:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 49fdaf6a-67a1-4fd9-a86c-5f1f1cc18851 X-Archives-Hash: e14c63e30a37f17f6889f7f549e5d75c commit: 8115633742960ff27d9b885c2e16abab99d61b02 Author: Horea Christian chymera eu> AuthorDate: Tue Mar 24 03:43:15 2020 +0000 Commit: Horea Christian gmail 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 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}] - "