voxpupuli / puppet-python

Puppet module for installing and managing Python, pip, virtualenvs and Gunicorn virtual hosts.
https://forge.puppetlabs.com/puppet/python
Apache License 2.0
199 stars 370 forks source link

Make latest version detection portable #682

Closed smortex closed 6 months ago

smortex commented 6 months ago

This is currently broken on FreeBSD do to the usage of GNU-grep specific grep(1) flag: -P.

We can use a single sed(1) command with an extended regular expression to achieve the same goal, so use this instead.