-
-
Notifications
You must be signed in to change notification settings - Fork 13k
python2exe 0.1.0 (new formula) #234588
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
python2exe 0.1.0 (new formula) #234588
Conversation
Tip This pull request targets the |
Formula/python2exe.rb
Outdated
license "MIT" | ||
head "https://github.com/planetminguez/Python2ExeInC.git", branch: "main" | ||
|
||
depends_on "[email protected]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does not work with py3.13?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it does
Thanks for contributing to Homebrew! 🎉 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request. |
Edited python version
Hi @planetminguez this is a nice software, but not notable enough for us to package in Homebrew for now. This is not a decision on the merits of the software, but we cannot distribute every single piece of software and have to draw a line on “notability” somewhere. Of course, we would be happy to reconsider in the future. Please consider hosting it in a personal tap, which is very easy to do: https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap |
Add python2exe formula: converts Python scripts into native executables by embedding the script in a generated C wrapper that invokes Homebrew's Python at runtime. Includes a functional test.