Files
python-anthropic/python-anthropic.spec

125 lines
4.5 KiB
RPMSpec

%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-anthropic
Version: 0.105.2
Release: 1mamba
Summary: The official Python library for the anthropic API
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan@openmamba.org>
URL: https://github.com/anthropics/anthropic-sdk-python
Source: https://pypi.debian.net/anthropic/anthropic-%{version}.tar.gz
License: MIT
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: (python3.11dist(anyio) < 5~~ with python3.11dist(anyio) >= 3.5)
BuildRequires: (python3.11dist(distro) < 2~~ with python3.11dist(distro) >= 1.7)
BuildRequires: (python3.11dist(docstring-parser) < 1~~ with python3.11dist(docstring-parser) >= 0.15)
BuildRequires: (python3.11dist(httpx) < 1~~ with python3.11dist(httpx) >= 0.25)
BuildRequires: (python3.11dist(jiter) < 1~~ with python3.11dist(jiter) >= 0.4)
BuildRequires: (python3.11dist(pydantic) < 3~~ with python3.11dist(pydantic) >= 1.9)
BuildRequires: (python3.11dist(typing-extensions) < 5~~ with python3.11dist(typing-extensions) >= 4.14)
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(sniffio)
## AUTOBUILDREQ-END
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n anthropic-%{version}
sed -i "s|hatchling==|hatchling>=|" pyproject.toml
%build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
#%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}/%{pkgname}
%{python_sitelib}/%{pkgname}/*
%doc LICENSE
%changelog
* Fri May 29 2026 Automatic Build System <autodist@openmamba.org> 0.105.2-1mamba
- automatic version update by autodist
* Thu May 28 2026 Automatic Build System <autodist@openmamba.org> 0.105.0-1mamba
- automatic version update by autodist
* Fri May 22 2026 Automatic Build System <autodist@openmamba.org> 0.104.1-1mamba
- automatic version update by autodist
* Fri May 22 2026 Automatic Build System <autodist@openmamba.org> 0.104.0-1mamba
- automatic version update by autodist
* Wed May 20 2026 Automatic Build System <autodist@openmamba.org> 0.103.1-1mamba
- automatic version update by autodist
* Tue May 19 2026 Automatic Build System <autodist@openmamba.org> 0.103.0-1mamba
- automatic version update by autodist
* Thu May 14 2026 Automatic Build System <autodist@openmamba.org> 0.102.0-1mamba
- automatic version update by autodist
* Mon May 11 2026 Automatic Build System <autodist@openmamba.org> 0.101.0-1mamba
- automatic version update by autodist
* Wed May 06 2026 Automatic Build System <autodist@openmamba.org> 0.100.0-1mamba
- automatic version update by autodist
* Tue May 05 2026 Automatic Build System <autodist@openmamba.org> 0.99.0-1mamba
- automatic version update by autodist
* Tue May 05 2026 Automatic Build System <autodist@openmamba.org> 0.98.1-1mamba
- automatic version update by autodist
* Mon May 04 2026 Automatic Build System <autodist@openmamba.org> 0.98.0-1mamba
- automatic version update by autodist
* Fri Apr 24 2026 Automatic Build System <autodist@openmamba.org> 0.97.0-1mamba
- automatic version update by autodist
* Thu Apr 16 2026 Automatic Build System <autodist@openmamba.org> 0.96.0-1mamba
- automatic version update by autodist
* Wed Apr 15 2026 Automatic Build System <autodist@openmamba.org> 0.95.0-1mamba
- automatic version update by autodist
* Mon Apr 13 2026 Automatic Build System <autodist@openmamba.org> 0.94.1-1mamba
- automatic version update by autodist
* Sat Apr 11 2026 Automatic Build System <autodist@openmamba.org> 0.94.0-1mamba
- automatic version update by autodist
* Thu Apr 09 2026 Automatic Build System <autodist@openmamba.org> 0.93.0-1mamba
- automatic version update by autodist
* Wed Apr 08 2026 Automatic Build System <autodist@openmamba.org> 0.92.0-1mamba
- automatic version update by autodist
* Wed Apr 08 2026 Automatic Build System <autodist@openmamba.org> 0.91.0-1mamba
- automatic version update by autodist
* Tue Apr 07 2026 Automatic Build System <autodist@openmamba.org> 0.90.0-1mamba
- automatic version update by autodist
* Sun Apr 05 2026 Silvan Calarco <silvan@openmamba.org> 0.89.0-1mamba
- package created using the webbuild interface