-
-
Notifications
You must be signed in to change notification settings - Fork 13k
standardebooks 2.9.2 (new formula) #234265
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
base: main
Are you sure you want to change the base?
Conversation
Draft as I need to determine which additional python |
b912e98
to
0da5a5a
Compare
0da5a5a
to
4152a5c
Compare
4152a5c
to
087a9df
Compare
087a9df
to
ecb451b
Compare
ecb451b
to
c794483
Compare
depends_on "pillow" | ||
depends_on "py3cairo" | ||
depends_on "pycparser" | ||
depends_on "python-setuptools" |
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.
python-setuptools
formula is used only if it depends on the build, not a python package. So I think we should keep the setuptools
as a resource.
depends_on "openjdk" | ||
depends_on "pillow" | ||
depends_on "py3cairo" | ||
depends_on "pycparser" |
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.
There is no explicit dependency of pycparser
and this is maybe from cffi
, so we don't need.
license "GPL-3.0-or-later" | ||
head "https://github.com/standardebooks/tools.git", branch: "master" | ||
|
||
depends_on "rust" => :build |
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.
Need a comment for ex,
depends_on "rust" => :build | |
depends_on "rust" => :build # selenium -> setuptools-rust |
depends_on "py3cairo" | ||
depends_on "pycparser" | ||
depends_on "python-setuptools" | ||
depends_on "[email protected]" |
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.
Make it up to date.
depends_on "python@3.12" | |
depends_on "python@3.13" |
HOMEBREW_NO_INSTALL_FROM_API=1 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 doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?