slackbuilds/python/python3-hatchling
fourtysixandtwo 7dfccc0e90
python/python3-hatchling: Updated for version 1.27.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-12-21 07:10:49 +07:00
..
README python/python3-hatchling: Updated for version 1.25.0. 2024-09-14 23:36:57 +07:00
python3-hatchling.SlackBuild python/python3-hatchling: Updated for version 1.27.0. 2024-12-21 07:10:49 +07:00
python3-hatchling.info python/python3-hatchling: Updated for version 1.27.0. 2024-12-21 07:10:49 +07:00
slack-desc

README

python3-hatchling (Hatch build backend)

This is the extensible, standards compliant build backend used by
Hatch.

Add the following before the python3 build commands in your
Slackbuild as hatchling now requires python3-packaging-opt:

PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages