From a7f15b37ebe55554fb019fa799893cafa314f7ce Mon Sep 17 00:00:00 2001 From: Poyraz76 Date: Mon, 24 Aug 2015 16:16:50 +0300 Subject: [PATCH] python-requests 2.7.0 First release --- programming/tool/python-requests/actions.py | 10 +++++ programming/tool/python-requests/pspec.xml | 43 +++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 programming/tool/python-requests/actions.py create mode 100644 programming/tool/python-requests/pspec.xml diff --git a/programming/tool/python-requests/actions.py b/programming/tool/python-requests/actions.py new file mode 100644 index 0000000000..e96056ae63 --- /dev/null +++ b/programming/tool/python-requests/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/python-requests/pspec.xml b/programming/tool/python-requests/pspec.xml new file mode 100644 index 0000000000..9cc740e19d --- /dev/null +++ b/programming/tool/python-requests/pspec.xml @@ -0,0 +1,43 @@ + + + + + python-requests + http://www.python-requests.org/ + + Ergün Salman + ergunsalman@hotmail.com + + Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. + Python’s standard urllib2 module provides most of the HTTP capabilities you need + MIT + https://pypi.python.org/packages/source/r/requests/requests-2.7.0.tar.gz + + + python + python-setuptools + + + + + python-requests + + /usr/bin + /usr/lib/python2* + /usr/share/doc + + + python-setuptools + + + + + + 2015-08-24 + 2.7.0 + First release + Ergün Salman + Poyraz76@pisilinux.org + + + \ No newline at end of file