[Lunar-commits] <moonbase-other> pip: added to -other
v4hn
me at v4hn.de
Wed Apr 24 02:51:45 CEST 2013
commit 8664fd089c6bae8ea7a94c3d07e843cc5efc5c9e
Author: v4hn <me at v4hn.de>
Date: Tue, 23 Apr 2013 17:25:56 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/8664fd089c6bae8ea7a94c3d07e843cc5efc5c9e
pip: added to -other
---
python/pip/BUILD | +3/-0
python/pip/DEPENDS | +2/-0
python/pip/DETAILS | +13/-0
3 files changed, 18 insertions(+)
--- /dev/null
+++ b/python/pip/BUILD
@@ -0,0 +1,3 @@
+python setup.py build &&
+prepare_install &&
+python setup.py install --root=/
--- /dev/null
+++ b/python/pip/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+depends setuptools
--- /dev/null
+++ b/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
More information about the Lunar-commits
mailing list