-
Notifications
You must be signed in to change notification settings - Fork 18
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
Upstreaming to nixpkgs #32
Comments
Hi @eyJhb, I've attempted upstreaming cq-editor before and had to abandon it because it was too much work for me, particularly Spyder. If you want to get it into nixpkgs then that would be great. I'd advise starting with some of the lower level packages, like stdio-mgr and qstylizer and build up from there. |
First I will be trying removing as much custom packages from this repo (in my own fork). The current fork I have has removed quite some, and also it works perfectly fine on Python 3.9, which should maybe make it easier! I will try and see what I can do. I really appreciate the awesome work you have put into this! Seems to be high quality packages, with a lot of care taken! :) It made it possible for me to finally check out CadQuery. Which, I am not that good at... Yet! |
I get the following when I have updated a couple of things
I have a feeling you might know why the checks for CadQuery fails. Files are here https://github.com/eyJhb/cq-flake in fixup branch, but with tests enabled :) Thought I might continue this thread, if you don't mind :) |
So I would guess your first commit on your fixup branch works, and the second commit where you move to Python 3.9 generates this error? I'm on a work trip so I can't help more right now, but I'll see if I can figure out anything on the weekend. |
Would love to see this happen sometime! |
Hello,
Is there any reason this isn't upstreamed to nixpkgs?
I have tried using this with the latest nixpkgs version, but it required quite some tweaking. I might be doing a PR once I get rid of some of the bugs :)
The text was updated successfully, but these errors were encountered: