refack / GYP3

Generate You Projects

Home Page:http://gyp3.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merge upstream: cmp is an invalid sort() argument

Croydon opened this issue · comments

we are currently running into the issue that

gyp\generator\xcodeproj_file.py", line 1414, in SortGroup
    sorted(self._properties['children'], cmp=lambda x,y: x.Compare(y))
TypeError: 'cmp' is an invalid keyword argument for sort()

Upstream had merged some small fixes recently, please merge at least https://chromium.googlesource.com/external/gyp/+/aca1e2c3d346d704adfa60944e6b4dd06f4728be

Thanks!

If the other patches would get merged too that would be great.

I don't have an exact overview over what is merged already right now

Closing as gyp3 seems to be unmaintained. Furthermore, the original gyp seems to be compatible with Python 3 at this point. At least https://github.com/nodejs/node-gyp is.