-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
woof 20220202 #94258
woof 20220202 #94258
Conversation
If there are releases we shouldn't make ones up. Either they start tagging or we remove the formula, with 8 installs in 30 days we're not exactly talking about a big formula here. |
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.
See earlier comment
The last official release (from the homepage) is 20120531 but it doesn't support Python 3. Support was added in a 2012-05-31 commit but these changes aren't included as part of the release on the same date (it uses the commit before the Python 3 changes). The related commit wasn't made public until the GitHub project was created (2020-06-24). The latest commit is from 2021-06-09, so the project doesn't seem to be dead. I'll create an issue to see if they'll start tagging versions (e.g., |
c7efa9f
to
3e7b689
Compare
By request, upstream tagged a version ( With that out of the way, we just need to figure out if/how we can update the test to work on Linux. |
3e7b689
to
3620652
Compare
By request, upstream tagged a version ( The test failures on macOS 11 and Linux appeared to be related to system Calling |
Formula is now using a tagged version.
7ef1144
to
6323a9d
Compare
This has been updated to use |
Co-authored-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com>
6323a9d
to
273c1f6
Compare
🤖 A scheduled task has triggered a merge. |
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>
?This updates
woof
to the latest commit from 2021-06-09. The last release on the first-party site is from 2012-05-31 and the homepage directs users to the GitHub repository from 2020-06-24 onward.Unfortunately, the repository has no tags/releases, so this PR is uses a commit archive as
stable
. With this situation, we'll simply have to manually check for new commits periodically and update the formula until/unless upstream starts tagging versions.I've added
depends_on "python@3.10"
, as thewoof
file is a Python script with a#!/usr/bin/env python3
hashbang. If this isn't necessary in this context, let me know and I'll remove it.Past that, this adds
license "GPL-2.0-or-later"
, referencing the license comment in thewoof
file, which reads: