Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 31b274dc75ec3f8d20552edb4b9e5850 > files > 2

python2.4-yaml-3.09-1mdv2010.1.src.rpm

%define real_name PyYAML

Name:           python2.4-yaml
Version:        3.09
Release:        %mkrel 1
Epoch:          0
Summary:        Python package implementing YAML parser and emitter
License:        MIT
Group:          Development/Python
URL:            http://pyyaml.org/
Source0:        http://pyyaml.org/download/pyyaml/PyYAML-%{version}.tar.gz
%py_requires -d
BuildRequires:	yaml-devel
BuildRequires:  python2.4-devel
Requires:       python2.4
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
PyYAML is a YAML parser and emitter for the Python programming
language. 

YAML is a data serialization format designed for human readability
and interaction with scripting languages.

%prep
%setup -q -n %{real_name}-%{version}

%build
export CFLAGS="%{optflags}"
python2.4 setup.py build

%install
%{__rm} -rf %{buildroot}
python2.4 setup.py install --root=%{buildroot} --prefix=%{_prefix}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE README examples
%{_libdir}/python2.4/site-packages/yaml
%{_libdir}/python2.4/site-packages/*.so


%changelog
* Tue Feb 16 2010 Guillaume Rousse <guillomovitch@mandriva.org> 0:3.09-1mdv2010.1
+ Revision: 506486
- import python2.4-yaml