Compare commits
3 commits
rawhide
...
python-pip
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1188103830 | ||
|
|
0802212dd4 | ||
|
|
44fa02a40b |
4 changed files with 6 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
pip-0.6.1.tar.gz
|
||||
pip-0.6.3.tar.gz
|
||||
|
|
|
|||
1
branch
Normal file
1
branch
Normal file
|
|
@ -0,0 +1 @@
|
|||
F-13
|
||||
|
|
@ -3,8 +3,8 @@
|
|||
%global srcname pip
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.6.1
|
||||
Release: 4%{?dist}
|
||||
Version: 0.6.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Pip installs packages. Python packages. An easy_install replacement
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -29,7 +29,7 @@ pip is meant to improve on easy_install.bulletin boards, etc.).
|
|||
|
||||
%prep
|
||||
%setup -q -n %{srcname}-%{version}
|
||||
%{__sed} -i '1d' pip.py
|
||||
%{__sed} -i '1d' pip/__init__.py
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
7560e3055c66afb99ac4a7892389a237 pip-0.6.1.tar.gz
|
||||
0602fa9179cfaa98e41565d4a581d98c pip-0.6.3.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue