summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 90ce968fcf5ffc50f446f49791dd15cd9088230d (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-vk_api-git
	pkgdesc = Module for writing scripts for vk.com (vkontakte)
	pkgver = 9.3.r1.ea556a5
	pkgrel = 1
	url = https://github.com/python273/vk_api
	arch = any
	license = APACHE
	makedepends = python-setuptools
	provides = python-vk_api
	provides = python2-vk_api
	source = git://github.com/python273/vk_api
	md5sums = SKIP

pkgname = python-vk_api-git
	depends = python
	depends = python-requests

pkgname = python2-vk_api-git
	depends = python2
	depends = python2-requests
	depends = python2-enum34