summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorCedric Girard2013-02-06 22:22:17 +0100
committerCedric Girard2013-02-06 22:22:17 +0100
commit053281fe4b5303c8e8ac89005d22dbead3a8ec14 (patch)
tree5da28fd0b85d14f8003d9ac2ab8a3d58027230fd /.SRCINFO
downloadaur-053281fe4b5303c8e8ac89005d22dbead3a8ec14.tar.gz
python2-requests git version first PKGBUILD version
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d4406c900c76
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = python2-requests-git
+ pkgdesc = Python HTTP for Humans.
+ pkgver = 20130206
+ pkgrel = 1
+ url = http://python-requests.org
+ arch = any
+ license = custom: ISC
+ makedepends = git
+ makedepends = python2-distribute
+ depends = python2
+ optdepends = python2-certifi: SSL support
+ optdepends = python2-grequests: asynchronous requests with gevent
+ optdepends = python2-simplejson
+ provides = python2-requests
+ conflicts = python2-requests
+ source = certs.patch
+ sha256sums = 482fc40ba146d2200771a690b3bedf6eddc9c3224d6f7b5ba529124039b07246
+
+pkgname = python2-requests-git
+