[gentoo-commits] proj/sci:master commit in: sci-libs/labbookdb/

2023-05-02 Thread Horea Christian
commit: cf33dbf17e22d50c865a603f243a346dabea4c26
Author: Horea Christian  chymera  eu>
AuthorDate: Tue May  2 23:52:37 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Tue May  2 23:52:37 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=cf33dbf1

sci-libs/labbookdb: enable py3.11

Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/labbookdb/labbookdb-0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/labbookdb/labbookdb-0.1.ebuild 
b/sci-libs/labbookdb/labbookdb-0.1.ebuild
index 9e535ede9..57c90a390 100644
--- a/sci-libs/labbookdb/labbookdb-0.1.ebuild
+++ b/sci-libs/labbookdb/labbookdb-0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1
 



[gentoo-commits] proj/sci:master commit in: sci-libs/labbookdb/

2022-07-11 Thread Horea Christian
commit: f83847f9f0de421c3f53f5327a63dee2dd374ae9
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Jul 11 11:52:06 2022 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Jul 11 11:52:06 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f83847f9

sci-libs/labbookdb: PYHTON_COMPAT bump 3.10

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/labbookdb/labbookdb-0.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/labbookdb/labbookdb-0.1.ebuild 
b/sci-libs/labbookdb/labbookdb-0.1.ebuild
index 4da4106a2..8f148746d 100644
--- a/sci-libs/labbookdb/labbookdb-0.1.ebuild
+++ b/sci-libs/labbookdb/labbookdb-0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] proj/sci:master commit in: sci-libs/labbookdb/

2021-01-19 Thread Andrew Ammerlaan
commit: 48eca1b9ad399cdf63cda38381897870d2fba5de
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 19 16:46:27 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 19 16:46:27 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=48eca1b9

sci-libs/labbookdb: properly name tarball

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 sci-libs/labbookdb/labbookdb-0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/labbookdb/labbookdb-0.1.ebuild 
b/sci-libs/labbookdb/labbookdb-0.1.ebuild
index 68e045c9d..b98788eb7 100644
--- a/sci-libs/labbookdb/labbookdb-0.1.ebuild
+++ b/sci-libs/labbookdb/labbookdb-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="Lab Book Database Framework"
 HOMEPAGE="https://github.com/TheChymera/LabbookDB;
-SRC_URI="https://github.com/TheChymera/LabbookDB/archive/${PV}.tar.gz;
+SRC_URI="https://github.com/TheChymera/LabbookDB/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"



[gentoo-commits] proj/sci:master commit in: sci-libs/labbookdb/

2020-12-23 Thread Horea Christian
commit: 540cd04bf98e7dd24b754c5113645449f2a537d1
Author: Horea Christian  chymera  eu>
AuthorDate: Wed Dec 23 08:03:29 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Wed Dec 23 08:03:29 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=540cd04b

sci-libs/labbookdb: updated PYTHON_COMPAT

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/labbookdb/labbookdb-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/labbookdb/labbookdb-0.1.ebuild 
b/sci-libs/labbookdb/labbookdb-0.1.ebuild
index cff669563..68e045c9d 100644
--- a/sci-libs/labbookdb/labbookdb-0.1.ebuild
+++ b/sci-libs/labbookdb/labbookdb-0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



[gentoo-commits] proj/sci:master commit in: sci-libs/labbookdb/

2020-03-23 Thread Horea Christian
commit: 8115633742960ff27d9b885c2e16abab99d61b02
Author: Horea Christian  chymera  eu>
AuthorDate: Tue Mar 24 03:43:15 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Tue Mar 24 03:43:15 2020 +
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-.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-.ebuild 
b/sci-libs/labbookdb/labbookdb-.ebuild
deleted file mode 100644
index 86244cdbd..0
--- a/sci-libs/labbookdb/labbookdb-.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}]
-   "



[gentoo-commits] proj/sci:master commit in: sci-libs/labbookdb/

2019-11-10 Thread Horea Christian
commit: 689b5a8428e0ae09ada3a67201df18e10889789a
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Nov 11 00:48:31 2019 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Nov 11 00:48:31 2019 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=689b5a84

