python-pyjwt/python-pyjwt.spec

56 lines
1.5 KiB
RPMSpec
Raw Normal View History

%define pkgname %(echo %name | cut -d- -f2-)
Name: python-pyjwt
Version: 2.4.0
Release: 1mamba
Summary: JSON Web Token implementation in Python
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/jpadilla/pyjwt
Source: https://pypi.debian.net/PyJWT/PyJWT-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
## AUTOBUILDREQ-END
%description
%{summary}.
%if 0%{?with_pyver}
%define py_requires_append \
Provides: python-jwt%{?pyappend:-%pyappend} \
Obsoletes: python-jwt%{?pyappend:-%pyappend} < 2.3.0
%pyver_package
%endif
%prep
%setup -q -n PyJWT-%{version}
%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 %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/PyJWT-%{version}-py*.egg-info
%{python_sitearch}/PyJWT-%{version}-py*.egg-info/*
%doc LICENSE
%changelog
* Fri May 13 2022 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
- automatic version update by autodist
* Mon Nov 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0-1mamba
- package created using the webbuild interface