2024-01-05 16:27:00 +01:00
|
|
|
%define pkgname pylint_venv
|
2024-01-05 16:26:59 +01:00
|
|
|
Name: python-pylint-venv
|
2024-01-05 16:27:01 +01:00
|
|
|
Version: 3.0.3
|
|
|
|
Release: 1mamba
|
2024-01-05 16:26:59 +01:00
|
|
|
Summary: A Pylint init-hook to use the same Pylint installation with different virtual environments
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/jgosmann/pylint-venv/
|
2024-01-05 16:27:00 +01:00
|
|
|
Source: http://pypi.debian.net/pylint-venv/pylint_venv-%{version}.tar.gz
|
2024-01-05 16:26:59 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 16:27:01 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-01-05 16:26:59 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 16:27:01 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-05 16:27:00 +01:00
|
|
|
BuildRequires: python-poetry-core-py310
|
2024-01-05 16:26:59 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
2024-01-05 16:27:00 +01:00
|
|
|
%setup -q -n pylint_venv-%{version}
|
2024-01-05 16:26:59 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
|
|
|
|
|
|
|
mkdir %{buildroot}%{python_sitelib}/pylint_venv
|
2024-01-05 16:27:00 +01:00
|
|
|
#mv %{buildroot}%{python_sitelib}/README.rst %{buildroot}%{python_sitelib}/pylint_venv/
|
2024-01-05 16:26:59 +01:00
|
|
|
mv %{buildroot}%{python_sitelib}/pylint_venv.py %{buildroot}%{python_sitelib}/pylint_venv/
|
|
|
|
mv %{buildroot}%{python_sitelib}/__pycache__ %{buildroot}%{python_sitelib}/pylint_venv/
|
|
|
|
|
|
|
|
#%if "%{?with_pyver}" != "3"
|
|
|
|
## Rename any conflicting file outside of python site packages tree
|
|
|
|
#for f in %{_bindir}/pdm; do
|
|
|
|
# mv %{buildroot}${f}{,-%{?pyappend}}
|
|
|
|
#done
|
|
|
|
#%endif
|
|
|
|
|
|
|
|
%files %{?pyappend}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
|
|
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
|
|
|
%dir %{python_sitelib}/pylint_venv
|
|
|
|
%{python_sitelib}/pylint_venv/*
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:27:01 +01:00
|
|
|
* Wed Oct 25 2023 Automatic Build System <autodist@mambasoft.it> 3.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:27:01 +01:00
|
|
|
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 3.0.2-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-05 16:27:00 +01:00
|
|
|
* Sat Sep 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.2-1mamba
|
|
|
|
- update to 3.0.2
|
|
|
|
|
2024-01-05 16:27:00 +01:00
|
|
|
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 2.3.0-2mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
2024-01-05 16:26:59 +01:00
|
|
|
* Mon Nov 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0-1mamba
|
|
|
|
- package created using the webbuild interface
|