[gentoo-commits] repo/gentoo:master commit in: dev-python/enrich/

2023-10-29 Thread Michał Górny
commit: d8cae3c8602d27646802f25d419d9edaf273e9cd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 18:57:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 18:57:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cae3c8

dev-python/enrich: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/enrich/enrich-1.2.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/enrich/enrich-1.2.7-r1.ebuild 
b/dev-python/enrich/enrich-1.2.7-r1.ebuild
index 14a58873620b..003cf9d61ee2 100644
--- a/dev-python/enrich/enrich-1.2.7-r1.ebuild
+++ b/dev-python/enrich/enrich-1.2.7-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/enrich/

2023-10-29 Thread Michał Górny
commit: 6be3928e68b153e70e12d22fbf37eea5cb05dd7d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 29 18:52:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 29 18:57:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be3928e

dev-python/enrich: Deselect broken test

Closes: https://bugs.gentoo.org/865497
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/enrich/enrich-1.2.7-r1.ebuild | 23 +++
 1 file changed, 19 insertions(+), 4 deletions(-)

diff --git a/dev-python/enrich/enrich-1.2.7-r1.ebuild 
b/dev-python/enrich/enrich-1.2.7-r1.ebuild
index ad1c89166978..14a58873620b 100644
--- a/dev-python/enrich/enrich-1.2.7-r1.ebuild
+++ b/dev-python/enrich/enrich-1.2.7-r1.ebuild
@@ -4,20 +4,35 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 pypi
 
 DESCRIPTION="Extend rich functionality"
-HOMEPAGE="https://github.com/pycontribs/enrich;
+HOMEPAGE="
+   https://github.com/pycontribs/enrich/
+   https://pypi.org/project/enrich/
+"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ~riscv ~x86"
 
-RDEPEND="dev-python/rich[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/rich[${PYTHON_USEDEP}]
+"
 BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )"
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
 
 distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # known breakage in dev-python/rich
+   # https://github.com/Textualize/rich/issues/2172
+   # https://github.com/pycontribs/enrich/issues/40
+   src/enrich/test/test_console.py::test_rich_console_ex
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/enrich/

2022-09-27 Thread Agostino Sarubbo
commit: 777eb7ebe5f6ba306c69c556f7e8276039fe3203
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Sep 27 07:05:24 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Sep 27 07:05:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777eb7eb

dev-python/enrich: Stabilize 1.2.7-r1 amd64, #872965

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/enrich/enrich-1.2.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/enrich/enrich-1.2.7-r1.ebuild 
b/dev-python/enrich/enrich-1.2.7-r1.ebuild
index 78906bc4b6e3..832753f467a9 100644
--- a/dev-python/enrich/enrich-1.2.7-r1.ebuild
+++ b/dev-python/enrich/enrich-1.2.7-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 RDEPEND="dev-python/rich[${PYTHON_USEDEP}]"
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/enrich/

2022-09-21 Thread Marek Szuba
commit: c24e4278c7fd19e410e3ed5b5fb804dcf8ec47bf
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep 21 12:44:14 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Sep 21 14:00:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24e4278

dev-python/enrich: enable py3.11

One of the tests fails but it does the same against py3.10
(see Bug #865497) and py3.9.

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/enrich/enrich-1.2.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/enrich/enrich-1.2.7-r1.ebuild 
b/dev-python/enrich/enrich-1.2.7-r1.ebuild
index 2cb4fa26d981..78906bc4b6e3 100644
--- a/dev-python/enrich/enrich-1.2.7-r1.ebuild
+++ b/dev-python/enrich/enrich-1.2.7-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/enrich/

2022-05-16 Thread Michał Górny
commit: 255c53928a05bd6b413ada408776d7ee2bef075a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:17:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:17:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255c5392

dev-python/enrich: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/enrich/Manifest|  1 -
 dev-python/enrich/enrich-1.2.6.ebuild | 23 ---
 dev-python/enrich/enrich-1.2.7.ebuild | 23 ---
 3 files changed, 47 deletions(-)

diff --git a/dev-python/enrich/Manifest b/dev-python/enrich/Manifest
index 0723476771c7..f8f6299380e5 100644
--- a/dev-python/enrich/Manifest
+++ b/dev-python/enrich/Manifest
@@ -1,2 +1 @@
-DIST enrich-1.2.6.tar.gz 15581 BLAKE2B 
06f104a11b2dc85c1d80a2b14c548aaac40c78795e86b1c6ae733f884fbd7af0776af53d8cdd15c15d6abb91ca89dd7f815823b419fc2b3de322b50e55844dd0
 SHA512 
07c280d3526538af9d718c6d423be50d67e8285007a6702b7f3d842725a63cb282192c29481cbea6cbe7da886b630e5694776092dc0ffcaac522ccf1e895b5a9
 DIST enrich-1.2.7.tar.gz 16918 BLAKE2B 
f8fdcc9322a60d8885faf44efbbeaea2a423dea956941679f96560ed9c6b2db5ec3f143c241fa60d579034e0fdbf8b0e490f8c5dd38cd519a55964135623f804
 SHA512 
4e3d8598e82d7d013ff74dd325be02245086159fef819431a1ba7505e2e1557992ccbefc0b5a37d0e81487b4e378bef02179c6b74fd50528d6710ff297f0832a

diff --git a/dev-python/enrich/enrich-1.2.6.ebuild 
b/dev-python/enrich/enrich-1.2.6.ebuild
deleted file mode 100644
index 14f0c9fa5034..
--- a/dev-python/enrich/enrich-1.2.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-DESCRIPTION="Extend rich functionality"
-HOMEPAGE="https://github.com/pycontribs/enrich;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-RDEPEND="dev-python/rich[${PYTHON_USEDEP}]"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest

diff --git a/dev-python/enrich/enrich-1.2.7.ebuild 
b/dev-python/enrich/enrich-1.2.7.ebuild
deleted file mode 100644
index 73f0bf42970e..
--- a/dev-python/enrich/enrich-1.2.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-DESCRIPTION="Extend rich functionality"
-HOMEPAGE="https://github.com/pycontribs/enrich;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-RDEPEND="dev-python/rich[${PYTHON_USEDEP}]"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/enrich/

2022-01-26 Thread Michał Górny
commit: f7a610c170151a57d1a0dbb9cfeb01905bcba078
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 26 22:36:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 26 23:19:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a610c1

dev-python/enrich: Switch to PEP 517 build

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/enrich/enrich-1.2.7-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/dev-python/enrich/enrich-1.2.7-r1.ebuild 
b/dev-python/enrich/enrich-1.2.7-r1.ebuild
new file mode 100644
index ..2cb4fa26d981
--- /dev/null
+++ b/dev-python/enrich/enrich-1.2.7-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Extend rich functionality"
+HOMEPAGE="https://github.com/pycontribs/enrich;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="dev-python/rich[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/enrich/

2022-01-10 Thread Michał Górny
commit: 4f6ca72fc678f425cee61790e0cadf2f075e9e80
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 10 19:52:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 10 20:00:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6ca72f

dev-python/enrich: Bump to 1.2.7

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/enrich/Manifest|  1 +
 dev-python/enrich/enrich-1.2.7.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/enrich/Manifest b/dev-python/enrich/Manifest
index be6a0664932f..0723476771c7 100644
--- a/dev-python/enrich/Manifest
+++ b/dev-python/enrich/Manifest
@@ -1 +1,2 @@
 DIST enrich-1.2.6.tar.gz 15581 BLAKE2B 
06f104a11b2dc85c1d80a2b14c548aaac40c78795e86b1c6ae733f884fbd7af0776af53d8cdd15c15d6abb91ca89dd7f815823b419fc2b3de322b50e55844dd0
 SHA512 
07c280d3526538af9d718c6d423be50d67e8285007a6702b7f3d842725a63cb282192c29481cbea6cbe7da886b630e5694776092dc0ffcaac522ccf1e895b5a9
+DIST enrich-1.2.7.tar.gz 16918 BLAKE2B 
f8fdcc9322a60d8885faf44efbbeaea2a423dea956941679f96560ed9c6b2db5ec3f143c241fa60d579034e0fdbf8b0e490f8c5dd38cd519a55964135623f804
 SHA512 
4e3d8598e82d7d013ff74dd325be02245086159fef819431a1ba7505e2e1557992ccbefc0b5a37d0e81487b4e378bef02179c6b74fd50528d6710ff297f0832a

diff --git a/dev-python/enrich/enrich-1.2.7.ebuild 
b/dev-python/enrich/enrich-1.2.7.ebuild
new file mode 100644
index ..73f0bf42970e
--- /dev/null
+++ b/dev-python/enrich/enrich-1.2.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+DESCRIPTION="Extend rich functionality"
+HOMEPAGE="https://github.com/pycontribs/enrich;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="dev-python/rich[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/enrich/

2021-10-07 Thread Michał Górny
commit: 3eeb30309c1434e7b7bd4454cf9a35793d2b2a70
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct  7 06:38:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct  7 07:21:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eeb3030

dev-python/enrich: Enable py3.10

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/enrich/enrich-1.2.6.ebuild 
b/dev-python/enrich/enrich-1.2.6.ebuild
index aec4657d33c..14f0c9fa503 100644
--- a/dev-python/enrich/enrich-1.2.6.ebuild
+++ b/dev-python/enrich/enrich-1.2.6.ebuild
@@ -1,9 +1,9 @@
 # Copyright 2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/enrich/

2021-10-04 Thread Sam James
commit: 5a98e7ea8b65c4628f8235e3fff7f09592f6515a
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  4 20:37:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  4 20:39:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a98e7ea

dev-python/enrich: drop inactive chainsaw@

As agreed with retirement@.

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 dev-python/enrich/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/enrich/metadata.xml b/dev-python/enrich/metadata.xml
index d3a2d3a9f74..c1a6b97bc35 100644
--- a/dev-python/enrich/metadata.xml
+++ b/dev-python/enrich/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   chain...@gentoo.org
-   Tony Vroon
-   

pyt...@gentoo.org
Python



[gentoo-commits] repo/gentoo:master commit in: dev-python/enrich/

2021-09-23 Thread Marek Szuba
commit: bb280108bc6d7e7f272a0b0e9d0d7bc7c5cc0df9
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep 23 12:10:36 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep 23 15:35:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb280108

dev-python/enrich: keyword 1.2.6 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-python/enrich/enrich-1.2.6.ebuild 
b/dev-python/enrich/enrich-1.2.6.ebuild
index 57f3ea8d553..aec4657d33c 100644
--- a/dev-python/enrich/enrich-1.2.6.ebuild
+++ b/dev-python/enrich/enrich-1.2.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 RDEPEND="dev-python/rich[${PYTHON_USEDEP}]"
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/enrich/

2021-03-04 Thread Michał Górny
commit: 3572fe0cdbe5e6f042f50ee36294337a018116ba
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  4 22:31:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  5 07:16:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3572fe0c

dev-python/enrich: Add python@ as co-maint

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/enrich/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/enrich/metadata.xml b/dev-python/enrich/metadata.xml
index f64ef0857b0..fad428c514f 100644
--- a/dev-python/enrich/metadata.xml
+++ b/dev-python/enrich/metadata.xml
@@ -5,6 +5,10 @@
chain...@gentoo.org
Tony Vroon

+   
+   pyt...@gentoo.org
+   Python
+   


enrich



[gentoo-commits] repo/gentoo:master commit in: dev-python/enrich/

2021-02-26 Thread Sam James
commit: f94127947680536a201dac1f47fb6c3210bee95b
Author: Jakov Smolic  sartura  hr>
AuthorDate: Fri Feb 26 19:31:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 26 22:04:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9412794

dev-python/enrich: Add missing test dep

Closes: https://bugs.gentoo.org/773067
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Sam James  gentoo.org>

 dev-python/enrich/enrich-1.2.6.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/enrich/enrich-1.2.6.ebuild 
b/dev-python/enrich/enrich-1.2.6.ebuild
index 7ebfa478ac0..57f3ea8d553 100644
--- a/dev-python/enrich/enrich-1.2.6.ebuild
+++ b/dev-python/enrich/enrich-1.2.6.ebuild
@@ -16,6 +16,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="dev-python/rich[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests pytest