Conversation
|
Hi! This is the staged-recipes linter and I found some lint. It looks like some changes were made outside the If these changes are intentional (and you aren't submitting a recipe), please add a File-specific lints and/or hints:
|
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
73cf6ef to
5617f27
Compare
|
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
865107d to
cb33673
Compare
cb33673 to
a986c34
Compare
|
@conda-forge/ruby Please review and merge if everything looks fine |
c0ec640 to
95c0db0
Compare
95c0db0 to
4f41c5f
Compare
|
Waiting for asciidoctor-feedstock/pull/16 |
dd408c5 to
aba37fe
Compare
55b2112 to
78f1dab
Compare
78f1dab to
731a5da
Compare
|
@conda-forge/help-ruby please review and merge if it is fine |
|
@conda-forge/help-ruby , Gentle reminder. Kindly review and merge the pull request |
|
@conda-forge/staged-recipes , @conda-forge/help-ruby , Kindly review and merge the pull request |
|
To help direct your pull request to the best reviewers, please mention a topic-specifc team if your recipe matches any of the following: conda-forge/help-c-cpp, conda-forge/help-cdts, conda-forge/help-go, conda-forge/help-java, conda-forge/help-julia, conda-forge/help-nodejs, conda-forge/help-perl, conda-forge/help-python, conda-forge/help-python-c, conda-forge/help-r, conda-forge/help-ruby,or conda-forge/help-rust. Thanks! |
|
Hello @wolfv , There are some changes from the version you have reviewed. Kindly review the changes again. |
|
@conda-forge/staged-recipes can this PR be merged? |
|
To help direct your pull request to the best reviewers, please mention a topic-specifc team if your recipe matches any of the following: conda-forge/help-c-cpp, conda-forge/help-cdts, conda-forge/help-go, conda-forge/help-java, conda-forge/help-julia, conda-forge/help-nodejs, conda-forge/help-perl, conda-forge/help-python, conda-forge/help-python-c, conda-forge/help-r, conda-forge/help-ruby,or conda-forge/help-rust. Thanks! |
|
@conda-forge/help-ruby @wolfv can you take a look at this PR? |
| - gem install -N -l -V --norc --ignore-dependencies -n $PREFIX/bin {{ name }}-{{ version }}.gem | ||
| - gem unpack {{ name }}-{{ version }}.gem | ||
| - cp -v asciidoctor-reducer.bat $PREFIX/bin/asciidoctor-reducer.bat | ||
| skip: {{ win }} |
There was a problem hiding this comment.
This is to fix the entry-point. When building on Linux, it will create the right executable file for unix-system. By adding the .bat script it will create a noarch package.
| ruby: | ||
| - 3.1 | ||
| - 3.2 | ||
| - 3.3 |
There was a problem hiding this comment.
prob better to add - 3.4as it is already available
There was a problem hiding this comment.
I would suggest to remove -3.1, version 3.1 is close to EOL and has some issues, I faced the same issue while adding some other ruby packages.
7368c07
There was a problem hiding this comment.
ruby 3.4 can be added after conda-forge/asciidoctor-feedstock#17 => done
4eb110f to
72de58e
Compare
53b4bcc to
d741ea6
Compare
|
@chrisburr, @xhochy, can you maybe check if this PR can be merged? |
|
@ocefpaf can you maybe help here? |
| - asciidoctor-reducer -h | ||
|
|
||
| about: | ||
| home: https://rubygems.org/gems/{{ name }} |
There was a problem hiding this comment.
Can you remove the excess of jinja? It makes the URLs unusable and serves no purpose, we recommend it just for the version and the name in rare places, like PyPI URLs. Also not that the future recipe format will remove jinja, so you are already future proofing it.
Checklist
url) rather than a repo (e.g.git_url) is used in your recipe (see here for more details).