From 04c9c99a6cb8a038420e4f4c9bb53b1233d6e32c Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:17:57 +0100 Subject: [PATCH] automatic version update by autodist [release 1.5.5-1mamba;Wed May 07 2014] --- README.md | 2 ++ python-pip.spec | 83 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 python-pip.spec diff --git a/README.md b/README.md index 7d8def0..6710ad7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # python-pip +pip is a tool for installing and managing Python packages, such as those found in the Python Package Index. It’s a replacement for easy_install. + diff --git a/python-pip.spec b/python-pip.spec new file mode 100644 index 0000000..2db6ed2 --- /dev/null +++ b/python-pip.spec @@ -0,0 +1,83 @@ +Name: python-pip +Version: 1.5.5 +Release: 1mamba +Summary: A tool for installing and managing Python packages +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: openmamba WebBuild System +URL: http://www.pip-installer.org/ +Source: http://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.gz +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: libpython-devel +BuildRequires: python +## AUTOBUILDREQ-END +BuildRequires: libpython-devel +Requires: python-setuptools +Requires: python >= %python_version +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +pip is a tool for installing and managing Python packages, such as those found in the Python Package Index. It’s a replacement for easy_install. + +%prep +%setup -q -n pip-%{version} + +%build +CFLAGS="%{optflags}" %{__python} setup.py build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%{__python} setup.py install \ + -O1 --skip-build \ + --root="%{buildroot}" \ + --install-headers=%{_includedir}/python \ + --install-lib=%{python_sitearch} \ + --single-version-externally-managed \ + --record=%{name}.filelist + +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist + +%files -f %{name}.filelist +%defattr(-,root,root) +## note: this list is just an example; modify as required +# %{python_sitearch}/%{name}.py* +# %{python_sitearch}/%{name}.so + +## note: eventually add the remaining documents (if any) +# + +%changelog +* Wed May 07 2014 Automatic Build System 1.5.5-1mamba +- automatic version update by autodist + +* Tue Feb 25 2014 Automatic Build System 1.5.4-1mamba +- automatic version update by autodist + +* Thu Feb 06 2014 Automatic Build System 1.5.2-1mamba +- automatic version update by autodist + +* Sat Jan 25 2014 Automatic Build System 1.5.1-1mamba +- automatic version update by autodist + +* Thu Jan 02 2014 Automatic Build System 1.5-1mamba +- automatic version update by autodist + +* Sat Aug 10 2013 Automatic Build System 1.4.1-1mamba +- automatic version update by autodist + +* Thu Jul 25 2013 Automatic Build System 1.4-1mamba +- automatic version update by autodist + +* Fri May 17 2013 Silvan Calarco 1.3.1-2mamba +- python 2.7 mass rebuild + +* Fri Mar 08 2013 Automatic Build System 1.3.1-1mamba +- automatic version update by autodist + +* Mon Oct 15 2012 Automatic Build System 1.2.1-1mamba +- automatic version update by autodist + +* Tue Sep 04 2012 openmamba WebBuild System 1.2-1mamba +- package created by autospec