conda-forge / pyqt-feedstock

A conda-smithy repository for pyqt.
BSD 3-Clause "New" or "Revised" License
5 stars 36 forks source link

Rebuild for PyPy3.7 for windows #102

Closed regro-cf-autotick-bot closed 2 years ago

regro-cf-autotick-bot commented 3 years ago

This PR has been triggered in an effort to update pypy37-windows.

Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.

This package has the following downstream children:

And potentially more.

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/964519799, please use this URL for debugging

conda-forge-linter commented 3 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

h-vetinari commented 2 years ago

@conda-forge-admin, please rerender

h-vetinari commented 2 years ago

Bunch of errors while compiling siplib.c:

    cl -c -nologo -Zm200 -Zc:wchar_t- -FS -Zc:strictStrings -O2 -MD -W3 -w44456 -w44457 -w44458 -DNDEBUG -DUNICODE -DWIN32 -DSIP_MODULE_NAME=PyQt5.sip -I. -ID:\bld\pyqt_split_1629655704086\_h_env\include -Fo @C:\Users\VSSADM~1\AppData\Local\Temp\nmF0CE.tmp
siplib.c
.\siplib.c(310): error C2078: too many initializers
.\siplib.c(298): error C2078: too many initializers
.\siplib.c(2679): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
.\siplib.c(6894): warning C4013: 'PyDescr_NewMethod' undefined; assuming extern returning int
.\siplib.c(6894): warning C4047: '=': 'PyObject *' differs in levels of indirection from 'int'
.\siplib.c(7925): warning C4013: 'PyUnicode_AppendAndDel' undefined; assuming extern returning int
.\siplib.c(11675): error C2078: too many initializers
.\siplib.c(11663): error C2078: too many initializers
.\siplib.c(13720): error C2039: 'f_back': is not a member of '_frame'

Though OTOH, just saw that #88 is still open too.

regro-cf-autotick-bot commented 2 years ago

I see that this PR has conflicts, and I'm the only committer. I'm going to close this PR and will make another one as appropriate. This was generated by https://github.com/regro/autotick-bot/actions/runs/1454506846