You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first install I did referenced the pyproject python spec, so I changed depends_on from 3.9 to 3.11. But maybe its not needed.
The others may be needed for homebrew to work or maybe I just copied them blindly from some other package.
The text was updated successfully, but these errors were encountered:
Got it. So the depends_on is needed, but that resource manual definition stuff is for the birds.
This works locally, going to deploy and close this. Took me two days of investigation to get here.
classDesertislandutils < FormulaincludeLanguage::Python::Virtualenvdesc"Be here, thy collection of personal convenience utilities"homepage"https://github.com/mahiki/homebrew-tap"url"https://github.com/mahiki/desertislandutils/releases/download/v0.3.10/desertislandutils-0.3.10.tar.gz"sha256"9c8304fdb02a1fd9d3ffd460cdaf25f1b22a70f2d18ebde700080d328c306216"license"MIT"depends_on"python@3.11"depends_on"poetry"definstallvenv=virtualenv_create(libexec,"python3")ENV["VIRTUAL_ENV"]=libexecsystem"poetry","install","--no-root"venv.pip_install_and_linkbuildpathendtestdosystem"#{bin}/wn","--help"system"#{bin}/too","--help"endend
Does the formula need these:
The first install I did referenced the pyproject python spec, so I changed depends_on from 3.9 to 3.11. But maybe its not needed.
The others may be needed for homebrew to work or maybe I just copied them blindly from some other package.
The text was updated successfully, but these errors were encountered: