Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Maintenance:5247
python-dateutil.openSUSE_Leap_42.1_Update
python-dateutil.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-dateutil.spec of Package python-dateutil.openSUSE_Leap_42.1_Update
# # spec file for package python-dateutil # # 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/ # %define modname dateutil Name: python-%{modname} Summary: A Python Datetime Library License: BSD-3-Clause Group: Development/Libraries/Python Version: 2.4.2 Release: 0 Source0: http://pypi.python.org/packages/source/p/python-%{modname}/python-%{modname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: https://dateutil.readthedocs.org/en/latest/ BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: python-six >= 1.9.0 Requires: python-six >= 1.9.0 %if 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %else BuildArch: noarch %py_requires %endif Provides: python-python-dateutil = %{version} %description The python dateutil module provides powerful extensions to the standard datetime module. * Computing of relative deltas (next month, next year, next monday, last week of month, etc.) * Computing of relative deltas between two given dates and/or datetime objects * Computing of dates based on very flexible recurrence rules, using a superset of the iCalendar specification. Parsing of RFC strings is supported as well. * Generic parsing of dates in almost any string format. * Timezone (tzinfo) implementations for tzfile(5) format files (/etc/localtime, /usr/share/zoneinfo, etc.), TZ environment string (in all known formats), iCalendar format files, given ranges (with help from relative deltas), local machine timezone, fixed offset timezone, UTC timezone, and Windows registry-based time zones. * Internal up-to-date world timezone information based on Olson's database. * Computing of Easter Sunday dates for any given year, using Western, Orthodox or Julian algorithms. %prep %setup -q -n python-%{modname}-%{version} #cleanup and MSdos style end of line separators sed -i 's/\r$//' LICENSE NEWS PKG-INFO README.rst %build rm setup.cfg CFLAGS="%{optflags}" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc LICENSE NEWS PKG-INFO README.rst %{python_sitelib}/%{modname}/ %{python_sitelib}/python_%{modname}-%{version}-py%{py_ver}.egg-info/ %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor