Name: python-jmespath Version: 0.9.5 Release: 1mamba 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: libpython-devel ## AUTOBUILDREQ-END Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. %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 %files -f %{name}.filelist %defattr(-,root,root) %changelog * 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