-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
Create a broken list for myproxyclient #261
base: main
Are you sure you want to change the base?
Create a broken list for myproxyclient #261
Conversation
Why are they broken? They look fine and you didn't link an actual issue. |
The recipe it's Python noarch and I would like to remove all non-noarch builds for version 2.1.0. I create a build number 2, for this purpose but still non-noarch (build number 1) are selected by default when it's installed. I have tried to patch but It's no clear how to proceed. Any suggestion are more than welcome. |
What was the reason for conda-forge/myproxyclient-feedstock#18? |
Yes. Sorry, I didn't mention. The conda-forge/myproxyclient-feedstock#18 it's a new build as noarch package (number=2). |
Sorry I wasn't clear enough in my question, what was the original reason for trying to remove noarch and then add it back again? (Mostly asking for my own curiosity and to better understand where conda-forge maintainers have issues) |
@chrisburr It was my fault of experience on how the publish process works on conda-forge, and conda packages priority it's been handle. I have had created the new version (2.1.0) as noarch, because previous versions were created as non-noarch, but the Python package itself it's noarch. After successfully push the noarch new version (build=0) to the cf channel, I have had tried install it on my local machine, but only the old versions (non-noarch) were offered to be installed. I made the assumption of that it was a problem with the priority channel resolution, which prioritize non-noarch packages over noarch packages, when no specific version it's been specified. Therefore a create a new build (build=1), but with non-noarch option. The assumption was wrong, because there is a delay, between the push to the Anaconda channel and when it's available as install package on your local computer. Then I have re-create again the noarch build (build=2) but now the install only offers to me the new version, but build=1 as non-noarch. Hope this clarify my issues. |
@conda-forge/core please review. |
Marking no-noarch packages as broken for myproxyclient version 2.1.0
The myproxyclient version it's a python noarch package.
This PR is requesting to remove those tarball that are not noarch.
Guidelines for marking packages as broken:
instead of marking packages as broken. This alternative workflow makes environments more reproducible.
not technically broken and should not be marked as such.
but should be patched in the repo data and be marked unbroken later.
the maintainers only, we can allow packages to be marked broken more liberally.
conda-forge/core
) try to make a decision on these requests within 24 hours.Checklist:
broken/*
for adding thebroken
label,not_broken/*
for removing thebroken
label, ortoken_reset/*
for token resets)