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,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@@ -13,30 +13,31 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-PyMsgBox
|
||||
Version: 1.0.6
|
||||
Release: 0
|
||||
Summary: A Python module for JavaScript-like message boxes
|
||||
License: BSD-3-Clause
|
||||
Summary: A simple python module for JavaScript-like message boxes
|
||||
Url: https://github.com/asweigart/PyMsgBox
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/asweigart/PyMsgBox
|
||||
Source: https://files.pythonhosted.org/packages/source/P/PyMsgBox/PyMsgBox-%{version}.zip
|
||||
Source99: https://raw.githubusercontent.com/asweigart/PyMsgBox/master/LICENSE.txt
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: unzip
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
A simple, cross-platform, pure Python module for JavaScript-like message boxes.
|
||||
A pure Python module for JavaScript-like message boxes.
|
||||
|
||||
%prep
|
||||
%setup -q -n PyMsgBox-%{version}
|
||||
|
Reference in New Issue
Block a user