forked from pool/python-pip
Accepting request 133376 from home:poorboywilly:branches:devel:languages:python
Update to 1.2.1. Note: dropped support for python 2.4. OBS-URL: https://build.opensuse.org/request/show/133376 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
dd09f955ef
commit
8b9fd993e9
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-pip
|
||||
Version: 1.1
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Url: http://www.pip-installer.org
|
||||
Summary: Pip installs packages. Python packages. An easy_install replacement
|
||||
@@ -27,7 +27,6 @@ Source: http://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
BuildRequires: python-nose
|
||||
Requires: python-distribute
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
@@ -50,9 +49,6 @@ python setup.py build
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%check
|
||||
cd tests && nosetests
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS.txt LICENSE.txt docs/*
|
||||
|
Reference in New Issue
Block a user