3.50. python-docs-html-3.10.2

This is new package, containing html documentation for python.

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


MY_P="python-${PV}-docs-html"

Configuration

src_config()
{
    return
}

Compilation

src_compile()
{
    return
}

Installation

src_install()
{

    install -dm755 ${D}${PREFIX}/share/doc/python-${PV}/html 
    cp -Rf * ${D}${PREFIX}/share/doc/python-${PV}/html
}

Build code

python-docs-html.build

Other files

meta.txt
text

Links

url.lfs: https://linuxfromscratch.org/lfs/view/11.1/chapter08/Python.html