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

WIP: Track feedstocks #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

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 @(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