forked from pool/python-python-crontab
- Format with spec-cleaner
- Initial spec for v1.7.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-crontab?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
2bea0913a4
commit
3afde76d2b
@@ -12,36 +12,36 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# 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-%{**}}
|
||||
Name: python-python-crontab
|
||||
Version: 2.3.8
|
||||
Release: 0
|
||||
License: LGPL-3.0
|
||||
Summary: Python Crontab API
|
||||
Url: https://gitlab.com/doctormo/python-crontab/
|
||||
License: LGPL-3.0-only
|
||||
Group: Development/Languages/Python
|
||||
URL: https://gitlab.com/doctormo/python-crontab/
|
||||
Source: https://gitlab.com/doctormo/python-crontab/-/archive/v2.3.8/python-crontab-v%{version}.tar.gz#/python-crontab-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module setuptools}
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module python-dateutil}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module cron-descriptor}
|
||||
BuildRequires: %{python_module croniter}
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python3-testsuite
|
||||
BuildRequires: cronie
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-python-dateutil
|
||||
Recommends: cronie
|
||||
Recommends: python-cron-descriptor
|
||||
Recommends: python-croniter
|
||||
BuildArch: noarch
|
||||
Recommends: cronie
|
||||
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module cron-descriptor}
|
||||
BuildRequires: %{python_module croniter}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-dateutil}
|
||||
BuildRequires: cronie
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python3-testsuite
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user