package created using the webbuild interface [release 2.3.0-1mamba;Mon Nov 22 2021]
This commit is contained in:
parent
faecc59cc6
commit
1125252c22
@ -1,2 +1,4 @@
|
|||||||
# python-pyjwt
|
# python-pyjwt
|
||||||
|
|
||||||
|
JSON Web Token implementation in Python.
|
||||||
|
|
||||||
|
52
python-pyjwt.spec
Normal file
52
python-pyjwt.spec
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
%define pkgname %(echo %name | cut -d- -f2-)
|
||||||
|
Name: python-pyjwt
|
||||||
|
Version: 2.3.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
|
||||||
|
* Mon Nov 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user