[gentoo-commits] proj/sci:master commit in: dev-python/grabbit/

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

dev-python/grabbit: enable py3.11

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

 dev-python/grabbit/grabbit-0.2.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/grabbit/grabbit-0.2.6.ebuild 
b/dev-python/grabbit/grabbit-0.2.6.ebuild
index c7e710a70..722048089 100644
--- a/dev-python/grabbit/grabbit-0.2.6.ebuild
+++ b/dev-python/grabbit/grabbit-0.2.6.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: dev-python/grabbit/

2022-07-11 Thread Horea Christian
commit: 1f928034bb87ffdadef7343ad4bfe3281ab5ce4a
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Jul 11 12:31:24 2022 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Jul 11 12:31:24 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f928034

dev-python/grabbit: EAPI and PYTHON_COMPAT bump

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

 dev-python/grabbit/grabbit-0.2.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/grabbit/grabbit-0.2.6.ebuild 
b/dev-python/grabbit/grabbit-0.2.6.ebuild
index 045f26d06..93e08ccf4 100644
--- a/dev-python/grabbit/grabbit-0.2.6.ebuild
+++ b/dev-python/grabbit/grabbit-0.2.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 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: dev-python/grabbit/

2020-12-23 Thread Horea Christian
commit: 162ac673aa5a57d7c89bec74492c00b1a87cad35
Author: Horea Christian  chymera  eu>
AuthorDate: Wed Dec 23 08:08:40 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Wed Dec 23 08:16:23 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=162ac673

dev-python/grabbit: updated PYTHON_COMPAT

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

 dev-python/grabbit/grabbit-0.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/grabbit/grabbit-0.2.6.ebuild 
b/dev-python/grabbit/grabbit-0.2.6.ebuild
index b6f6b19c1..f429c571c 100644
--- a/dev-python/grabbit/grabbit-0.2.6.ebuild
+++ b/dev-python/grabbit/grabbit-0.2.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{4,6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



[gentoo-commits] proj/sci:master commit in: dev-python/grabbit/

2020-09-25 Thread Horea Christian
commit: 10063c5b92c43446fb4766d2ac4cd754aa828633
Author: Horea Christian  chymera  eu>
AuthorDate: Fri Sep 25 08:40:36 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Fri Sep 25 08:40:36 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=10063c5b

dev-python/grabbit: removed old version, and PYTHON_COMPAT update

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

 dev-python/grabbit/grabbit-0.1.1.ebuild | 27 ---
 dev-python/grabbit/grabbit-0.2.6.ebuild |  9 +++--
 2 files changed, 3 insertions(+), 33 deletions(-)

diff --git a/dev-python/grabbit/grabbit-0.1.1.ebuild 
b/dev-python/grabbit/grabbit-0.1.1.ebuild
deleted file mode 100644
index dd6a7e6a9..0
--- a/dev-python/grabbit/grabbit-0.1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Get grabby with file trees"
-HOMEPAGE="https://github.com/grabbles/grabbit;
-SRC_URI="https://github.com/grabbles/grabbit/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( >=dev-python/pytest-3.4.1[${PYTHON_USEDEP}] )
-   "
-RDEPEND=""
-
-python_test() {
-   py.test -v || die
-}

diff --git a/dev-python/grabbit/grabbit-0.2.6.ebuild 
b/dev-python/grabbit/grabbit-0.2.6.ebuild
index 466dc6512..b6f6b19c1 100644
--- a/dev-python/grabbit/grabbit-0.2.6.ebuild
+++ b/dev-python/grabbit/grabbit-0.2.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python3_{4,6,7,8} )
 
 inherit distutils-r1
 
