]> git.pld-linux.org Git - SPECS.git/blob - python-click-repl.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / python-click-repl.spec
1 Summary:        REPL plugin for Click
2 Summary(pl.UTF-8):      Wtyczka REPL dla Clicka
3 Name:           python-click-repl
4 # keep 0.2.x here for python2 compatibility
5 Version:        0.2.0
6 Release:        1
7 License:        MIT
8 Group:          Libraries/Python
9 #Source0Download: https://pypi.org/simple/click-repl/
10 Source0:        https://files.pythonhosted.org/packages/source/c/click-repl/click-repl-%{version}.tar.gz
11 # Source0-md5:  97a5d1dc17b0e4eb09d836872ceb78c8
12 URL:            https://pypi.org/project/click-repl/
13 BuildRequires:  python-modules >= 1:2.7
14 BuildRequires:  python-setuptools
15 BuildRequires:  rpm-pythonprov
16 BuildRequires:  rpmbuild(macros) >= 1.714
17 Requires:       python-modules >= 1:2.7
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 REPL plugin for Click.
23
24 %description -l pl.UTF-8
25 Wtyczka REPL dla Clicka.
26
27 %prep
28 %setup -q -n click-repl-%{version}
29
30 %build
31 %py_build
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %py_install
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc LICENSE README.rst
44 %{py_sitescriptdir}/click_repl
45 %{py_sitescriptdir}/click_repl-%{version}-py*.egg-info
This page took 0.163766 seconds and 3 git commands to generate.