Skip to content

Fix installing wheels with data#256

Merged
danyeaw merged 8 commits intoconda:mainfrom
danyeaw:fix-man-pages
Feb 26, 2026
Merged

Fix installing wheels with data#256
danyeaw merged 8 commits intoconda:mainfrom
danyeaw:fix-man-pages

Conversation

@danyeaw
Copy link
Member

@danyeaw danyeaw commented Feb 25, 2026

Description

This PR closes #255 by adding support for the other wheel schemas including data and scripts. I also did some refactoring to make use of Pathlib for better readability.

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@codspeed-hq
Copy link

codspeed-hq bot commented Feb 25, 2026

Merging this PR will not alter performance

✅ 5 untouched benchmarks


Comparing danyeaw:fix-man-pages (a804212) with main (7282513)

Open in CodSpeed

@danyeaw danyeaw marked this pull request as ready for review February 25, 2026 21:10
@danyeaw danyeaw requested a review from a team as a code owner February 25, 2026 21:10
@dholth dholth self-requested a review February 25, 2026 21:12
separators=(",", ": "),
)
fo.write(json_str)
json_str = json.dumps(obj, indent=2, sort_keys=True, separators=(",", ": "))
Copy link
Contributor

Choose a reason for hiding this comment

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

odd 'old' choice. For me the most compact (",", ":") is best and if we can get away with putting it all on one line (no indent argument) even better. These files probably do at least warrant the indent for readability however.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks, updated it to the more compact form.

@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Approved in 🔎 Review Feb 26, 2026
@danyeaw danyeaw enabled auto-merge (squash) February 26, 2026 21:01
@danyeaw danyeaw merged commit ee4328a into conda:main Feb 26, 2026
37 checks passed
@github-project-automation github-project-automation bot moved this from ✅ Approved to 🏁 Done in 🔎 Review Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: 🏁 Done

Development

Successfully merging this pull request may close these issues.

ValueError('Unsupported scheme: data') when running conda install ipython

3 participants