anatol / quarry

Rubygems binary repository for Arch Linux
GNU General Public License v3.0
53 stars 25 forks source link

pygments.rb also requires python2-pygments #1

Closed jjk-jacky closed 10 years ago

jjk-jacky commented 10 years ago

It should also be done for pygments.rb-0.5 (dependency of jekyll), not sure if another file is needed or not.

anatol commented 10 years ago

No need for a separate config. Quarry has "config file inheritance" - pygments.rb-0.5 will check pygments.rb-0.5.yaml first and if it absent will check pygments.rb.yaml.

Thanks for your contribution!

jjk-jacky commented 10 years ago

Great, thanks.

I thought it might be the case (due to the python2 dep) but wasn't sure.