Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 6e56849584c8f07760736d6532712456 > files > 1

python-yolk-0.4.3-7.mga5.src.rpm

%define module	yolk

Summary:	Python package command-line query tool
Name:		python-%{module}
Version:	0.4.3
Release:	%mkrel 7
Source0:	http://pypi.python.org/packages/source/y/%{module}/%{module}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		https://github.com/cakebread/yolk
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
Yolk is a Python command-line tool and library for obtaining
information about packages installed by setuptools, easy_install and
distutils (Python 2.5) and for querying PyPI.

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

%build
%{__python} setup.py build

%install
%__python setup.py install -O1 --skip-build --prefix %{_prefix} --root %{buildroot}
%__install -d -m 755 %{buildroot}%{_mandir}/man1
%__install -m 644 docs/yolk.1 %{buildroot}%{_mandir}/man1/


%files
%doc AUTHORS ChangeLog COPYING CREDITS FAQ INSTALL NEWS PKG-INFO README THANKS TODO examples/*
%{_bindir}/*
%{python_sitelib}/%{module}*
%_mandir/man1/yolk.*


%changelog
* Wed Oct 15 2014 umeabot <umeabot> 0.4.3-7.mga5
+ Revision: 739829
- Second Mageia 5 Mass Rebuild

* Sat Sep 27 2014 tv <tv> 0.4.3-6.mga5
+ Revision: 730036
- rebuild for missing pythoneggs deps

* Tue Sep 16 2014 umeabot <umeabot> 0.4.3-5.mga5
+ Revision: 688442
- Mageia 5 Mass Rebuild

  + pterjan <pterjan>
    - Rebuild for new Python

* Tue Oct 22 2013 umeabot <umeabot> 0.4.3-3.mga4
+ Revision: 544515
- Mageia 4 Mass Rebuild

* Tue Oct 15 2013 pterjan <pterjan> 0.4.3-2.mga4
+ Revision: 499787
- Rebuild to add different pythonegg provides for python 2 and 3

* Fri Aug 16 2013 philippem <philippem> 0.4.3-1.mga4
+ Revision: 466921
- update to 0.4.3

  + saispo <saispo>
    - imported package python-yolk