blob: caf08718abf3c243a39a39f70153384a3565a7c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = python-github3.py
pkgdesc = A comprehensive wrapper around the GitHub API (v3)
pkgver = 1.3.0
pkgrel = 1
url = https://github.com/sigmavirus24/github3.py
arch = any
license = custom:Modified BSD
makedepends = python-setuptools
makedepends = python2-setuptools
source = github3::git+https://github.com/sigmavirus24/github3.py.git#commit=e586949a4dbed22f169afaffe25cb07e5a60a606
sha256sums = SKIP
pkgname = python-github3.py
depends = python
depends = python-requests
depends = python-uritemplate
depends = python-dateutil
depends = python-jwcrypto
pkgname = python2-github3.py
depends = python2
depends = python2-requests
depends = python2-uritemplate
depends = python-dateutil
depends = python-jwcrypto
|