bioconda-recipes icon indicating copy to clipboard operation
bioconda-recipes copied to clipboard

How to automate PRs for C based packages hosted on sourcefourge

Open tamuanand opened this issue 8 months ago • 2 comments

Hi @bgruening

bbmap has a new version - 39.03 - https://sourceforge.net/projects/bbmap/files/

  • however, for whatever reason, bioconda has not picked up this update - https://anaconda.org/bioconda/bbmap

Is there a way to track/automate these?

For some reason @pdiakumis had to do this in a semi-automated way for mosdepth

  • https://github.com/brentp/mosdepth/issues/212#issuecomment-1752793162
  • https://github.com/bioconda/bioconda-recipes/pull/43500

Submitted a pull request here: https://github.com/bioconda/bioconda-recipes/pull/44114

  • first time doing a pull request in this repo

tamuanand avatar Nov 05 '23 23:11 tamuanand

Yes you can write a bot that automates these PRs - autobump might not work for sourcefourge hosted repos.

corneliusroemer avatar Dec 20 '23 21:12 corneliusroemer

Autobump does work for SourceForge as long as the URL matches the regex for the SourceForge hoster, which bbmap does. Running autobump for bbmap locally, it looks like the version parser that is used to parse and sort the versions to find the latest is choking on the old versions that contain _java7.

aliciaaevans avatar Feb 01 '24 23:02 aliciaaevans