- Format with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-furl?expand=0&rev=2
This commit is contained in:
parent
3a5f1a5415
commit
44c54b5aba
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 09:54:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Format with spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 2 04:03:55 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Sun Jun 2 04:03:55 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -12,31 +12,30 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# 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 https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-furl
|
Name: python-furl
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Unlicense (FIXME:No SPDX)
|
|
||||||
Summary: URL manipulation made simple
|
Summary: URL manipulation made simple
|
||||||
Url: https://github.com/gruns/furl
|
License: Unlicense
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
URL: https://github.com/gruns/furl
|
||||||
Source: https://files.pythonhosted.org/packages/source/f/furl/furl-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/f/furl/furl-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
# SECTION test requirements
|
|
||||||
BuildRequires: %{python_module orderedmultidict >= 1.0}
|
|
||||||
BuildRequires: %{python_module six >= 1.8.0}
|
|
||||||
BuildRequires: %{python_module flake8}
|
|
||||||
BuildRequires: %{python_module six >= 1.8.0}
|
|
||||||
# /SECTION
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-orderedmultidict >= 1.0
|
Requires: python-orderedmultidict >= 1.0
|
||||||
Requires: python-six >= 1.8.0
|
Requires: python-six >= 1.8.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
# SECTION test requirements
|
||||||
|
BuildRequires: %{python_module flake8}
|
||||||
|
BuildRequires: %{python_module orderedmultidict >= 1.0}
|
||||||
|
BuildRequires: %{python_module six >= 1.8.0}
|
||||||
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -44,6 +43,7 @@ URL manipulation made simple.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n furl-%{version}
|
%setup -q -n furl-%{version}
|
||||||
|
chmod -x README.md
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
@ -51,6 +51,7 @@ URL manipulation made simple.
|
|||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
%python_exec setup.py test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user