2024-01-06 11:02:41 +01:00
|
|
|
Name: python-decorator
|
2024-01-06 11:02:42 +01:00
|
|
|
Version: 4.3.2
|
2024-01-06 11:02:41 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A Python moduke to simplify the usage and to popularize decorators
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
|
|
|
URL: https://pypi.python.org/pypi/decorator/
|
2024-01-06 11:02:41 +01:00
|
|
|
Source: http://pypi.debian.net/decorator/decorator-%{version}.tar.gz
|
2024-01-06 11:02:41 +01:00
|
|
|
License: BSD
|
|
|
|
BuildRequires: libpython-devel
|
|
|
|
Requires: python >= %python_version
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
The aim of the Python decorator module it to simplify the usage and to popularize decorators.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n decorator-%{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} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
|
|
|
|
%files -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 11:02:41 +01:00
|
|
|
%{python27_sitearch}/decorator-%{version}-py*.egg-info/*
|
2024-01-06 11:02:41 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:02:42 +01:00
|
|
|
* Tue Jan 29 2019 Automatic Build System <autodist@mambasoft.it> 4.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:02:42 +01:00
|
|
|
* Fri Apr 20 2018 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:02:41 +01:00
|
|
|
* Mon Jan 15 2018 Automatic Build System <autodist@mambasoft.it> 4.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:02:41 +01:00
|
|
|
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 4.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:02:41 +01:00
|
|
|
* Wed Jan 25 2017 Automatic Build System <autodist@mambasoft.it> 4.0.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:02:41 +01:00
|
|
|
* Sat Jun 11 2016 Automatic Build System <autodist@mambasoft.it> 4.0.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:02:41 +01:00
|
|
|
* Tue Mar 01 2016 Automatic Build System <autodist@mambasoft.it> 4.0.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:02:41 +01:00
|
|
|
* Sat Jan 23 2016 Davide Madrisan <davide.madrisan@gmail.com> 4.0.6-1mamba
|
|
|
|
- package created using the webbuild interface
|