-
-
Notifications
You must be signed in to change notification settings - Fork 13.1k
python-setuptools: add [email protected]
#247604
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
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.
has to be done in two steps (add py3.12 and drop py3.13) as cryptography needs python-setuptools
6851286
to
ba720db
Compare
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
|
ba720db
to
37be71b
Compare
there is a problem with diff --color -r ./python-setuptools-sonoma/80.9.0_1/lib/python3.14/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA ./python-setuptools-arm64-sonoma/80.9.0_1/lib/python3.14/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA
171c171
< '/usr/local/share/SuperApp'
---
> '@@HOMEBREW_PREFIX@@/share/SuperApp'
173c173
< '/usr/local/share/SuperApp:/usr/share/SuperApp'
---
> '@@HOMEBREW_PREFIX@@/share/SuperApp:/usr/share/SuperApp'
196c196
< >>> os.environ["XDG_CONFIG_DIRS"] = "/etc:/usr/local/etc"
---
> >>> os.environ["XDG_CONFIG_DIRS"] = "/etc:@@HOMEBREW_PREFIX@@/etc"
198c198
< '/etc/SuperApp:/usr/local/etc/SuperApp'
---
> '/etc/SuperApp:@@HOMEBREW_PREFIX@@/etc/SuperApp'
# More diffs like this below Let's see if we do not need to |
Caution Please do not modify the bottle block. Bottle block modifications can cause CI to misbehave. |
37be71b
to
f17a3e8
Compare
Caution Please do not modify the bottle block. Bottle block modifications can cause CI to misbehave. |
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
|
f17a3e8
to
2acd56d
Compare
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
|
2acd56d
to
3251198
Compare
Caution Please do not modify the bottle block. Bottle block modifications can cause CI to misbehave. |
Let's keep the old behavior for keg relocation, it's a bit dirty to handle. I have opened a PR for this but not sure it can be accepted or not. |
Signed-off-by: botantony <[email protected]>
3251198
to
4b0073b
Compare
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
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>
?