Skip to content

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

Closed
wants to merge 3 commits into from

Conversation

planetminguez
Copy link

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.

@github-actions github-actions bot added python Python use is a significant feature of the PR or issue new formula PR adds a new formula to Homebrew/homebrew-core labels Aug 23, 2025
Copy link
Contributor

Tip

This pull request targets the master branch. For future pull requests, please target the main branch instead.

@github-actions github-actions bot changed the base branch from master to main August 23, 2025 03:46
@github-actions github-actions bot added the autosquash Automatically squash pull request commits according to Homebrew style. label Aug 23, 2025
license "MIT"
head "https://github.com/planetminguez/Python2ExeInC.git", branch: "main"

depends_on "[email protected]"
Copy link
Member

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?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it does

Copy link
Contributor

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
@daeho-ro daeho-ro added the notability Project is not notable enough for inclusion label Aug 23, 2025
@daeho-ro daeho-ro marked this pull request as draft August 23, 2025 08:03
@fxcoudert
Copy link
Member

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

@fxcoudert fxcoudert closed this Aug 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosquash Automatically squash pull request commits according to Homebrew style. new formula PR adds a new formula to Homebrew/homebrew-core notability Project is not notable enough for inclusion python Python use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants