autopkg / cgerke-recipes

AutoPKG Recipes
25 stars 11 forks source link

Basic python3 compatibility #23

Closed homebysix closed 5 years ago

homebysix commented 5 years ago

In order to make your processors more compatible with AutoPkg running in Python 3, I've applied a few adjustments suggested by python-modernize, pylint --py3k, and pylint in general.

More adjustments may need to be made manually later, but this should catch the low-hanging fruit right now.

homebysix commented 5 years ago

Hi @cgerke - Just checking in to see whether you're comfortable merging this in, or have any questions?

Some additional processor changes will be needed for the upcoming version 2.0 of AutoPkg, and it would be nice to build on the Python 3 compatibility adjustments made in this PR.

cgerke commented 5 years ago

I’ve been out of the game for a while now since the companies I work for don’t use Macs in their environments so happy for you to own this now if you want to.