@@ -17,11 +17,8 @@ KEYWORDS="~amd64"
 IUSE="test"
 
 DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( >=dev-python/pytest-3.4.1[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
"
 RDEPEND=""
 
-python_test() {
-   py.test -v || die
-}
+distutils_enable_tests pytest



[gentoo-commits] proj/sci:master commit in: dev-python/grabbit/

2020-03-16 Thread Horea Christian
commit: 7749ff6ff51be81975cb52e34cec1ed6f9e41dde
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Mar 16 20:37:43 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Mar 16 20:37:43 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7749ff6f

dev-python/grabbit: PYTHON_COMPAT bump 3.7

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

 dev-python/grabbit/grabbit-0.2.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/grabbit/grabbit-0.2.6.ebuild 
b/dev-python/grabbit/grabbit-0.2.6.ebuild
index 009db3338..466dc6512 100644
--- a/dev-python/grabbit/grabbit-0.2.6.ebuild
+++ b/dev-python/grabbit/grabbit-0.2.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 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=( python{2_7,3_6,3_7} )
 
 inherit distutils-r1
 



[gentoo-commits] proj/sci:master commit in: dev-python/grabbit/

2019-03-21 Thread Horea Christian
commit: ba1ff672ad7c82800273d8a5787a22a054953664
Author: Horea Christian  yandex  com>
AuthorDate: Fri Mar 22 01:02:59 2019 +
Commit: Horea Christian  gmail  com>
CommitDate: Fri Mar 22 01:02:59 2019 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ba1ff672

dev-python/grabbit: version bump

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

 dev-python/grabbit/grabbit-0.2.6.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/dev-python/grabbit/grabbit-0.2.6.ebuild 
b/dev-python/grabbit/grabbit-0.2.6.ebuild
new file mode 100644
index 0..009db3338
--- /dev/null
+++ b/dev-python/grabbit/grabbit-0.2.6.ebuild
@@ -0,0 +1,27 @@
+# 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
+
+DESCRIPTION="Get grabby with file trees"
+HOMEPAGE="https://github.com/grabbles/grabbit;
+SRC_URI="https://github.com/grabbles/grabbit/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( >=dev-python/pytest-3.4.1[${PYTHON_USEDEP}] )
+   "
+RDEPEND=""
+
+python_test() {
+   py.test -v || die
+}



[gentoo-commits] proj/sci:master commit in: dev-python/grabbit/

2018-08-02 Thread Horea Christian
commit: 1d834db5f4e5ba2fa86ffe869ecc807f03241239
Author: Horea Christian  yandex  com>
AuthorDate: Thu Aug  2 15:29:14 2018 +
Commit: Horea Christian  gmail  com>
CommitDate: Thu Aug  2 15:29:14 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1d834db5

dev-python/grabbit: EAPI and PYTHON_COMPAT bump

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-python/grabbit/grabbit-0.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/grabbit/grabbit-0.1.1.ebuild 
b/dev-python/grabbit/grabbit-0.1.1.ebuild
index cceee888e..dd6a7e6a9 100644
--- a/dev-python/grabbit/grabbit-0.1.1.ebuild
+++ b/dev-python/grabbit/grabbit-0.1.1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+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
 



[gentoo-commits] proj/sci:master commit in: dev-python/grabbit/

2018-05-22 Thread Horea Christian
commit: e17cf9a4deb90f442de5ab60d0fff1c5c3b31cf7
Author: Horea Christian  yandex  com>
AuthorDate: Wed May 23 00:22:42 2018 +
Commit: Horea Christian  gmail  com>
CommitDate: Wed May 23 00:22:42 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e17cf9a4

dev-python/grabbit: new package (pybids dependency)

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-python/grabbit/grabbit-0.1.1.ebuild | 27 +++
 dev-python/grabbit/metadata.xml | 21 +
 2 files changed, 48 insertions(+)

diff --git a/dev-python/grabbit/grabbit-0.1.1.ebuild 
b/dev-python/grabbit/grabbit-0.1.1.ebuild
new file mode 100644
index 0..cceee888e
--- /dev/null
+++ b/dev-python/grabbit/grabbit-0.1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Get grabby with file trees"
+HOMEPAGE="https://github.com/grabbles/grabbit;
+SRC_URI="https://github.com/grabbles/grabbit/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( >=dev-python/pytest-3.4.1[${PYTHON_USEDEP}] )
+   "
+RDEPEND=""
+
+python_test() {
+   py.test -v || die
+}

diff --git a/dev-python/grabbit/metadata.xml b/dev-python/grabbit/metadata.xml
new file mode 100644
index 0..f297bae41
--- /dev/null
+++ b/dev-python/grabbit/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   horea.chr...@gmail.com
+   Horea Christian
+   
+   
+   s...@gentoo.org
+   Gentoo Science Project
+   
+   
+   Grabbit is a lightweight Python 3 package for simple queries 
over filenames
+   within a project. It's geared towards projects or applications 
with highly
+   structured filenames that allow useful queries to be performed 
without having
+   to inspect the file metadata or contents.
+   
+   
+   grabbles/grabbit
+   
+