/[packages]/cauldron/python-pip/current/SPECS/python-pip.spec
ViewVC logotype

Annotation of /cauldron/python-pip/current/SPECS/python-pip.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 392884 - (hide annotations) (download)
Mon Jan 28 12:22:11 2013 UTC (11 years, 2 months ago) by neoclust
File size: 999 byte(s)
SILENT: Fix URL
1 joequant 329022 # Created by pyp2rpm-1.0.0
2     %global pypi_name pip
3     %define version 1.2.1
4    
5     Name: python-pip
6     Version: %{version}
7     Release: %mkrel 1
8     Group: Development/Python
9     Summary: pip installs packages. Python packages. An easy_install replacement
10    
11     License: MIT
12 neoclust 392884 URL: http://pypi.python.org/pypi/pip
13 joequant 329022 Source0: http://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.gz
14     BuildArch: noarch
15    
16     BuildRequires: python-devel
17    
18    
19     %description
20     `pip` is a tool for installing and managing Python packages, such as
21     those found in the `Python Package Index`_. It's a replacement for
22     easy_install_.
23    
24     %prep
25     %setup -q -n %{pypi_name}-%{version}
26     # Remove bundled egg-info
27     rm -rf %{pypi_name}.egg-info
28    
29    
30    
31     %build
32     %{__python} setup.py build
33    
34    
35     %install
36     %{__python} setup.py install --skip-build --root %{buildroot}
37    
38    
39     %files
40     %doc LICENSE.txt
41     %{_bindir}/pip
42     %{_bindir}/pip-2.7
43     %{python_sitelib}/%{pypi_name}
44     %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info

  ViewVC Help
Powered by ViewVC 1.1.30