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

Noarch #44

Merged
merged 5 commits into from
Oct 26, 2022
Merged

Noarch #44

merged 5 commits into from
Oct 26, 2022

Conversation

ocefpaf
Copy link
Member

@ocefpaf ocefpaf commented Oct 26, 2022

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

@ocefpaf ocefpaf requested a review from xylar as a code owner October 26, 2022 12:36
@conda-forge-linter
Copy link

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.

recipe/meta.yaml Outdated
- colorama # [win]
- importlib-metadata # [py<38]
- python >=3.8
- colorama
Copy link
Member Author

Choose a reason for hiding this comment

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

@isuruf what is the best choice here? Just ship colorama on not win too or do we have a better option?

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipe) and found some lint.

Here's what I've got...

For recipe:

  • noarch packages can't have selectors. If the selectors are necessary, please remove noarch: python.

@isuruf
Copy link
Member

isuruf commented Oct 26, 2022

@conda-forge-admin, rerender

@isuruf
Copy link
Member

isuruf commented Oct 26, 2022

The lint should go away with conda-forge/conda-smithy#1682

@ocefpaf ocefpaf merged commit 9bcbc25 into conda-forge:main Oct 26, 2022
@xylar
Copy link
Contributor

xylar commented Oct 26, 2022

Wow, that's neat stuff!

Comment on lines +15 to +16
string: "win_pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }}" # [win]
string: "unix_pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }}" # [unix]
Copy link
Member

Choose a reason for hiding this comment

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

Just so I can understand, was the string changed for convenience or is it serving some other purpose?

Copy link
Member

Choose a reason for hiding this comment

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

You could get identical build strings even if you build on different platforms. I'd guess this is to guard against it.

Copy link
Member

@jakirkham jakirkham Oct 29, 2022

Choose a reason for hiding this comment

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

It's possible to avoid this issue though ( conda-forge/conda-forge.github.io#1839 (comment) )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants