14
0
forked from pool/python-pip

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,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