/[packages]/cauldron/python-dialog/current/SPECS/python-dialog.spec
ViewVC logotype

Contents of /cauldron/python-dialog/current/SPECS/python-dialog.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1534485 - (show annotations) (download)
Sun Feb 16 14:12:42 2020 UTC (4 years, 1 month ago) by umeabot
File size: 1400 byte(s)
Mageia 8 Mass Rebuild
1 %global upstream_name pythondialog
2
3 Name: python-dialog
4 Version: 3.4.0
5 Release: %mkrel 6
6 Summary: Python interface to the Unix dialog utility
7 Group: Development/Python
8 License: LGPLv2+
9 URL: https://pypi.org/project/pythondialog/
10 Source0: https://files.pythonhosted.org/packages/4f/4f/c9db9c05f082892199b64439cdd42479e6e88cb8748854b2c1391be1914e/pythondialog-%{upstream_name}/%{upstream_name}-%{version}.tar.bz2
11 BuildArch: noarch
12 BuildRequires: python3-devel
13 Requires: dialog
14
15 %{?python_provide:%python_provide python-dialog}
16
17 %description
18 A Python interface to the Unix dialog utility, designed to provide an
19 easy, pythonic and as complete as possible way to use the dialog
20 features from Python code.
21
22 %package -n python3-dialog
23 Requires: dialog
24 Summary: %{summary}
25 Group: Development/Python
26 %{?python_provide:%python_provide python3-dialog}
27
28 %description -n python3-dialog
29 A Python interface to the Unix dialog utility, designed to provide an
30 easy, pythonic and as complete as possible way to use the dialog
31 features from Python code.
32
33 %prep
34 %setup -q -n %{upstream_name}-%{version}
35
36 %build
37 %py3_build
38
39 %install
40 %py3_install
41
42 %files -n python3-dialog
43 %license COPYING
44 %doc README.rst examples/
45 %{python3_sitelib}/dialog.py*
46 %{python3_sitelib}/__pycache__/
47 %{python3_sitelib}/pythondialog-*.egg-info
48

  ViewVC Help
Powered by ViewVC 1.1.30