mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
bf63a3c298
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
358 B
Text
10 lines
358 B
Text
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
|