Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

WIP: Track feedstocks#24

Open
justcalamari wants to merge 2 commits intoregro:masterfrom
justcalamari:feedstocks
Open

WIP: Track feedstocks#24
justcalamari wants to merge 2 commits intoregro:masterfrom
justcalamari:feedstocks

Conversation

@justcalamari
Copy link
Contributor

No description provided.

@CJ-Wright
Copy link
Member

Should this run as part of the cron job?

from libcflib.tools import parse_meta_yaml

sel_pat = re.compile(".+?\s*(#.*)?\[[^\[\]]+\](?(1)[^\(\)]*)$")
ARCHS = ["linux-32", "linux-64", "linux-arm", "osx-64", "win-32", "win-64"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the arches we don't care about

ARCHS = ["linux-32", "linux-64", "linux-arm", "osx-64", "win-32", "win-64"]


def has_selectors(meta_yaml):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add docstrings to these functions

![cd @(d)]
yield
![cd @(old_d)] No newline at end of file
![cd @(old_d)]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove indir if you want and use the xonsh lib for it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants