Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > a2452d083d8fc3f948c2163d534acace > files > 2

python-gitpython-0.3.1-3.mga3.src.rpm

%define upstream_name GitPython
%define name    python-gitpython
%define version 0.3.1
%define beta    beta2
%define release %mkrel 3

Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Summary: 	Python Git library
License:	BSD
Group: 		Development/Python
Url: 		http://gitorious.org/projects/git-python/
Source0: 	http://pypi.python.org/packages/source/G/GitPython/GitPython-%{version}-%{beta}.tar.gz
BuildRequires:  python-setuptools
BuildArch:      noarch

%description
GitPython is a python library used to interact with Git repositories.

GitPython provides object model access to your git repository. Once you have
created a repository object, you can traverse it to find parent commit(s),
trees, blobs, etc.

GitPython is a port of the grit library in Ruby created by Tom Preston-Werner
and Chris Wanstrath

%prep
%setup -q -n git-python-mainline

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS CHANGES README.rst LICENSE TODO VERSION
%{python_sitelib}/git
%{python_sitelib}/GitPython-%{version}-py%{pyver}.egg-info




%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.3.1-3.mga3
+ Revision: 378907
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Jul 19 2011 guillomovitch <guillomovitch> 0.3.1-2.mga2
+ Revision: 126539
- imported package python-gitpython