[packages/python-pytzdata] new
atler
atler at pld-linux.org
Thu Jun 22 03:35:12 CEST 2023
commit 5263ca20fd12d9a71a61b73a5fe6f5bbd29046c9
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Jun 22 01:44:17 2023 +0200
new
python-pytzdata.spec | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 85 insertions(+)
---
diff --git a/python-pytzdata.spec b/python-pytzdata.spec
new file mode 100644
index 0000000..c7711ce
--- /dev/null
+++ b/python-pytzdata.spec
@@ -0,0 +1,85 @@
+# Conditional build:
+%bcond_without python2 # CPython 2.x module
+%bcond_without python3 # CPython 3.x module
+
+%define module pytzdata
+
+Summary: The Olson timezone database for Python
+Name: python-%{module}
+Version: 2020.1
+Release: 1
+License: MIT
+Group: Development/Languages/Python
+Source0: https://files.pythonhosted.org/packages/source/p/pytzdata/%{module}-%{version}.tar.gz
+# Source0-md5: 3f8cd323fad2748f08c54a317bd81bc5
+URL: https://pypi.python.org/project/pytzdata
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.714
+%if %{with python2}
+BuildRequires: python >= 1:2.7
+BuildRequires: python-modules >= 1:2.7
+BuildRequires: python-setuptools
+%endif
+%if %{with python3}
+BuildRequires: python3 >= 1:3.5
+BuildRequires: python3-modules >= 1:3.5
+BuildRequires: python3-setuptools
+%endif
+Requires: python-modules >= 1:2.7
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Olson timezone database for Python.
+
+%package -n python3-pytzdata
+Summary: The Olson timezone database for Python
+Group: Development/Languages/Python
+Requires: python3-modules >= 1:3.5
+
+%description -n python3-pytzdata
+The Olson timezone database for Python.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+%if %{with python2}
+%py_build
+%endif
+
+%if %{with python3}
+%py3_build
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%if %{with python2}
+%py_install
+
+%py_postclean
+%endif
+
+%if %{with python3}
+%py3_install
+%endif
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%if %{with python2}
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README.rst
+%{py_sitescriptdir}/%{module}
+%{py_sitescriptdir}/%{module}-%{version}-py*.egg-info
+%endif
+
+%if %{with python3}
+%files -n python3-pytzdata
+%defattr(644,root,root,755)
+%doc LICENSE README.rst
+%{py3_sitescriptdir}/%{module}
+%{py3_sitescriptdir}/%{module}-%{version}-py*.egg-info
+%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pytzdata.git/commitdiff/5263ca20fd12d9a71a61b73a5fe6f5bbd29046c9
More information about the pld-cvs-commit
mailing list