question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Packages that can be noarch

See original GitHub issue

By dropping support for python<3.8 or by using noarch_platforms as in https://github.com/conda-forge/conda-forge.github.io/pull/1839

Here we collect some packages. PRs are welcome to help

Harder ones

@jaimergp: Feedstocks that have a py{<,<=}3{6,7,8} selector without compiler dependencies, still not noarch and no python_impl mentions (cs.github.com query). Search results say 110+ feedstocks but you can only retrieve 100 at a time so here we are. Some of them might not apply for other reasons( could not review all of them).

cc @conda-forge/core

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:7
  • Comments:39 (39 by maintainers)

github_iconTop GitHub Comments

2reactions
jaimergpcommented, Nov 3, 2022

org:conda-forge path:meta.yaml /pywin32\s+#\s+\[win/ NOT compiler NOT noarch: gives you 20 results for potential noarch packages that are not just because they require pywin32, but we could use the pywin32-on-windows metapackage instead!

2reactions
bollwyvlcommented, Oct 31, 2022

Folks, how are we handling the old jupyter extensions that have a pre/post script?

Haven’t looked, but we can likely emit appropriate ${PREFIX}/share/jupyter and ${PREFIX}/etc/jupyter/jupyter_notebook_config.d/<pkg_name>.json that would have the same effect as whatever the scripts were doing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using cross-platform “noarch” packages
Noarch packages from your Repository instance can be downloaded and installed on any platform. NOTE: Noarch packages are not compatible with Anaconda ...
Read more >
Features/NoarchSubpackages - Fedora Project Wiki
Noarch packages have several benefits over arch dependent packages: They can be shared between different architectures and thus use up less disk ...
Read more >
When to use arch vs. noarch when building RPMs?
I understand that for pure source code where there is no compilation and only extracting files on install of RPM, noarch is acceptable...
Read more >
Issue #355: How to package noarch ...
Use ExclusiveArch with noarch in the list along with the binary architectures that will work. I haven't seen but can imagine a third...
Read more >
Difference between noarch rpm and a rpm - linux
if the rpm is called *.noarch.rpm that should mean that this rpm can be installed on any architecture. The contents (files) installed by...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found