This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Project:Python/Wheels packages in Gentoo

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

This page lists packages that are currently available only in wheels format. Gentoo currently has no support for installing python packages that are released in the wheels (.whl) format, beyond manual installation of package metadata and installing modules manually. The wheels format was created with the intention of installing images of python packages, without calling setup.py and relying on code execution.

Package Version Upstream In-tree?
dev-python/nose_warnings_filters 0.1.0 https://github.com/Carreau/nose_warnings_filters/ using manual installation

Workarounds

If possible, work around .whl files by either using a git commit to pull the sources, or finding an alternate method of obtaining the sources. Occasionally this means playing ball with GitHub or other third-party hosting sites.