sci-libs/labbookdb: no keywords in live ebuild

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/labbookdb/labbookdb-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/labbookdb/labbookdb-.ebuild 
b/sci-libs/labbookdb/labbookdb-.ebuild
index 2755a0a4a..86244cdbd 100644
--- a/sci-libs/labbookdb/labbookdb-.ebuild
+++ b/sci-libs/labbookdb/labbookdb-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ EGIT_REPO_URI="https://github.com/TheChymera/LabbookDB;
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 
 DEPEND=""
 RDEPEND="



[gentoo-commits] proj/sci:master commit in: sci-libs/labbookdb/

2018-12-04 Thread Horea Christian
commit: 1e21bfba35616f67302b3b5d7d4d80c4bf4fa7c4
Author: Horea Christian  yandex  com>
AuthorDate: Tue Dec  4 21:58:16 2018 +
Commit: Horea Christian  gmail  com>
CommitDate: Tue Dec  4 21:58:37 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1e21bfba

sci-libs/labbookdb: Python version bump

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Horea Christian  yandex.com>

 sci-libs/labbookdb/labbookdb-0.0.2.ebuild | 4 ++--
 sci-libs/labbookdb/labbookdb-.ebuild  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/labbookdb/labbookdb-0.0.2.ebuild 
b/sci-libs/labbookdb/labbookdb-0.0.2.ebuild
index c936cf379..a2df37ad0 100644
--- a/sci-libs/labbookdb/labbookdb-0.0.2.ebuild
+++ b/sci-libs/labbookdb/labbookdb-0.0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# 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} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 

diff --git a/sci-libs/labbookdb/labbookdb-.ebuild 
b/sci-libs/labbookdb/labbookdb-.ebuild
index 478e5c63b..2755a0a4a 100644
--- a/sci-libs/labbookdb/labbookdb-.ebuild
+++ b/sci-libs/labbookdb/labbookdb-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1 git-r3
 



[gentoo-commits] proj/sci:master commit in: sci-libs/labbookdb/

2018-12-04 Thread Horea Christian
commit: 5808020b9fe0ed0fa02a4fb40740b6fdddb67001
Author: Horea Christian  yandex  com>
AuthorDate: Tue Dec  4 21:43:15 2018 +
Commit: Horea Christian  gmail  com>
CommitDate: Tue Dec  4 21:45:06 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=5808020b

sci-libs/labbookdb: live package

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Horea Christian  yandex.com>

 sci-libs/labbookdb/labbookdb-.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/sci-libs/labbookdb/labbookdb-.ebuild 
b/sci-libs/labbookdb/labbookdb-.ebuild
new file mode 100644
index 0..478e5c63b
--- /dev/null
+++ b/sci-libs/labbookdb/labbookdb-.ebuild
@@ -0,0 +1,27 @@
+# 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} )
+
+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}]
+   "



[gentoo-commits] proj/sci:master commit in: sci-libs/labbookdb/

2018-06-23 Thread Horea Christian
commit: 0a3031592b5caaafd76808d02c5802f3e8b40944
Author: Horea Christian  yandex  com>
AuthorDate: Sun Jun 24 03:38:19 2018 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Jun 24 03:38:19 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0a303159

sci-libs/labbookdb: New package

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-libs/labbookdb/labbookdb-0.0.2.ebuild | 28 
 sci-libs/labbookdb/metadata.xml   | 16 
 2 files changed, 44 insertions(+)

diff --git a/sci-libs/labbookdb/labbookdb-0.0.2.ebuild 
b/sci-libs/labbookdb/labbookdb-0.0.2.ebuild
new file mode 100644
index 0..c936cf379
--- /dev/null
+++ b/sci-libs/labbookdb/labbookdb-0.0.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Lab Book Database Framework"
+HOMEPAGE="https://github.com/TheChymera/LabbookDB;
+SRC_URI="https://github.com/TheChymera/LabbookDB/archive/${PV}.tar.gz;
+
+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}]
+   "
+
+S="${WORKDIR}/LabbookDB-${PV}"

diff --git a/sci-libs/labbookdb/metadata.xml b/sci-libs/labbookdb/metadata.xml
new file mode 100644
index 0..113831aa4
--- /dev/null
+++ b/sci-libs/labbookdb/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   horea.chr...@gmail.com
+   Horea Christian
+   
+   
+   LabbookDB is a relational database application framework for 
life sciences,
+   providing an extendable schema and functions to conveniently 
add and 
+   retrieve information, and generate summaries. 
+   
+   
+   TheChymera/LabbookDB
+   
+