Files
python-jedi/python-jedi.spec

80 lines
2.7 KiB
RPMSpec

Name: python-jedi
Version: 0.19.2
Release: 2mamba
Summary: An autocompletion tool for Python that can be used for text editors
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/davidhalter/jedi
Source: https://pypi.debian.net/jedi/jedi-%{version}.tar.gz
License: MIT
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: (python3.14dist(parso) < 0.9~~ with python3.14dist(parso) >= 0.8.4)
BuildRequires: libpython314-devel
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.14.6-2mamba
Obsoletes: python-jedi-py3 < %{?epoch:%{epoch}:}%{version}-%{release}
Provides: python-jedi-py3 = %{?epoch:%{epoch}:}%{version}-%{release}
%description
%{summary}.
%prep
%setup -q -n jedi-%{version}
#sed -i "s|parso.*|parso>=0.7.0|" requirements.txt jedi.egg-info/requires.txt
%build
CFLAGS="%{optflags}" %{__python} setup.py build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} setup.py install \
-O1 --skip-build \
--root="%{buildroot}" \
--install-headers=%{python_inc} \
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/jedi-%{version}-py*.egg-info
%{python_sitearch}/jedi-%{version}-py*.egg-info/*
%changelog
* Fri Jul 10 2026 Automatic Build System <autodist@openmamba.org> 0.19.2-2mamba
- rebuilt with python3 3.14
* Tue Nov 12 2024 Automatic Build System <autodist@openmamba.org> 0.19.2-1mamba
- automatic version update by autodist
* Mon Oct 02 2023 Automatic Build System <autodist@mambasoft.it> 0.19.1-1mamba
- automatic version update by autodist
* Mon Oct 02 2023 Automatic Build System <autodist@mambasoft.it> 0.19.0-1mamba
- automatic version update by autodist
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 0.18.2-3mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Thu Apr 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18.2-2mamba
- rebuilt with python 3.10
* Wed Nov 23 2022 Automatic Build System <autodist@mambasoft.it> 0.18.2-1mamba
- automatic version update by autodist
* Fri Apr 01 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18.1-1mamba
- update to 0.18.1
* Sun Nov 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17.2-2mamba
- remove version requirement for parso<0.8.0
* Sun Apr 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17.2-1mamba
- update to 0.17.2
* Sun Apr 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17.0-1mamba
- package created using the webbuild interface