[packages/python3-jsonschema-path] - new
qboosh
qboosh at pld-linux.org
Sun Dec 14 16:58:51 CET 2025
commit c8d2d42eedab34b0c34384788df7779ef7f11dee
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Dec 14 16:59:02 2025 +0100
- new
python3-jsonschema-path.spec | 55 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
---
diff --git a/python3-jsonschema-path.spec b/python3-jsonschema-path.spec
new file mode 100644
index 0000000..5dc5c8c
--- /dev/null
+++ b/python3-jsonschema-path.spec
@@ -0,0 +1,55 @@
+#
+# Conditional build:
+%bcond_without doc # API documentation
+%bcond_without tests # unit tests
+
+Summary: JSONSchema Spec with object-oriented paths
+Summary(pl.UTF-8): Specyfikacja JSONSchema ze ścieżkami zorientowanymi obiektowo
+Name: python3-jsonschema-path
+Version: 0.3.4
+Release: 1
+License: Apache v2.0
+Group: Libraries/Python
+#Source0Download: https://pypi.org/simple/jsonschema-path/
+Source0: https://files.pythonhosted.org/packages/source/j/jsonschema-path/jsonschema_path-%{version}.tar.gz
+# Source0-md5: e4a1b0d9967124b71c237e868fe819b5
+URL: https://pypi.org/project/jsonschema-path/
+BuildRequires: python3-build
+BuildRequires: python3-installer
+BuildRequires: python3-modules >= 1:3.8
+BuildRequires: python3-poetry-core >= 1.0.0
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 2.044
+Requires: python3-modules >= 1:3.8
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Object-oriented JSONSchema. Key features:
+- Traverse schema like paths
+- Access schema on demand with separate dereferencing accessor layer
+
+%description -l pl.UTF-8
+JSONSchema zorientowany obiektowo. Główne możliwości:
+- przechodzenie schematu jak ścieżek
+- dostęp do schematu na żądanie z osobną warstwą dostępu
+
+%prep
+%setup -q -n jsonschema_path-%{version}
+
+%build
+%py3_build_pyproject
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install_pyproject
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.rst
+%{py3_sitescriptdir}/jsonschema_path
+%{py3_sitescriptdir}/jsonschema_path-%{version}.dist-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-jsonschema-path.git/commitdiff/c8d2d42eedab34b0c34384788df7779ef7f11dee
More information about the pld-cvs-commit
mailing list