2018-09-04 06:19:36 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-python-openid-cla
|
|
|
|
#
|
2025-06-10 13:15:55 +00:00
|
|
|
# Copyright (c) 2025 SUSE LLC
|
2018-09-04 06:19:36 +00:00
|
|
|
# Copyright (c) 2018 Neal Gompa <ngompa13@gmail.com>.
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2025-06-10 13:15:55 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2018-09-04 06:19:36 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-python-openid-cla
|
|
|
|
Version: 1.2
|
|
|
|
Release: 0
|
|
|
|
Summary: CLA extension for python-openid
|
|
|
|
License: BSD-3-Clause
|
2025-06-10 13:15:55 +00:00
|
|
|
Group: Development/Libraries/Python
|
2018-09-04 06:19:36 +00:00
|
|
|
URL: https://github.com/puiterwijk/python-openid-cla
|
|
|
|
Source: https://github.com/puiterwijk/python-openid-cla/archive/v%{version}/python-openid-cla-%{version}.tar.gz
|
2025-06-10 13:15:55 +00:00
|
|
|
BuildRequires: %{python_module pip}
|
2018-09-04 06:19:36 +00:00
|
|
|
BuildRequires: %{python_module setuptools}
|
2025-06-10 13:15:55 +00:00
|
|
|
BuildRequires: %{python_module wheel}
|
2018-09-04 06:19:36 +00:00
|
|
|
BuildRequires: python-rpm-macros
|
2025-06-10 13:15:55 +00:00
|
|
|
BuildArch: noarch
|
2025-06-10 13:19:38 +00:00
|
|
|
Requires: python-python3-openid
|
2018-09-04 06:19:36 +00:00
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
%description
|
|
|
|
CLA extension implementation for python-openid.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n python-openid-cla-%{version}
|
|
|
|
|
|
|
|
%build
|
2025-06-10 13:15:55 +00:00
|
|
|
%pyproject_wheel
|
2018-09-04 06:19:36 +00:00
|
|
|
|
|
|
|
%install
|
2025-06-10 13:15:55 +00:00
|
|
|
%pyproject_install
|
2018-09-04 06:19:36 +00:00
|
|
|
|
|
|
|
%files %{python_files}
|
|
|
|
%license COPYING
|
2025-06-10 13:15:55 +00:00
|
|
|
%{python_sitelib}/openid_cla
|
|
|
|
%{python_sitelib}/python[-_]openid[-_]cla-%{version}*-info
|
2018-09-04 06:19:36 +00:00
|
|
|
|
|
|
|
%changelog
|