forked from pool/python-python-openid-cla
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-openid-cla?expand=0&rev=5
56 lines
1.7 KiB
RPMSpec
56 lines
1.7 KiB
RPMSpec
#
|
|
# spec file for package python-python-openid-cla
|
|
#
|
|
# Copyright (c) 2025 SUSE LLC
|
|
# 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.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: python-python-openid-cla
|
|
Version: 1.2
|
|
Release: 0
|
|
Summary: CLA extension for python-openid
|
|
License: BSD-3-Clause
|
|
Group: Development/Libraries/Python
|
|
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
|
|
BuildRequires: %{python_module pip}
|
|
BuildRequires: %{python_module setuptools}
|
|
BuildRequires: %{python_module wheel}
|
|
BuildRequires: python-rpm-macros
|
|
BuildArch: noarch
|
|
%if "%{python_flavor}" == "python3"
|
|
Requires: python3-python3-openid
|
|
%endif
|
|
%python_subpackages
|
|
|
|
%description
|
|
CLA extension implementation for python-openid.
|
|
|
|
%prep
|
|
%setup -q -n python-openid-cla-%{version}
|
|
|
|
%build
|
|
%pyproject_wheel
|
|
|
|
%install
|
|
%pyproject_install
|
|
|
|
%files %{python_files}
|
|
%license COPYING
|
|
%{python_sitelib}/openid_cla
|
|
%{python_sitelib}/python[-_]openid[-_]cla-%{version}*-info
|
|
|
|
%changelog
|