2024-01-06 11:18:32 +01:00
|
|
|
Name: python-isodate
|
2024-01-06 11:18:32 +01:00
|
|
|
Version: 0.6.0
|
2024-01-06 11:18:32 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 11:18:32 +01:00
|
|
|
Summary: An ISO 8601 date/time/duration parser and formatter
|
|
|
|
Group: System/Libraries/Python
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://pypi.python.org/pypi/isodate/
|
|
|
|
Source: http://pypi.python.org/packages/source/i/isodate/isodate-%{version}.tar.gz
|
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:18:32 +01:00
|
|
|
BuildRequires: libpython3-devel
|
|
|
|
BuildRequires: python3
|
2024-01-06 11:18:32 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 11:18:32 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-06 11:18:32 +01:00
|
|
|
Requires: python >= %python_version
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
2024-01-06 11:18:32 +01:00
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-06 11:18:32 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n isodate-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--single-version-externally-managed \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-06 11:18:32 +01:00
|
|
|
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-06 11:18:32 +01:00
|
|
|
|
2024-01-06 11:18:32 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-06 11:18:32 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:18:32 +01:00
|
|
|
* Tue Jan 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.0-2mamba
|
|
|
|
- rebuilt with python3
|
|
|
|
|
2024-01-06 11:18:32 +01:00
|
|
|
* Tue May 01 2018 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:32 +01:00
|
|
|
* Tue Nov 03 2015 Automatic Build System <autodist@mambasoft.it> 0.5.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:18:32 +01:00
|
|
|
* Wed Dec 03 2014 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 11:18:32 +01:00
|
|
|
* Thu Feb 27 2014 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.9-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Tue Oct 30 2012 Automatic Build System <autodist@mambasoft.it> 0.4.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Sep 04 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.8-1mamba
|
|
|
|
- package created by autospec
|