summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 73386e4f055b1a92c9389f22dd70f7c0fae82706 (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.3.0
	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.3.0.tar.gz
	sha512sums = 795969ce1aebc6a75752f7d011c442ea1e96a7904eaed8b1041103df8738fa7c44062e3e9baee8ba8b8591bea50b4707735dd202b628025963a19b4674d4751e

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