forked from pool/python-PyMsgBox
Accepting request 583152 from home:jengelh:branches:devel:languages:python
- Trim description to relevant parts. OBS-URL: https://build.opensuse.org/request/show/583152 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMsgBox?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
5ccf16de3d
commit
a816a6c3cb
@@ -1,4 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 5 22:30:08 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Trim description to relevant parts.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 5 17:51:08 UTC 2018 - alarrosa@suse.com
|
Mon Mar 5 17:51:08 UTC 2018 - alarrosa@suse.com
|
||||||
|
|
||||||
- Initial release of python-PyMsgBox 1.0.6
|
- Initial release of python-PyMsgBox 1.0.6
|
||||||
|
@@ -13,30 +13,31 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-PyMsgBox
|
Name: python-PyMsgBox
|
||||||
Version: 1.0.6
|
Version: 1.0.6
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Summary: A Python module for JavaScript-like message boxes
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Summary: A simple python module for JavaScript-like message boxes
|
|
||||||
Url: https://github.com/asweigart/PyMsgBox
|
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: https://github.com/asweigart/PyMsgBox
|
||||||
Source: https://files.pythonhosted.org/packages/source/P/PyMsgBox/PyMsgBox-%{version}.zip
|
Source: https://files.pythonhosted.org/packages/source/P/PyMsgBox/PyMsgBox-%{version}.zip
|
||||||
Source99: https://raw.githubusercontent.com/asweigart/PyMsgBox/master/LICENSE.txt
|
Source99: https://raw.githubusercontent.com/asweigart/PyMsgBox/master/LICENSE.txt
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: unzip
|
|
||||||
BuildRequires: fdupes
|
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
|
BuildRequires: unzip
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A simple, cross-platform, pure Python module for JavaScript-like message boxes.
|
A pure Python module for JavaScript-like message boxes.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n PyMsgBox-%{version}
|
%setup -q -n PyMsgBox-%{version}
|
||||||
|
Reference in New Issue
Block a user