-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
viewvc: set maximum macOS #128608
viewvc: set maximum macOS #128608
Conversation
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.
Actually, upstream will provide support for Python 3 starting from their upcoming 1.3.x release series: https://github.com/viewvc/viewvc#requirements
So, maybe we can keep it as it is?
I'd rather reenable if they ever release that |
We already have a workflow that disables deprecated formulae after a year, we can leave this till then I think. No real reason to rush this? |
I think that workflow is a neural net it's developers called @iMichka, but we could wait. |
We have a workflow that deletes disabled formulae after a year. Going from deprecation to disabled is a manual thing I do from time to time, based on a script written by @SMillerDev (I never had the courage to make it a proper brew command but maybe one day). What is also happening is that I am working through the list of formulae that don't have a Ventura bottle: #123214. I had this deprecated formulae in the list, that's all. Our rules say we can disable them after 3 months of deprecation, so I thought I would just do it. After being disabled there is still one full year before the final removal. |
This comment was marked as outdated.
This comment was marked as outdated.
Does not work on Ventura as Python 2 is gone on that OS
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?