Skip to content

Commit

Permalink
pip: added to -other
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Apr 24, 2013
1 parent 4f8ed61 commit 8664fd0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/pip/BUILD
@@ -0,0 +1,3 @@
python setup.py build &&
prepare_install &&
python setup.py install --root=/
2 changes: 2 additions & 0 deletions python/pip/DEPENDS
@@ -0,0 +1,2 @@
depends Python
depends setuptools
13 changes: 13 additions & 0 deletions python/pip/DETAILS
@@ -0,0 +1,13 @@
MODULE=pip
VERSION=1.3.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://pypi.python.org/packages/source/p/pip
SOURCE_VFY=sha1:9c70d314e5dea6f41415af814056b0f63c3ffd14
WEB_SITE=http://pypi.python.org/pypi/pip
ENTERED=20130415
UPDATED=20130415
SHORT="manage and install Python packages"

cat << EOF
A tool for installing and managing Python packages.
EOF

0 comments on commit 8664fd0

Please sign in to comment.