summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 74b0e4c39495d94e4a6ac25cbce7c092cc40a5ee (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
27
28
29
30
31
pkgbase = python-pypuppetdb
	pkgver = 0.3.2
	pkgrel = 1
	url = https://github.com/voxpupuli/pypuppetdb
	arch = any
	license = APACHE
	checkdepends = python2-pbr
	checkdepends = python-pytest-cov
	checkdepends = python-mock
	checkdepends = python-httpretty
	makedepends = python
	makedepends = python2
	makedepends = python-setuptools
	makedepends = python2-setuptools
	makedepends = python-sphinx
	makedepends = bandit
	source = python2-pypuppetdb-0.3.2.tar.gz::https://github.com/voxpupuli/pypuppetdb/archive/v0.3.2.tar.gz
	sha512sums = b402850ad40e40c544923de3556385249559a42c898eda257a3431b91d4b237c354a3165bb208641e3133b36ce510797fe6471626be8a64716e67c2913d12756

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>=3.3.0-1
	depends = python-requests
	depends = python-httpretty