* [gentoo-commits] repo/gentoo:master commit in: dev-python/jschema-to-python/
@ 2023-10-24 5:40 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2023-10-24 5:40 UTC (permalink / raw
To: gentoo-commits
commit: fe73875143cab229fc5e8621a351482fd9954e8a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 05:37:18 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 05:40:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe738751
dev-python/jschema-to-python: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../jschema-to-python/jschema-to-python-1.2.3-r1.ebuild | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild b/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild
index 08cc0d5a6fae..d123bb88d2c1 100644
--- a/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild
+++ b/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild
@@ -3,14 +3,16 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
+
inherit distutils-r1 pypi
DESCRIPTION="Generate source code for Python classes from a JSON schema"
HOMEPAGE="
https://pypi.org/project/jschema-to-python/
- https://github.com/microsoft/jschema-to-python/"
+ https://github.com/microsoft/jschema-to-python/
+"
LICENSE="MIT"
SLOT="0"
@@ -19,8 +21,10 @@ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/jsonpickle[${PYTHON_USEDEP}]
- dev-python/pbr[${PYTHON_USEDEP}]"
+ dev-python/pbr[${PYTHON_USEDEP}]
+"
BDEPEND="
- dev-python/pbr[${PYTHON_USEDEP}]"
+ dev-python/pbr[${PYTHON_USEDEP}]
+"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/jschema-to-python/
@ 2023-11-24 16:43 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2023-11-24 16:43 UTC (permalink / raw
To: gentoo-commits
commit: 973357ec09f31f7962b4f9caebcb8e0687e5e7f2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 16:43:13 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 16:43:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973357ec
dev-python/jschema-to-python: Stabilize 1.2.3-r1 arm64, #918167
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild b/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild
index d123bb88d2c1..3242552e8673 100644
--- a/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild
+++ b/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/jschema-to-python/
@ 2024-04-13 16:08 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2024-04-13 16:08 UTC (permalink / raw
To: gentoo-commits
commit: c68315ef9110298ec899cf601450021415d468b7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 15:05:51 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 16:08:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68315ef
dev-python/jschema-to-python: Remove keywords for arches with broken Arrow
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild b/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild
index 3242552e8673..43e878dbdec1 100644
--- a/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild
+++ b/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/jschema-to-python/
@ 2024-05-22 8:03 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2024-05-22 8:03 UTC (permalink / raw
To: gentoo-commits
commit: 4723149bb041b3e1f42705da725a3306cb198de7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 19:03:04 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 22 08:01:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4723149b
dev-python/jschema-to-python: Drop keyword not on pyarrow
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild b/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild
index 43e878dbdec1..440fdbb5fa90 100644
--- a/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild
+++ b/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/jschema-to-python/
@ 2024-07-07 17:05 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2024-07-07 17:05 UTC (permalink / raw
To: gentoo-commits
commit: fefa49b0808a4efd6addb50adb4a37d39b050139
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 7 16:31:13 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 7 17:05:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefa49b0
dev-python/jschema-to-python: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild b/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild
index 440fdbb5fa90..a9d537a134cc 100644
--- a/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild
+++ b/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-07-07 17:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-13 16:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/jschema-to-python/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-07-07 17:05 Michał Górny
2024-05-22 8:03 Michał Górny
2023-11-24 16:43 Arthur Zamarin
2023-10-24 5:40 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox