summaryrefslogtreecommitdiff
path: root/python-click-plugins.spec
blob: 2e364d5d684142e5f052a19e438c622191fdeca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Name:           python-click-plugins
Version:        1.1.1
Release:        1
Summary:        An extension module for click to enable registering CLI commands via setuptools entry-points.

License:        BSD
URL:            https://github.com/click-contrib/click-plugins
Source0:        https://pypi.python.org/packages/source/c/click-plugins/click-plugins-%{version}.tar.gz

BuildArch:      noarch

%package -n python3-click-plugins

Summary:        %{summary}

BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  python3-pytest

Requires:       python3-click

%description
An extension module for click to enable registering CLI commands via setuptools entry-points.

%description -n python3-click-plugins
%{description}

%prep
%setup -q -n click-plugins-%{version}

%build
%py3_build

%install
%py3_install

%files -n python3-click-plugins
%license LICENSE.txt
%{python3_sitelib}/click_plugins*

%changelog
* Tue Nov 19 2024 Suyun <ziyu.oerv@isrc.iscas.ac.cn> - 1.1.1-1
- Init package at 1.1.1