gawel / gp.recipe.phantomjs

DEPRECATED Use gp.recipe.node to install phantomjs
4 stars 6 forks source link

Normalizing sys.platform #17

Closed toumorokoshi closed 10 years ago

toumorokoshi commented 10 years ago

As of Python3, platform names are normalized a bit more than they are in Python2. linux2, linux3 are reduced to linux. This pull request normalizes the {platform} template variable in a similar way, reducing the platform to one of : linux, darwin, and windows.