rpms/python-pip/EL-4 python-pip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Halliday hoangelos at fedoraproject.org
Mon Oct 26 02:52:32 UTC 2009


Author: hoangelos

Update of /cvs/pkgs/rpms/python-pip/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4942/EL-4

Modified Files:
	.cvsignore sources 
Added Files:
	python-pip.spec 
Log Message:
initial import



--- NEW FILE python-pip.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%global srcname pip

Name:           python-%{srcname}
Version:        0.4
Release:        1%{?dist}
Summary:        Pip installs packages.  Python packages.  An easy_install replacement

Group:          Development/Libraries
License:        MIT
URL:            http://pip.openplans.org
Source0:        http://pypi.python.org/packages/source/p/pip/%{srcname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools-devel

%description

Pip is a replacement for `easy_install
<http://peak.telecommunity.com/DevCenter/EasyInstall>`_.  It uses mostly the
same techniques for finding packages, so packages that were made
easy_installable should be pip-installable as well.

pip is meant to improve on easy_install.bulletin boards, etc.).

%prep
%setup -q -n %{srcname}-%{version}
%{__sed} -i '1d' pip.py

%build
%{__python} setup.py build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc PKG-INFO docs
%attr(755,root,root) %{_bindir}/pip
%{python_sitelib}/pip*

%changelog
* Mon Aug 31 2009 Peter Halliday <phalliday at excelsiorsystems.net> - 0.4-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-pip/EL-4/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	22 Oct 2009 04:10:22 -0000	1.1
+++ .cvsignore	26 Oct 2009 02:52:31 -0000	1.2
@@ -0,0 +1 @@
+pip-0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-pip/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	22 Oct 2009 04:10:22 -0000	1.1
+++ sources	26 Oct 2009 02:52:31 -0000	1.2
@@ -0,0 +1 @@
+b45714d04f8fd38fe8e3d4c7600b91a2  pip-0.4.tar.gz




More information about the fedora-extras-commits mailing list