3.51. wheel-0.37.1

#!/bin/sh
# Copyright © 2020-2022 Gerard Beekmans
# Copyright © 2022 Random Crew
# Distributed under the terms of MIT License.

Configuration

src_config()
{
    return
}

Compilation

src_compile()
{
    return
}

Installation

New option --prefix is given to install into D for packaging.

src_install()
{
    pip3 install --no-index --prefix=${D}${PREFIX} $(pwd)
}

Build code

wheel.build

Other files

meta.txt
text

Links

url.lfs: https://linuxfromscratch.org/lfs/view/11.2/chapter08/wheel.html