From 3a56a2602da03da0df62602d1e14f407270096bb Mon Sep 17 00:00:00 2001 From: k clair Date: Tue, 9 Oct 2012 13:15:53 -0700 Subject: add previously generated debian packaging files --- .../debian/python-requests/DEBIAN/control | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 requests-0.14.0/debian/python-requests/DEBIAN/control (limited to 'requests-0.14.0/debian/python-requests/DEBIAN/control') diff --git a/requests-0.14.0/debian/python-requests/DEBIAN/control b/requests-0.14.0/debian/python-requests/DEBIAN/control new file mode 100644 index 0000000..8f1316a --- /dev/null +++ b/requests-0.14.0/debian/python-requests/DEBIAN/control @@ -0,0 +1,30 @@ +Package: python-requests +Version: 0.14.0-1 +Architecture: all +Maintainer: Kristina Clair +Installed-Size: 1256 +Depends: python (>= 2.6), python-support (>= 0.90.0) +Provides: python2.6-requests +Section: python +Priority: optional +Description: Python HTTP for Humans. + Requests: HTTP for Humans + ========================= + . + . + .. image:: https://secure.travis-ci.org/kennethreitz/requests.png?branch=develop + :target: https://secure.travis-ci.org/kennethreitz/requests + . + Requests is an ISC Licensed HTTP library, written in Python, for human + beings. + . + Most existing Python modules for sending HTTP requests are extremely + verbose and cumbersome. Python's builtin urllib2 module provides most of + the HTTP capabilities you should need, but the api is thoroughly broken. + It requires an enormous amount of work (even method overrides) to + perform the simplest of tasks. + . + Things shouldn't be this way. Not in Python. + . + :: +Python-Version: 2.6 -- cgit v1.2.3