forked from pool/python-HyperKitty
This commit is contained in:
@@ -12,7 +12,8 @@
|
|||||||
# 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-%{**}}
|
||||||
@@ -20,35 +21,16 @@
|
|||||||
Name: python-HyperKitty
|
Name: python-HyperKitty
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-3.0
|
|
||||||
Summary: A web interface to access GNU Mailman v3 archives
|
Summary: A web interface to access GNU Mailman v3 archives
|
||||||
Url: https://gitlab.com/mailman/hyperkitty
|
License: GPL-3.0-only
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
URL: https://gitlab.com/mailman/hyperkitty
|
||||||
Source: https://files.pythonhosted.org/packages/source/H/HyperKitty/HyperKitty-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/H/HyperKitty/HyperKitty-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module isort}
|
BuildRequires: %{python_module isort}
|
||||||
# SECTION test requirements
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module Django >= 1.11}
|
|
||||||
BuildRequires: %{python_module django_compressor >= 1.3}
|
|
||||||
BuildRequires: %{python_module django-extensions >= 1.3.7}
|
|
||||||
BuildRequires: %{python_module django-gravatar2 >= 1.0.6}
|
|
||||||
BuildRequires: %{python_module django-haystack >= 2.8.0}
|
|
||||||
BuildRequires: %{python_module django-q >= 1.0.0}
|
|
||||||
BuildRequires: %{python_module django-mailman3 >= 1.2.0}
|
|
||||||
BuildRequires: %{python_module djangorestframework >= 3.0.0}
|
|
||||||
BuildRequires: %{python_module flufl.lock}
|
|
||||||
BuildRequires: %{python_module mailmanclient >= 3.1.1}
|
|
||||||
BuildRequires: %{python_module networkx >= 1.9.1}
|
|
||||||
BuildRequires: %{python_module python-dateutil >= 2.0}
|
|
||||||
BuildRequires: %{python_module pytz >= 2012}
|
|
||||||
BuildRequires: %{python_module robot-detection >= 0.3}
|
|
||||||
BuildRequires: %{python_module beautifulsoup4 >= 4.3.2}
|
|
||||||
BuildRequires: %{python_module mock}
|
|
||||||
BuildRequires: %{python_module Whoosh >= 2.5.7}
|
|
||||||
# /SECTION
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Django >= 1.11
|
Requires: python-Django >= 1.11
|
||||||
Requires: python-django-compressor >= 1.3
|
Requires: python-django-compressor >= 1.3
|
||||||
Requires: python-django-extensions >= 1.3.7
|
Requires: python-django-extensions >= 1.3.7
|
||||||
@@ -64,7 +46,25 @@ Requires: python-python-dateutil >= 2.0
|
|||||||
Requires: python-pytz >= 2012
|
Requires: python-pytz >= 2012
|
||||||
Requires: python-robot-detection >= 0.3
|
Requires: python-robot-detection >= 0.3
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
# SECTION test requirements
|
||||||
|
BuildRequires: %{python_module Django >= 1.11}
|
||||||
|
BuildRequires: %{python_module Whoosh >= 2.5.7}
|
||||||
|
BuildRequires: %{python_module beautifulsoup4 >= 4.3.2}
|
||||||
|
BuildRequires: %{python_module django-extensions >= 1.3.7}
|
||||||
|
BuildRequires: %{python_module django-gravatar2 >= 1.0.6}
|
||||||
|
BuildRequires: %{python_module django-haystack >= 2.8.0}
|
||||||
|
BuildRequires: %{python_module django-mailman3 >= 1.2.0}
|
||||||
|
BuildRequires: %{python_module django-q >= 1.0.0}
|
||||||
|
BuildRequires: %{python_module django_compressor >= 1.3}
|
||||||
|
BuildRequires: %{python_module djangorestframework >= 3.0.0}
|
||||||
|
BuildRequires: %{python_module flufl.lock}
|
||||||
|
BuildRequires: %{python_module mailmanclient >= 3.1.1}
|
||||||
|
BuildRequires: %{python_module mock}
|
||||||
|
BuildRequires: %{python_module networkx >= 1.9.1}
|
||||||
|
BuildRequires: %{python_module python-dateutil >= 2.0}
|
||||||
|
BuildRequires: %{python_module pytz >= 2012}
|
||||||
|
BuildRequires: %{python_module robot-detection >= 0.3}
|
||||||
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user