Dirk Mueller
4d8ce4684a
OBS-URL: https://build.opensuse.org/request/show/416584 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tempora?expand=0&rev=1
57 lines
1.7 KiB
RPMSpec
57 lines
1.7 KiB
RPMSpec
#
|
|
# spec file for package python-tempora
|
|
#
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# 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/
|
|
#
|
|
|
|
|
|
Name: python-tempora
|
|
Version: 1.4
|
|
Release: 0
|
|
Summary: Objects and routines pertaining to date and time (tempora)
|
|
License: MIT
|
|
Group: Development/Languages/Python
|
|
Url: https://github.com/jaraco/tempora
|
|
Source: https://files.pythonhosted.org/packages/source/t/tempora/tempora-%{version}.tar.gz
|
|
BuildRequires: dos2unix
|
|
BuildRequires: fdupes
|
|
BuildRequires: python-devel
|
|
BuildRequires: python-pytest-runner
|
|
BuildRequires: python-setuptools
|
|
BuildRequires: python-setuptools_scm
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Objects and routines pertaining to date and time (tempora)
|
|
|
|
%prep
|
|
%setup -q -n tempora-%{version}
|
|
|
|
%build
|
|
python2 setup.py build
|
|
dos2unix README.rst
|
|
|
|
%install
|
|
python2 setup.py install --prefix=%{_prefix} --optimize=2 --root=%{buildroot}
|
|
%fdupes %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc CHANGES.rst README.rst docs/*rst
|
|
%{_bindir}/calc-prorate
|
|
%{python_sitelib}/*
|
|
|
|
%changelog
|