versioning python #2028
Unanswered
ipatch
asked this question in
Writing Formulae/Casks
Replies: 2 comments 2 replies
-
Make it keg-only, I guess? Why do you need your own version of Python 3.9? |
Beta Was this translation helpful? Give feedback.
2 replies
-
i noticed that forks of is it not possible to add a and if not? how could i modify the formula to create the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i'm having a difficult time making
brew audit --formula ./Formula/python3.9.rb
happy.In the freecad/homebrew-freecad tap we have a tap based version of python 3.9 that uses the tap python instead of homebrew-core [email protected]
me personally, i haven't run into many issues using both the freecad based python and the homebrew-core based python.
if i ever run into an issue, i usually check to see which version is linked my cellar and then link such python to fix/resolve the issue that arises, which is rather seldom at best.
so all that said, i'm working on building bottles using the homebrew provided github actions, however it seems that using a versioned python is causing an audit error thus preventing any bottles from being built that rely on my tap specific version of python ie.
i read the versioning doc, and can't seem to avoid having the above audit error arise. doing a quick grep in the homebrew brew cmd repo leads me to this block,
how can i get my versioned formula ie. python3.9 to pass this check?
Beta Was this translation helpful? Give feedback.
All reactions