summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: cce2945d08aeeb7d2feaa1b480b6de6ddca347ee (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
pkgbase = python-pypuppetdb
	pkgver = 0.2.3
	pkgrel = 1
	url = https://github.com/puppet-community/pypuppetdb
	arch = any
	license = APACHE
	makedepends = python
	makedepends = python2
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = https://github.com/puppet-community/pypuppetdb/archive/v0.2.3.tar.gz
	sha512sums = f1ce7d138d26c2bb65b64c2a03348e563fe56533a974c8d4c895a79700c87cdbab1d71e6609a784848a839c58ac1af393db6dc2e3d82f7a91172a1f487ad2273

pkgname = python2-pypuppetdb
	pkgdesc = Python library for working with the PuppetDB API (Python 2 version)
	depends = python2
	depends = python2-requests
	depends = python2-httpretty

pkgname = python-pypuppetdb
	pkgdesc = Python library for working with the PuppetDB API (Python 3 version)
	depends = python
	depends = python-requests
	depends = python-httpretty