From c07cac4e8bd8c36fe39088f653e4f1624dd21cb7c6ee0d81eb1c5651a1250469 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 28 May 2010 09:54:03 +0000 Subject: [PATCH] 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 --- pip-0.6.1.tar.gz | 3 --- pip-0.7.2.tar.gz | 3 +++ python-pip.changes | 7 ++++++ python-pip.spec | 55 ++++++++++++++++++++++++++++++++-------------- 4 files changed, 49 insertions(+), 19 deletions(-) delete mode 100644 pip-0.6.1.tar.gz create mode 100644 pip-0.7.2.tar.gz create mode 100644 python-pip.changes diff --git a/pip-0.6.1.tar.gz b/pip-0.6.1.tar.gz deleted file mode 100644 index 75411e3..0000000 --- a/pip-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efe47e84ffeb0ea4804f9858b8a94bebd07f5452f907ebed36d03aed06a9f9ec -size 55299 diff --git a/pip-0.7.2.tar.gz b/pip-0.7.2.tar.gz new file mode 100644 index 0000000..e6e6392 --- /dev/null +++ b/pip-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98df2eb779358412bbbae75980171ae85deebc846d87e244d086520b1212da09 +size 68698 diff --git a/python-pip.changes b/python-pip.changes new file mode 100644 index 0000000..b50f558 --- /dev/null +++ b/python-pip.changes @@ -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. + diff --git a/python-pip.spec b/python-pip.spec index 31c2b6c..d6ca774 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -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 %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