blob: 12beb3f8351187c04acb8986e0b5717d9b705eb2 (
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-adminapi-git
	pkgdesc = Adminapi is a python module which can be used to talk to the open source serveradmin project by Innogames
	pkgver = 1.2.r1849.381b8b4
	pkgrel = 1
	url = https://github.com/InnoGames/serveradmin
	arch = any
	license = MIT
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = adminapi::git+https://github.com/InnoGames/serveradmin.git
	sha1sums = SKIP
pkgname = python-adminapi-git
	depends = python
	depends = python-ipaddress
	depends = python-netaddr
pkgname = python2-adminapi-git
	depends = python2
	depends = python2-ipaddress
	depends = python2-netaddr
 |