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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1449221 - (hide annotations) (download)
Fri Oct 4 06:15:58 2019 UTC (4 years, 5 months ago) by guillomovitch
File size: 1400 byte(s)
- rebuild for python 3.8
- drop python 2 support

1 mitya 1104019 %global upstream_name pythondialog
2    
3     Name: python-dialog
4     Version: 3.4.0
5 guillomovitch 1449221 Release: %mkrel 5
6 mitya 1104019 Summary: Python interface to the Unix dialog utility
7 mitya 1104021 Group: Development/Python
8 mitya 1104019 License: LGPLv2+
9 guillomovitch 1449221 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 mitya 1104019 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 mitya 1104021 Group: Development/Python
26 mitya 1104019 %{?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