conda-forge / cartopy-feedstock

A conda-smithy repository for cartopy.
BSD 3-Clause "New" or "Revised" License
4 stars 16 forks source link

cartopy v0.14.3 #17

Closed marqh closed 8 years ago

conda-forge-linter commented 8 years ago

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 (recipe) and found it was in an excellent condition.

ocefpaf commented 8 years ago

@marqh do you know how to re-render with conda-smithy? That should fix the AppVeyor failure. If not I can do that later for you.

marqh commented 8 years ago

do you know how to re-render with conda-smithy?

@ocefpaf i'm afraid I don't, but I'm happy to learn. Are there docs up? Or, is it an easy process to describe?

ocefpaf commented 8 years ago

PS: Another useful feature of conda-smithy is conda smithy recipe-lint to check lints of new recipes.

marqh commented 8 years ago

@ocefpaf I seem have have hit a few issues, such as:

No circle token.  Create a token at https://circleci.com/account/api and
put it in ~/.conda-smithy/circle.token
orig_npy = conda_build.config.config.CONDA_NPY
AttributeError: 'module' object has no attribute 'config'

so if you could fix this for me whilst I work out what might be going on, that'd be most helpful

thank you mark

ocefpaf commented 8 years ago

No circle token

That is should not be a problem. It is just a warning.

AttributeError: 'module' object has no attribute 'config'

That may require a conda/conda-build update. Not sure...

marqh commented 8 years ago

hmmm....

i've updated conda and conda-build and I still get the same behaviour; puzzling

ocefpaf commented 8 years ago

What version of conda-build-all do you have there?

marqh commented 8 years ago

ocefpaf merged ....

thank you

marqh commented 8 years ago

What version of conda-build-all do you have there?

conda-build-all           0.13.2                   py27_0    conda-forge
ocefpaf commented 8 years ago

ocefpaf merged ....

:grimacing: See #18 (I too the easy path here :wink:)

ocefpaf commented 8 years ago

conda-build-all 0.13.2 py27_0 conda-forge

Latest is 1.0.0. Maybe that is the culprit.

marqh commented 8 years ago
and put it in ~/.conda-smithy/anaconda.token
Using Anaconda API: https://api.anaconda.org
Fetching package metadata .........
Fetching package metadata .........
Fetching package metadata .........
Fetching package metadata .........
Fetching package metadata .........

CI support files regenerated. These need to be pushed to github!

You can commit the changes with:

    git add -A
    git commit -m 'MNT: Re-rendered with conda-smithy 1.3.3'

that does indeed seem to be it

many thanks

I assume that in this case there's no need to push to github, but next time ... ?

ocefpaf commented 8 years ago

that does indeed seem to be it

Yep. That is it.

I assume that in this case there's no need to push to github, but next time ... ?

conda, conda-build, conda-build-all, and conda-smithy have been such a moving target lately that I start my morning with an overral update before my coffee :smile: