summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorSTommydx2019-02-17 03:38:56 +0800
committerSTommydx2019-02-17 03:38:56 +0800
commit033b90bb43ddc1e39141040e83e8eb2bf01b6a6c (patch)
tree6a9c2b3f15857b707522c461b6e4350255ad5c88 /.SRCINFO
downloadaur-python-oauthlib2.tar.gz
Initial commit
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..fe7c8cdad53b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = python-oauthlib2
+ pkgdesc = A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
+ pkgver = 2.1.0
+ pkgrel = 1
+ url = https://github.com/idan/oauthlib
+ arch = any
+ license = BSD
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ source = https://files.pythonhosted.org/packages/source/o/oauthlib/oauthlib-2.1.0.tar.gz
+ sha256sums = ac35665a61c1685c56336bda97d5eefa246f1202618a1d6f34fccb1bdd404162
+
+pkgname = python-oauthlib2
+ depends = python-cryptography
+ conflicts = python-oauthlib
+
+pkgname = python2-oauthlib2
+ depends = python2-cryptography
+ conflicts = python2-oauthlib
+