-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to 5.12 #59
Update to 5.12 #59
Conversation
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 ( |
@conda-forge-admin, please rerender |
Hi! This is the friendly automated conda-forge-webservice. I tried to re-render for you, but it looks like there was nothing to do. |
@isuruf, @ocefpaf, there are a couple of issues to consider here:
|
Sorry, forget that comment. That's only seen in Azure but not in Appveyor (don't know why though). |
For 1, you can create an empty |
For that we would have to split QtWebEngine from PyQt 5.9 too, right? But I don't know how to do that. |
No. For Qt 5.9, |
Ok, got it. Thanks for the advice @isuruf! Unfortunately, I don't have time to submit Could someone help me with that? |
|
Yeah, you're right. Those libraries are part of our Qt package, so there's no need to split this one. I'll continue with this PR then when I have more free time next week. |
@ccordoba12 Is there anything people can do to help with this? |
You could open a new PR for this, if you want, because I'm really swamped right now, sorry. |
@ccordoba12 could you reopen #61 then? |
@leofang, that was the wrong approach. You need to take what I've done here and try to finish it. |
No, as I said there you need a private copy of sip. Your approach cannot achieve that. I can try to combine both approaches to support the WebEngine, but a special handling of sip is a must. |
Why not an installed version of sip? And if a private copy is inevitable, is it not build as part of PyQt5? |
See conda-forge/sip-feedstock#16 for the references. PyQt changed the build requirements in 5.11. I didn’t invent it. |
@leofang, does a symlink from |
Or a simple python file |
I doubt a simple Symlinking all relevant files might work, but I don't know enough how to overwrite paths in a conda build script. I do not have time to explore along this path. One thing I'd like to note: I admit the |
@leofang if the wget is the issue, you could add |
@isuruf @ccordoba12 Based on the above discussion on However, this doesn't work, as the three |
Thanks for the suggestion, but I think this route is difficult to manage. I found that specifying multiple sources in the recipe is much simpler and robust. |
No, that's not what needs to be done. You need to extract pyqtwebengine sources in this recipe so that module is compiled and packaged as part of this package. |
pyqtwebengine source is unavailable either on PyPi or on the official website if I'm not mistaken. Isn't this the reason you guys were looking at the wheel? |
It's on the PyQt website, you need to look for it. |
OK found it. I looked at the wrong page. Life is a bit easier with source code available. Thanks. |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)Closes #60.