Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37565820
en ru br
ALT Linux repos
S:2.8.0-alt1

Group :: Development/Python3
RPM: python3-module-jwt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname jwt

Name: python3-module-%oname
Version: 2.6.0
Release: alt1
Summary: JSON Web Token implementation in Python
License: MIT
Group: Development/Python3
Url: https://pypi.python.org/pypi/PyJWT/

# https://github.com/progrium/pyjwt.gi

Source0: https://files.pythonhosted.org/packages/75/65/db64904a7f23e12dbf0565b53de01db04d848a497c6c9b87e102f74c9304/PyJWT-2.6.0.tar.gz
BuildArch: noarch

BuildRequires(pre): rpm-build-python3

Conflicts: python-module-%oname
Obsoletes: python-module-%oname

%description
A Python implementation of JSON Web Token draft 01.

%prep
%setup -n PyJWT-%{version}

%build
export LC_ALL=en_US.UTF-8
%python3_build

%install
export LC_ALL=en_US.UTF-8
%python3_install

%files
%doc AUTHORS* *.md
%python3_sitelibdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin