Name: python-jmespath Version: 1.0.1 Release: 3mamba Summary: JMESPath allows you to declaratively specify how to extract elements from a JSON document Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/jmespath/jmespath.py Source: https://pypi.debian.net/jmespath/jmespath-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel ## AUTOBUILDREQ-END BuildRequires: libpython3-devel >= 3.11.5 %description %{summary}. %if 0%{?with_pyver} %pyver_package %endif %prep %setup -q -n jmespath-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python} setup.py install \ -O1 --skip-build \ --root="%{buildroot}" \ --install-headers=%{_includedir}/python \ --install-lib=%{python_sitearch} \ --record=%{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %if "%{?with_pyver}" != "3" # Rename any conflicting file outside of python site packages tree for f in %{_bindir}/jp.py; do mv %{buildroot}${f}{,-%{?pyappend}} done sed -i "\,%{_bindir},d" %{name}.filelist %endif %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %{_bindir}/jp.py* %dir %{python_sitearch}/jmespath-%{version}-py*.egg-info %{python_sitearch}/jmespath-%{version}-py*.egg-info/* %changelog * Mon Sep 25 2023 Automatic Build System 1.0.1-3mamba - rebuilt with python3 = 3.11.5 * Tue Apr 11 2023 Sdk Build System 1.0.1-2mamba - rebuilt with python 3.10 * Sat Jun 18 2022 Automatic Build System 1.0.1-1mamba - automatic version update by autodist * Wed Mar 16 2022 Automatic Build System 1.0.0-1mamba - automatic version update by autodist * Mon Aug 30 2021 Silvan Calarco 0.10.0-3mamba - rebuilt with distdeps * Sun Aug 23 2020 Silvan Calarco 0.10.0-2mamba - rebuilt with py3* packages * Wed May 20 2020 Automatic Build System 0.10.0-1mamba - automatic version update by autodist * Tue Feb 25 2020 Automatic Build System 0.9.5-1mamba - automatic version update by autodist * Sat Mar 02 2019 Automatic Build System 0.9.4-1mamba - automatic version update by autodist * Tue Aug 08 2017 Automatic Build System 0.9.3-1mamba - automatic version update by autodist * Sun Mar 26 2017 Automatic Build System 0.9.2-1mamba - automatic version update by autodist * Mon Feb 06 2017 Automatic Build System 0.9.1-1mamba - automatic version update by autodist * Mon Dec 21 2015 Silvan Calarco 0.9.0-1mamba - package created using the webbuild interface