Compare commits
5 commits
rawhide
...
python-pip
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2d7f8b266 | ||
|
|
3c6a71e1cd | ||
|
|
1188103830 | ||
|
|
0802212dd4 | ||
|
|
44fa02a40b |
4 changed files with 12 additions and 7 deletions
|
|
@ -1 +1 @@
|
||||||
pip-0.6.1.tar.gz
|
pip-0.7.2.tar.gz
|
||||||
|
|
|
||||||
1
branch
Normal file
1
branch
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
F-13
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
%global srcname pip
|
%global srcname pip
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.6.1
|
Version: 0.7.2
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pip installs packages. Python packages. An easy_install replacement
|
Summary: Pip installs packages. Python packages. An easy_install replacement
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
|
@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools-devel
|
BuildRequires: python-setuptools-devel
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
|
|
@ -29,7 +29,7 @@ pip is meant to improve on easy_install.bulletin boards, etc.).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{srcname}-%{version}
|
%setup -q -n %{srcname}-%{version}
|
||||||
%{__sed} -i '1d' pip.py
|
%{__sed} -i '1d' pip/__init__.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
|
|
@ -48,7 +48,11 @@ pip is meant to improve on easy_install.bulletin boards, etc.).
|
||||||
%{python_sitelib}/pip*
|
%{python_sitelib}/pip*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 1 2010 Peter Halliday <phalliday@excelsiorssytems.net> - 0.6.1.4
|
* Wed Jul 7 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.7.2-1
|
||||||
|
- update to 0.7.2 of pip
|
||||||
|
* Sat May 22 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.7.1-1
|
||||||
|
- update to 0.7.1 of pip
|
||||||
|
* Fri Jan 1 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1-4
|
||||||
- fix dependency issue
|
- fix dependency issue
|
||||||
* Tue Dec 18 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1-2
|
* Tue Dec 18 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1-2
|
||||||
- fix spec file
|
- fix spec file
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
7560e3055c66afb99ac4a7892389a237 pip-0.6.1.tar.gz
|
cfe73090aaa0d3b0c104179a627859d1 pip-0.7.2.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue