-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
y2j 1.1.1 (new formula) #12532
y2j 1.1.1 (new formula) #12532
Conversation
Added new formula: y2j Uses python virtualenv to provide runtime dependency on PyYAML Uses optional dependency on docker for running on a system with only docker. Closes wildducktheories/y2j#4
…in pipe management
edc41b7
to
7409a0f
Compare
Seems that the failing test in all cases is:
Seems like this is a new change since my last PR, as it passed tests last time. Also seems like quite a superficial and arbitrary limit given that this project misses the "<50 stars" criteria by a single star IMHO: More hoops to jump through for software packages to meet "notability" or other requirements inhibits the freedom of Free Open Source Software, stifles innovation by requiring projects to be popular enough to be packaged & distributed by a main channel such as Homebrew, which in itself is a chicken-egg problem. For example:
This results in the bar being too high for a useful piece of software to become popular or available in the package manager in the first place. Imagine if this was the case at the beginning of Linux and distro development... we would not have the open and diverse ecosystem that we do now. Would love to hear thoughts / discussion on this new policy! |
For the record, I rebased this work just this morning a couple hours ago and it's already saying that this branch is "out-of-date with the base branch". This PR only makes changes to |
pay no attention to that message |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
geez... closed again 😧 Seems that this project does not want new contributions or that people want to set the bar too high to prevent overload of PRs & issues? The fact that there is a bot to auto-close these, with no response from repo owners or collaborators, as well as the new "notability" requirements are preventing this from even being reviewed, much less getting a path to being merged. Anything I can do here? What is expected of contributors here? |
@trinitronx we're just a little busy. |
@trinitronx First, I apologize that we lost track of this. However, we cannot accept new formulae that rely on a convoluted installation method involving string replacements because a standard one does not exist upstream. That means that upstream would need to construct a more ordinary method of installation that we could use before it would be worth anyone's time to work on constructing a formula for If upstream ends up making the necessary changes to support a more standard installation flow, please feel free to open a new PR. |
@JCount : Thanks for the response! I've CC'ed this message upstream to wildducktheories/y2j#4 |
y2j
master
branchCloses wildducktheories/y2j#4
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?