Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37600795
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-pysaml2

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define pypi_name pysaml2

%def_without check

Name:    python3-module-%pypi_name
Version: 7.4.2
Release: alt1

Summary: Python implementation of SAML2
License: Apache-2.0
Group:   Development/Python3
URL:     https://github.com/IdentityPython/pysaml2

Packager: Grigory Ustinov <grenka at altlinux.org>

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-wheel
BuildRequires: python3-module-poetry

%if_with check
BuildRequires: python3-module-defusedxml
BuildRequires: python3-module-dateutil
BuildRequires: python3-module-pytz
BuildRequires: python3-module-OpenSSL
BuildRequires: python3-module-xmlschema
%endif

%add_python3_req_skip ConfigParser cookielib repoze.who.plugins.form urlparse

BuildArch: noarch

Source: %name-%version.tar

%description
PySAML2 is a pure python implementation of SAML Version 2 Standard.
It contains all necessary pieces for building a SAML2 service provider
or an identity provider. The distribution contains examples of both.
Originally written to work in a WSGI environment there are extensions
that allow you to use it with other frameworks.

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%check
%tox_check_pyproject

%files
%doc *.md
%_bindir/make_metadata
%_bindir/mdexport
%_bindir/merge_metadata
%_bindir/parse_xsd2
%python3_sitelibdir/saml2
%python3_sitelibdir/saml2test
%python3_sitelibdir/utility
%python3_sitelibdir/%{pyproject_distinfo %pypi_name}

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin