[gentoo-commits] repo/proj/guru:master commit in: dev-python/schema/

2023-08-18 Thread Viorel Munteanu
commit: 1b0b1b2a90cdfab709f8f748729f47641515ff3f
Author: David Roman  gmail  com>
AuthorDate: Thu Aug 17 12:31:12 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Aug 17 12:31:12 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b0b1b2a

dev-python/schema: enable py3.12

Signed-off-by: David Roman  gmail.com>

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

diff --git a/dev-python/schema/schema-0.7.5.ebuild 
b/dev-python/schema/schema-0.7.5.ebuild
index 2b0287877e..d3f5d29b06 100644
--- a/dev-python/schema/schema-0.7.5.ebuild
+++ b/dev-python/schema/schema-0.7.5.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/proj/guru:master commit in: dev-python/schema/

2022-12-05 Thread Viorel Munteanu
commit: b57186a852e388199b6d6e2fb652fa54b64ffe86
Author: David Roman  gmail  com>
AuthorDate: Mon Dec  5 22:20:00 2022 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Mon Dec  5 22:20:00 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b57186a8

dev-python/schema: enable py3.11

Signed-off-by: David Roman  gmail.com>

 dev-python/schema/metadata.xml| 8 
 dev-python/schema/schema-0.7.5.ebuild | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-python/schema/metadata.xml b/dev-python/schema/metadata.xml
new file mode 100644
index 0..01c1fc848
--- /dev/null
+++ b/dev-python/schema/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   davidroma...@gmail.com
+   David Roman
+   
+

diff --git a/dev-python/schema/schema-0.7.5.ebuild 
b/dev-python/schema/schema-0.7.5.ebuild
index 507911b44..ca5897364 100644
--- a/dev-python/schema/schema-0.7.5.ebuild
+++ b/dev-python/schema/schema-0.7.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1