* [gentoo-commits] repo/proj/guru:master commit in: dev-python/json-schema-for-humans/
@ 2024-11-28 22:22 Julien Roy
0 siblings, 0 replies; 6+ messages in thread
From: Julien Roy @ 2024-11-28 22:22 UTC (permalink / raw
To: gentoo-commits
commit: d710bba82900dd7858b265c51f389eb29ab04ec9
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Thu Nov 28 22:17:57 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Nov 28 22:17:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d710bba8
dev-python/json-schema-for-humans: disable py3.13
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild b/dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild
index e3e3f3b81..57e7e2a15 100644
--- a/dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild
+++ b/dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/json-schema-for-humans/
@ 2024-11-28 22:22 Julien Roy
0 siblings, 0 replies; 6+ messages in thread
From: Julien Roy @ 2024-11-28 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 4d367a799b12aaee0550bbf2fc23a3edd0bb7a2b
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Thu Nov 28 22:03:41 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Nov 28 22:05:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d367a79
dev-python/json-schema-for-humans: new package, add 1.0.4
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
dev-python/json-schema-for-humans/Manifest | 1 +
.../json-schema-for-humans-1.0.4.ebuild | 57 ++++++++++++++++++++++
dev-python/json-schema-for-humans/metadata.xml | 12 +++++
3 files changed, 70 insertions(+)
diff --git a/dev-python/json-schema-for-humans/Manifest b/dev-python/json-schema-for-humans/Manifest
new file mode 100644
index 000000000..7371bf6e5
--- /dev/null
+++ b/dev-python/json-schema-for-humans/Manifest
@@ -0,0 +1 @@
+DIST json-schema-for-humans-1.0.4.gh.tar.gz 872932 BLAKE2B 96f3d98f29868d13d4d9e219cba2ae62db1bb4f7e80b722f008d85e99fd6825997c83d6a9a0dd54f152892b350e1f95bb50bb83c5b3a1498565a4f4ff993ac37 SHA512 dee71568846fd29f332833834429d394625ca33d4e12069104e3bf9b26f1dcfaf50c4b1473284fc772606f09bca2861ff3046374f141aaf0c031f9bed6e9262d
diff --git a/dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild b/dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild
new file mode 100644
index 000000000..e3e3f3b81
--- /dev/null
+++ b/dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Quickly generate HTML documentation from a JSON schema "
+HOMEPAGE="
+ https://github.com/coveoss/json-schema-for-humans/
+ https://pypi.org/project/json-schema-for-humans/
+"
+SRC_URI="https://github.com/coveooss/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ app-text/htmlmin[${PYTHON_USEDEP}]
+ dev-python/click[${PYTHON_USEDEP}]
+ dev-python/dataclasses-json[${PYTHON_USEDEP}]
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/markdown2[${PYTHON_USEDEP}]
+ dev-python/markupsafe[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+ ${DISTUTILS_DEPS}
+ ${PYTHON_DEPS}
+ test? ( dev-python/beautifulsoup4[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+
+python_test(){
+ local EPYTEST_DESELECT=(
+ # tests with network
+ 'tests/generate_test.py::test_references_url'
+ 'tests/test_md_generate.py::TestMdGenerate::test_basic[True-True-references_url'
+ 'tests/test_md_generate.py::TestMdGenerate::test_basic[True-False-references_url'
+ 'tests/test_md_generate.py::TestMdGenerate::test_basic[False-True-references_url'
+ 'tests/test_md_generate.py::TestMdGenerate::test_basic[False-False-references_url'
+ )
+ epytest
+}
diff --git a/dev-python/json-schema-for-humans/metadata.xml b/dev-python/json-schema-for-humans/metadata.xml
new file mode 100644
index 000000000..6df693dac
--- /dev/null
+++ b/dev-python/json-schema-for-humans/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>nicolas.parlant@parhuet.fr</email>
+ <name>Nicolas PARLANT</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">coveoss/json-schema-for-humans</remote-id>
+ <remote-id type="pypi">json-schema-for-humans</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/json-schema-for-humans/
@ 2024-11-30 9:16 Haelwenn Monnier
0 siblings, 0 replies; 6+ messages in thread
From: Haelwenn Monnier @ 2024-11-30 9:16 UTC (permalink / raw
To: gentoo-commits
commit: 99e374a5e958e6fb7f86b6d7f6bdbf890c7351e2
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Sat Nov 30 03:54:50 2024 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Nov 30 04:24:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99e374a5
dev-python/json-schema-for-humans: add 1.3.2
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
dev-python/json-schema-for-humans/Manifest | 1 +
.../json-schema-for-humans-1.3.2.ebuild | 57 ++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/dev-python/json-schema-for-humans/Manifest b/dev-python/json-schema-for-humans/Manifest
index 7371bf6e5..b4e2cc754 100644
--- a/dev-python/json-schema-for-humans/Manifest
+++ b/dev-python/json-schema-for-humans/Manifest
@@ -1 +1,2 @@
DIST json-schema-for-humans-1.0.4.gh.tar.gz 872932 BLAKE2B 96f3d98f29868d13d4d9e219cba2ae62db1bb4f7e80b722f008d85e99fd6825997c83d6a9a0dd54f152892b350e1f95bb50bb83c5b3a1498565a4f4ff993ac37 SHA512 dee71568846fd29f332833834429d394625ca33d4e12069104e3bf9b26f1dcfaf50c4b1473284fc772606f09bca2861ff3046374f141aaf0c031f9bed6e9262d
+DIST json-schema-for-humans-1.3.2.gh.tar.gz 864646 BLAKE2B 4262c47e5f372d72313c455bd672918f991e804f8146f44dd6d02eff2c7108bf52c4be2e63ba25a5410ec03e9e62b49fdf537e150e5eeddd7d58e5116ddbc794 SHA512 29652fbf203f0c0b155ef7b4119f1c51ecd239d11ebeff485f6d95379b239d818fa6267b121020f4edf6391b4d3c8bff06cc735ff26d5f9f68c2291c6284727d
diff --git a/dev-python/json-schema-for-humans/json-schema-for-humans-1.3.2.ebuild b/dev-python/json-schema-for-humans/json-schema-for-humans-1.3.2.ebuild
new file mode 100644
index 000000000..fcde38135
--- /dev/null
+++ b/dev-python/json-schema-for-humans/json-schema-for-humans-1.3.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Quickly generate HTML documentation from a JSON schema "
+HOMEPAGE="
+ https://github.com/coveooss/json-schema-for-humans/
+ https://pypi.org/project/json-schema-for-humans/
+"
+SRC_URI="https://github.com/coveooss/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ app-text/htmlmin[${PYTHON_USEDEP}]
+ dev-python/click[${PYTHON_USEDEP}]
+ dev-python/dataclasses-json[${PYTHON_USEDEP}]
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/markdown2[${PYTHON_USEDEP}]
+ dev-python/markupsafe[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+ ${DISTUTILS_DEPS}
+ ${PYTHON_DEPS}
+ test? ( dev-python/beautifulsoup4[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+
+python_test(){
+ local EPYTEST_DESELECT=(
+ # tests with network
+ 'tests/generate_test.py::test_references_url'
+ 'tests/test_md_generate.py::TestMdGenerate::test_basic[True-True-references_url'
+ 'tests/test_md_generate.py::TestMdGenerate::test_basic[True-False-references_url'
+ 'tests/test_md_generate.py::TestMdGenerate::test_basic[False-True-references_url'
+ 'tests/test_md_generate.py::TestMdGenerate::test_basic[False-False-references_url'
+ )
+ epytest
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/json-schema-for-humans/
@ 2024-12-26 15:36 Julien Roy
0 siblings, 0 replies; 6+ messages in thread
From: Julien Roy @ 2024-12-26 15:36 UTC (permalink / raw
To: gentoo-commits
commit: f5f5230857911f97b0e3a4437afb482cc6f7aa88
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Wed Dec 25 09:35:14 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Dec 25 09:35:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5f52308
dev-python/json-schema-for-humans: update upstream metadata
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
dev-python/json-schema-for-humans/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/json-schema-for-humans/metadata.xml b/dev-python/json-schema-for-humans/metadata.xml
index 6df693dac..6895aba32 100644
--- a/dev-python/json-schema-for-humans/metadata.xml
+++ b/dev-python/json-schema-for-humans/metadata.xml
@@ -6,7 +6,7 @@
<name>Nicolas PARLANT</name>
</maintainer>
<upstream>
- <remote-id type="github">coveoss/json-schema-for-humans</remote-id>
+ <remote-id type="github">coveooss/json-schema-for-humans</remote-id>
<remote-id type="pypi">json-schema-for-humans</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/json-schema-for-humans/
@ 2025-06-04 18:12 Eli Schwartz
0 siblings, 0 replies; 6+ messages in thread
From: Eli Schwartz @ 2025-06-04 18:12 UTC (permalink / raw
To: gentoo-commits
commit: 466595b7514a32d0f9e7d711264c7ab84b62cdae
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Mon Jun 2 14:06:35 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Jun 4 05:39:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=466595b7
dev-python/json-schema-for-humans: add 1.4.1
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
dev-python/json-schema-for-humans/Manifest | 1 +
.../json-schema-for-humans-1.4.1.ebuild | 58 ++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/dev-python/json-schema-for-humans/Manifest b/dev-python/json-schema-for-humans/Manifest
index 774b4a406f..552963cd75 100644
--- a/dev-python/json-schema-for-humans/Manifest
+++ b/dev-python/json-schema-for-humans/Manifest
@@ -1 +1,2 @@
DIST json-schema-for-humans-1.3.4.gh.tar.gz 864919 BLAKE2B 5e70e1bcf08bc449d7a4948b9828eb825c2ab126dc6fe4c71c5b70f18f3961e55a45b9346d4d10169d42ef6dde728b042ca04669101482c9dc619a183ff6ed3c SHA512 fe9b0fb7ae9d9659d6d717ad5e21cd5605133a8fad3ec9448512b77156f9a4624c580eaa50469364fd2eb15f2b4d0a950d66f006641bbdfec21c3658554aaa75
+DIST json-schema-for-humans-1.4.1.gh.tar.gz 865045 BLAKE2B e40329657743ec38b0a9eabc97f90b81774208f1c975aeed9cc07c43e7e3ce70843a2e36e0dff19c39987f3bb7535f7f881fac6b3053479e1c0a7d16ae260eb2 SHA512 313f329e8451eb66170083beef1207112b984b233a3c83d46a9a15ad2251ceae91cbe0b69534d063e82d63dd1851ec9417e78706f1138bbb14a4ee1e7bee781d
diff --git a/dev-python/json-schema-for-humans/json-schema-for-humans-1.4.1.ebuild b/dev-python/json-schema-for-humans/json-schema-for-humans-1.4.1.ebuild
new file mode 100644
index 0000000000..c57f30ca9d
--- /dev/null
+++ b/dev-python/json-schema-for-humans/json-schema-for-humans-1.4.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Quickly generate HTML documentation from a JSON schema "
+HOMEPAGE="
+ https://github.com/coveooss/json-schema-for-humans/
+ https://pypi.org/project/json-schema-for-humans/
+"
+SRC_URI="https://github.com/coveooss/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ dev-python/click[${PYTHON_USEDEP}]
+ dev-python/dataclasses-json[${PYTHON_USEDEP}]
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/markdown2[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+ ${DISTUTILS_DEPS}
+ ${PYTHON_DEPS}
+ test? ( dev-python/beautifulsoup4[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+
+python_test(){
+ local EPYTEST_DESELECT=(
+ # tests with network
+ 'tests/generate_test.py::test_references_url'
+ 'tests/test_md_generate.py::TestMdGenerate::test_basic[True-True-references_url'
+ 'tests/test_md_generate.py::TestMdGenerate::test_basic[True-False-references_url'
+ 'tests/test_md_generate.py::TestMdGenerate::test_basic[False-True-references_url'
+ 'tests/test_md_generate.py::TestMdGenerate::test_basic[False-False-references_url'
+ # tests with error when passed
+ 'tests/cli_test.py::test_config_parameters_with_nonexistent_output_path'
+ 'tests/cli_test.py::test_nonexistent_output_path'
+ )
+ epytest
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/json-schema-for-humans/
@ 2025-06-05 4:39 Lucio Sauer
0 siblings, 0 replies; 6+ messages in thread
From: Lucio Sauer @ 2025-06-05 4:39 UTC (permalink / raw
To: gentoo-commits
commit: 0915e3ec06209ac69809a7cdcc09c013c506c239
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Wed Jun 4 18:12:08 2025 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Jun 4 18:14:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0915e3ec
dev-python/json-schema-for-humans: rm superfluous vars with distutils-r1
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
.../json-schema-for-humans/json-schema-for-humans-1.4.1.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/json-schema-for-humans/json-schema-for-humans-1.4.1.ebuild b/dev-python/json-schema-for-humans/json-schema-for-humans-1.4.1.ebuild
index c57f30ca9d..a548223efc 100644
--- a/dev-python/json-schema-for-humans/json-schema-for-humans-1.4.1.ebuild
+++ b/dev-python/json-schema-for-humans/json-schema-for-humans-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,7 +21,6 @@ KEYWORDS="~amd64"
RESTRICT="!test? ( test )"
RDEPEND="
- ${PYTHON_DEPS}
dev-python/click[${PYTHON_USEDEP}]
dev-python/dataclasses-json[${PYTHON_USEDEP}]
dev-python/jinja2[${PYTHON_USEDEP}]
@@ -35,8 +34,6 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
- ${DISTUTILS_DEPS}
- ${PYTHON_DEPS}
test? ( dev-python/beautifulsoup4[${PYTHON_USEDEP}] )
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-06-05 4:40 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-26 15:36 [gentoo-commits] repo/proj/guru:master commit in: dev-python/json-schema-for-humans/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2025-06-05 4:39 Lucio Sauer
2025-06-04 18:12 Eli Schwartz
2024-11-30 9:16 Haelwenn Monnier
2024-11-28 22:22 Julien Roy
2024-11-28 22:22 Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox