Mercurial > repos > other > Puppet
view modules/python/metadata.json @ 399:2c6065b5be5e
Switch to config-based PHP extensions
This makes it compatible with Ubuntu, otherwise it keeps
trying to re-install the same module because the "phpX.X"
package is a virtual package and the Puppet handling of
Ubuntu's "is it installed" system is incapable of saying
"yes" when a virtual package is installed.
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 20 Apr 2022 19:08:14 +0100 |
parents | 66c075c5f54a |
children | adf6fe9bbc17 |
line wrap: on
line source
{ "name": "puppet-python", "version": "6.2.1", "author": "Vox Pupuli", "summary": "Python Module", "license": "Apache-2.0", "source": "https://github.com/voxpupuli/puppet-python.git", "project_page": "https://github.com/voxpupuli/puppet-python", "issues_url": "https://github.com/voxpupuli/puppet-python/issues", "description": "Puppet module for Python", "tags": [ "python", "pip", "virtualenv", "gunicorn" ], "operatingsystem_support": [ { "operatingsystem": "AIX", "operatingsystemrelease": [ "6100-09-11-1810", "7100-05-03-1837" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", "8" ] }, { "operatingsystem": "Debian", "operatingsystemrelease": [ "9", "10", "11" ] }, { "operatingsystem": "FreeBSD", "operatingsystemrelease": [ "11", "12", "13" ] }, { "operatingsystem": "Gentoo" }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "16.04", "18.04", "20.04" ] }, { "operatingsystem": "SLES", "operatingsystemrelease": [ "11.3" ] } ], "requirements": [ { "name": "puppet", "version_requirement": ">= 6.1.0 < 8.0.0" } ], "dependencies": [ { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.19.0 < 9.0.0" }, { "name": "puppet/epel", "version_requirement": ">= 3.0.0 < 4.0.0" } ] }