Accepting request 40769 from home:aledr:branches

Copy from home:aledr:branches/python-pip via accept of submit request 40769 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/40769
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=2
This commit is contained in:
Pavol Rusnak 2010-05-28 09:54:03 +00:00 committed by Git OBS Bridge
parent 89537b191e
commit c07cac4e8b
4 changed files with 49 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efe47e84ffeb0ea4804f9858b8a94bebd07f5452f907ebed36d03aed06a9f9ec
size 55299

3
pip-0.7.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98df2eb779358412bbbae75980171ae85deebc846d87e244d086520b1212da09
size 68698

7
python-pip.changes Normal file
View File

@ -0,0 +1,7 @@
-------------------------------------------------------------------
Fri May 28 01:57:29 UTC 2010 - alexandre@exatati.com.br
- Update to 0.7.2;
- Building as noarch for openSUSE >= 11.2;
- Spec file cleaned with spec-cleaner.

View File

@ -1,42 +1,65 @@
#
# spec file for package
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-pip
# List of additional build dependencies
BuildRequires: python-devel
Version: 0.6.1
Version: 0.7.2
Release: 1
License: MIT License
Source: pip-0.6.1.tar.gz
Summary: Pip installs packages. Python packages. An easy_install replacement
Group: Development/Libraries/Python
Summary: pip installs packages. Python packages. An easy_install replacement
%py_requires
Source: pip-%{version}.tar.gz
# List of additional build dependencies
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%endif
%description
pip installs packages. Python packages. An easy_install replacement
pip is a replacement for easy_install. It uses mostly the same techniques for
finding packages, so packages that were made easy_installable should be
pip-installable as well.
Author:
--------
The Open Planning Project <python-virtualenv@groups.google.com>
%prep
%setup -q -n pip-%version
%build
%build
python setup.py build
%install
python setup.py install --prefix=%_prefix --root=%buildroot --record-rpm=filelist
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=filelist
%clean
rm -rf %buildroot
rm -rf %{buildroot}
%files -f filelist
%defattr(-,root,root)
%changelog
* Sun Dec 06 2009 playpauseandstop@gmail.com
- packaged python-pip version 0.6.1 using the buildservice spec file wizard