Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
python-tz
python3-tz.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python3-tz.spec of Package python-tz
# # spec file for package python3-tz # # Copyright (c) 2012 SUSE LINUX Products 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 pyname tz Name: python3-%{pyname} %define modname py%{pyname} Version: 2012c Release: 0 Summary: Olson timezone database for python License: MIT Group: Development/Libraries/Python Url: http://pytz.sourceforge.net/ Source0: http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3 BuildRequires: python3-2to3 BuildRequires: python3-devel %if 0%{?suse_version} BuildRequires: fdupes %endif %if 0%{?suse_version} <= 1140 %{!?python3_sitelib: %global python3_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?py3_ver: %global py3_ver %(python3 -c "import sys; version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); print(version)" 2>/dev/null || echo PYTHON-NOT-FOUND)} %endif BuildArch: noarch Requires: python3 >= %{py3_ver} %description pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo). %prep %setup -n %{modname}-%{version} %build python3 setup.py build %install python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} # fix executability rpmlint warning chmod +x %{buildroot}%{python3_sitelib}/%{modname}/tzfile.py %if 0%{?suse_version} %fdupes %{buildroot} %endif %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc CHANGES.txt LICENSE.txt README.txt %{python3_sitelib}/%{modname}/ %{python3_sitelib}/%{modname}-%{version}-py%{py3_ver}.egg-info %if 0%{?suse_version} <= 1140 %dir %{_prefix}/lib/python%{py3_ver} %dir %{python3_sitelib} %endif %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