aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2011-06-06 00:45:37 +0000
committerDaniele Tricoli <eriol@mornie.org>2011-06-06 00:45:37 +0000
commit4a981f80429e10d8bb9d324175bf3c7996fe9d66 (patch)
tree78e462fb04316742280007a2bd2a6195df22e885
downloadpython-requests-4a981f80429e10d8bb9d324175bf3c7996fe9d66.tar
python-requests-4a981f80429e10d8bb9d324175bf3c7996fe9d66.tar.gz
Initial packaging
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control32
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch2
6 files changed, 45 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d8dee2b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+requests (0.4.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #629370)
+
+ -- Daniele Tricoli <eriol@mornie.org> Mon, 06 Jun 2011 02:11:15 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0ff502d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: requests
+Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
+Uploaders: Daniele Tricoli <eriol@mornie.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 7),
+ python-all (>= 2.6.6-3),
+Standards-Version: 3.9.2
+Homepage: http://python-requests.org
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/requests/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/requests/trunk/
+
+Package: python-requests
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: an elegant and simple HTTP library for Python, built for human beings
+ Requests allow you to send GET, HEAD, PUT, POST, and DELETE
+ HTTP requests. You can add headers, form data, multipart files, and
+ parameters with simple Python dictionaries, and access the response
+ data in the same way. It's powered by urllib2, but it does all the
+ hard work and crazy hacks for you.
+ .
+ Features
+ .
+ - Extremely simple GET, HEAD, POST, PUT, DELETE Requests
+ - Simple HTTP Header Request Attachment
+ - Simple Data/Params Request Attachment
+ - Simple Multipart File Uploads
+ - CookieJar Support
+ - Redirection History
+ - Redirection Recursion Urllib Fix
+ - Auto Decompression of GZipped Content
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8e4f4eb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python2 --buildsystem=python_distutils
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..15687e4
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/r/requests/requests-(.*)\.tar\.gz debian uupdate