-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
List of defunct packages #539
Comments
So what does "defunct" mean? It seems like the packages are still developed, but the maintainers aren't actively maintaining the feedstock anymore, because now they maintain their own channel (info). In some sense that doesn't matter? We can still maintain |
I agree "defunct" means that is the code is still good but the package isn't being maintained.
|
About bob (https://www.idiap.ch/software/bob/) packages, since we already have our own channel, we don't want them to be available in conda-forge (at least the new versions). Please do not consider maintaining them here as well. It would just confuse our users and burden you with the maintenance. I am still interested in conda and conda-forge though and contribute from time to time. It would be great to mark the feedstocks here somehow as defunct or archived so people don't try to fix them when somebody does a major update in all feedstocks. In Gitlab you can archive repositories (basically disables pushes to the repository and disables issues and pull requests) but I don't know if Github has such capability. |
I think GitHub can also archive, but I don't think that would be enough. Ideally we'd also put something where the bot could find it (especially for |
How about,
? |
Why wouldn't Github archive be enough? Can't your bot check that? Archived projects usually do not even show up in searches. |
Having something in the recipe would not disable the issues and pull requests. So I will still get notifications from the feedstocks. Adding |
One could do both. However, having the |
I am in favor of the deprecated: true, as it seems the most straight forward way to sunset a package. |
@conda-forge/core thoughts? |
So you want to go over all these 30 feedstocks and push |
@183amir - I think that is a separate question. We may indeed want to archive some repos, the question we are trying to answer here is how would we even know which repos to archive in the first place. It seems like adding something to the meta.yaml is the easiest way. Ideally, we'd have a solution that works for all of conda-forge, not just N specific packages. |
In order to archive a feedstock, someone must raise an issue like this one. So you would know to archive it. I don't really see a point to go through all these hassle for archiving feedstocks. Someone must raise an issue before conda-forge/core goes and archives the feedstocks. Then you could have a simple script somewhere that uses Github API to archive feedstocks:
Only conda-forge/core can archive feedstocks. Maybe you want to know which ones are archived or not. You can use Github search filters for that. |
okay I see where the confusion is coming from. You may be thinking that any feedstock maintainer should be able to deprecate a feedstock (hence the meta.yaml approach) while I think only core should be allowed to do this. Well, I guess this is a decision for core members. I would say since core will not be getting a lot of requests like this, maybe you can do it with a simple script for now? |
Yeah exactly. Core is overloaded as it is. Anything that can reduce the burden very welcome :) |
Yes, but have you considered the abuse of this? What if maintainers don't understand what this is for? What if someone wants to maintain the feedstock after it's archived or archived it by mistake? Core will need to unarchive it, right? Or you are going to have an automatic approach for that too? |
Raised this on gitter somewhere, but having an empty maintainer list seems like the easiest way to mark something as no longer supported (and archive-able). There's less chance of misunderstanding the meaning of this change as it clearly means I don't want to maintain feedstock X any more and no one else is stepping up for the job. We could also reverse it by having a maintainer take over. Though core will need to interceded at that step as @183amir noted. That said, core already needs to step in when a maintainer goes AWOL. This would merely formalize that process. Going to the points on abuse, only maintainers of an existing feedstock (or core) could do this operation. Even if someone submitted a PR that was not in this group, it would be reviewable and mergeable by the aforementioned group. So am less concerned about abuse here. It's true core could do this stuff manually. However as with most automation in conda-forge, it's about improving the reliability of the process. If we are concerned about that change going in undetected by a less than sufficient review, we could have the linter point out any membership changes and ping relevant parties. Have already been thinking about this idea of late. Though in practice have not seen a need as people are pretty good at self-policing membership changes on individual feedstocks as other maintainers are friends and colleagues that they are interested in keeping good relationships with. |
Related: We may opt to move packages of unsupported feedstocks to an |
Just as an update, currently the autotick bot handles archived repos by noting them as such (in the node attributes) with the PR fails saying that the repo is archived. The autotick bot then doesn't try to PR against that feedstock. If the repo was un-archived then we would need to reset that attribute and the bot would start PRing against that again. |
@CJ-Wright says (and I agree):
|
After version bumping all the
bob
s I found out that they may be defunct.Would it be possible to keep a list of these defunct packages somewhere?
The text was updated successfully, but these errors were encountered: