272
|
1 {
|
|
2 "name": "puppet-python",
|
387
|
3 "version": "6.2.1",
|
272
|
4 "author": "Vox Pupuli",
|
|
5 "summary": "Python Module",
|
|
6 "license": "Apache-2.0",
|
387
|
7 "source": "https://github.com/voxpupuli/puppet-python.git",
|
272
|
8 "project_page": "https://github.com/voxpupuli/puppet-python",
|
|
9 "issues_url": "https://github.com/voxpupuli/puppet-python/issues",
|
|
10 "description": "Puppet module for Python",
|
|
11 "tags": [
|
|
12 "python",
|
|
13 "pip",
|
|
14 "virtualenv",
|
|
15 "gunicorn"
|
|
16 ],
|
|
17 "operatingsystem_support": [
|
|
18 {
|
|
19 "operatingsystem": "AIX",
|
|
20 "operatingsystemrelease": [
|
|
21 "6100-09-11-1810",
|
|
22 "7100-05-03-1837"
|
|
23 ]
|
|
24 },
|
|
25 {
|
|
26 "operatingsystem": "CentOS",
|
|
27 "operatingsystemrelease": [
|
387
|
28 "7",
|
|
29 "8"
|
272
|
30 ]
|
|
31 },
|
|
32 {
|
|
33 "operatingsystem": "Debian",
|
|
34 "operatingsystemrelease": [
|
387
|
35 "9",
|
|
36 "10",
|
|
37 "11"
|
|
38 ]
|
|
39 },
|
|
40 {
|
|
41 "operatingsystem": "FreeBSD",
|
|
42 "operatingsystemrelease": [
|
|
43 "11",
|
|
44 "12",
|
|
45 "13"
|
272
|
46 ]
|
|
47 },
|
|
48 {
|
|
49 "operatingsystem": "Gentoo"
|
|
50 },
|
|
51 {
|
|
52 "operatingsystem": "Ubuntu",
|
|
53 "operatingsystemrelease": [
|
|
54 "16.04",
|
387
|
55 "18.04",
|
|
56 "20.04"
|
272
|
57 ]
|
|
58 },
|
|
59 {
|
|
60 "operatingsystem": "SLES",
|
|
61 "operatingsystemrelease": [
|
|
62 "11.3"
|
|
63 ]
|
|
64 }
|
|
65 ],
|
|
66 "requirements": [
|
|
67 {
|
|
68 "name": "puppet",
|
387
|
69 "version_requirement": ">= 6.1.0 < 8.0.0"
|
|
70 }
|
|
71 ],
|
|
72 "dependencies": [
|
|
73 {
|
|
74 "name": "puppetlabs/stdlib",
|
|
75 "version_requirement": ">= 4.19.0 < 9.0.0"
|
|
76 },
|
|
77 {
|
|
78 "name": "puppet/epel",
|
|
79 "version_requirement": ">= 3.0.0 < 4.0.0"
|
272
|
80 }
|
|
81 ]
|
|
82 }
|