From 3b10382a0bc88f7d9ab23d2d8fe4133145600035 Mon Sep 17 00:00:00 2001 From: Poyraz76 Date: Mon, 24 Aug 2015 15:18:41 +0300 Subject: [PATCH] pip version bump --- programming/tool/pip/actions.py | 10 +++++++ programming/tool/pip/pspec.xml | 49 +++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 programming/tool/pip/actions.py create mode 100644 programming/tool/pip/pspec.xml diff --git a/programming/tool/pip/actions.py b/programming/tool/pip/actions.py new file mode 100644 index 0000000000..e96056ae63 --- /dev/null +++ b/programming/tool/pip/actions.py @@ -0,0 +1,10 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules + +def install(): + pythonmodules.install() diff --git a/programming/tool/pip/pspec.xml b/programming/tool/pip/pspec.xml new file mode 100644 index 0000000000..0f55c49236 --- /dev/null +++ b/programming/tool/pip/pspec.xml @@ -0,0 +1,49 @@ + + + + + pip + https://pypi.python.org/pypi/pip + + Yusuf Aydemir + Yusuf.aydemir@istanbul.com + + The PyPA recommended tool for installing Python packages + The PyPA recommended tool for installing Python packages + MIT + https://pypi.python.org/packages/source/p/pip/pip-7.1.2.tar.gz + + + python-setuptools + + + + + pip + + /usr/bin + /usr/lib/python2* + /usr/share/doc + + + python-setuptools + + + + + + 2015-08-24 + 7.1.2 + Version bump. + Ergün Salman + Poyraz76@pisilinux.org + + + 2015-04-08 + 6.1.1 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + +