Calling method in setup.py #3702
Unanswered
dnedrow
asked this question in
Writing Formulae/Casks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm packaging pass-import for use with the pass password/secrets manager.
When manually running
setup.py
from the pass-import source, a method calledmakedoc()
must be called prior to installing. So the sequence is:makedoc
routine (fromsetup.py
)setup
I'm not clear on how to run
makedoc
during the brew packaging step.I think it might require
Language::Python.setup_install_args
but the Brew documentation for running setup.py isn't clear on how to use this.The provide an inscrutable example:
I assume the above is somehow used in the formula.
Beta Was this translation helpful? Give feedback.
All reactions