Documentation ¶
Overview ¶
Package wheels includes implementation for installing wheels inside venv from vpython spec.
Index ¶
- func FromSpec(spec *vpython.Spec, pep425tags generators.Generator) generators.Generator
- func MustSetExecutor(reexec *actions.ReexecRegistry)
- func MustSetTransformer(cipdCacheDir string, ap *actions.ActionProcessor)
- func PlatformForPEP425Tag(t *vpython.PEP425Tag) template.Platform
- func Verify(spec *vpython.Spec) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromSpec ¶
func FromSpec(spec *vpython.Spec, pep425tags generators.Generator) generators.Generator
func MustSetExecutor ¶
func MustSetExecutor(reexec *actions.ReexecRegistry)
func MustSetTransformer ¶
func MustSetTransformer(cipdCacheDir string, ap *actions.ActionProcessor)
func PlatformForPEP425Tag ¶
PlatformForPEP425Tag returns the CIPD platform inferred from a given Python PEP425 tag.
If the platform could not be determined, an empty string will be returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.