summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 1f2c17b2c3bfe31077d8b7512b172039022c0bd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgbase = python-github3.py
	pkgdesc = a comprehensive wrapper around the GitHub API (v3)
	pkgver = 1.2.0
	pkgrel = 2
	url = https://github.com/sigmavirus24/github3.py
	arch = any
	license = custom:Modified BSD
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = https://pypi.io/packages/source/g/github3.py/github3.py-1.2.0.tar.gz
	md5sums = 148630f610c7a2dbcc9c91e8102c7e36

pkgname = python-github3.py
	depends = python
	depends = python-requests
	depends = python-uritemplate

pkgname = python2-github3.py
	depends = python2
	depends = python2-requests
	depends = python2-uritemplate