Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding some fixes to cpan skeleton #1704

Merged
merged 8 commits into from
Jan 30, 2017

Conversation

jerowe
Copy link
Contributor

@jerowe jerowe commented Jan 27, 2017

@msarahan, here is my PR for #1675.

Mostly, the metacpan api url needed to be updated, but there were a few other fixes.

@@ -174,10 +174,11 @@ def skeletonize(packages, repo, output_dir=".", version=None, recursive=False,
sources into expected conda recipe format."""

version = getattr(config, "version", version)
#I dont now if these do anything
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@msarahan , do these do anything? version, outdir, and recursive are not in kwargs.

Copy link
Contributor

Choose a reason for hiding this comment

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

I have no idea, I'm sorry. I'm glad you put them there in main_skeleton.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm reasonably certain they aren't doing anything, but I feel nervous about getting rid of things.

@@ -174,10 +174,11 @@ def skeletonize(packages, repo, output_dir=".", version=None, recursive=False,
sources into expected conda recipe format."""

version = getattr(config, "version", version)
#I dont now if these do anything
Copy link
Contributor

Choose a reason for hiding this comment

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

I have no idea, I'm sorry. I'm glad you put them there in main_skeleton.

if version:
kwargs.update({'version': version})
if recursive:
kwargs.update({'version': version})
kwargs.update({'recursive': recursive})
Copy link
Contributor

Choose a reason for hiding this comment

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

good catch.

@msarahan
Copy link
Contributor

Looks like you need to catch a CondaRuntimeError for conda 4.2.x. Otherwise fine. Thanks!

Please sign the CLA, too, if you can. If you need to consult your legal department, I can forward that info to the appropriate people here.

@jerowe
Copy link
Contributor Author

jerowe commented Jan 27, 2017

@msaharn, not a problem, but I already signed a CLA with conda core. Are they separate projects?

How is the little one?

@msarahan
Copy link
Contributor

@jerowe thanks - you only need to have signed one of the CLAs.

Eric is fat and happy most of the time. Can't ask for more. =) Thanks for asking.

@msarahan
Copy link
Contributor

@jerowe fixed things up. Sorry, they were a bit of a mess. Needed to pull in CondaError from conda 4.2, not just 4.3.

This should pass CI now. Will merge when it does.

@msarahan
Copy link
Contributor

Hooray! it worked! merging.

@msarahan msarahan merged commit 6922ec3 into conda:master Jan 30, 2017
@jerowe
Copy link
Contributor Author

jerowe commented Jan 30, 2017

Thanks, @msarahan!

@jerowe jerowe deleted the feature/fix-perl-build branch January 31, 2017 06:09
@github-actions
Copy link

github-actions bot commented May 6, 2022

Hi there, thank you for your contribution!

This pull request has been automatically locked because it has not had recent activity after being closed.

Please open a new issue or pull request if needed.

Thanks!

@github-actions github-actions bot added the locked [bot] locked due to inactivity label May 6, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants