python3-fastentrypoints 0.12
Name | python3-fastentrypoints |
---|---|
Version | 0.12 |
Summary | Make entry_points specified in setup.py load more quickly |
Description | Using entry_points in your setup.py makes scripts that start really slowly because it imports pkg_resources, which is a horrible thing to do if you want your trivial script to execute more or less instantly. fastentrypoints aims to fix that bypassing pkg_resources, making scripts load a lot faster. |
Section | devel/python |
License | BSD-2-Clause |
Homepage | https://github.com/ninjaaron/fast-entry_points |
Recipe file | recipes-devtools/python/python3-fastentrypoints_0.12.bb |
Layer | meta-virtualization (nanbield branch) |
Inherits |
|
Dependencies |
|
PACKAGECONFIG options |
Sources
https://files.pythonhosted.org/packages/source/f/fastentrypoints/fastentrypoints-0.12.tar.gz |
Patches
None
Other branches
This recipe in other branches of meta-virtualization:
Branch | Recipe |
---|---|
master | python3-fastentrypoints 0.12 |
scarthgap (Yocto Project 5.0) | python3-fastentrypoints 0.12 |
nanbield (Yocto Project 4.3) | python3-fastentrypoints 0.12 (this recipe) |
mickledore (Yocto Project 4.2) | python3-fastentrypoints 0.12 |
langdale (Yocto Project 4.1) | python3-fastentrypoints 0.12 |
kirkstone (Yocto Project 4.0) | python3-fastentrypoints 0.12 |
honister (Yocto Project 3.4) | python3-fastentrypoints 0.12 |
hardknott (Yocto Project 3.3) | python3-fastentrypoints 0.12 |
gatesgarth (Yocto Project 3.2) | python3-fastentrypoints 0.12 |
dunfell (Yocto Project 3.1) | python3-fastentrypoints 0.12 |