gis/python3-netcdf4-python: Fix PYTHONPATH.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-03-31 11:33:40 -06:00 committed by Willy Sudiarto Raharjo
parent 576e459bcd
commit ac4d7d7f1a
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -71,7 +71,8 @@ sed -i 's/oldest-supported-numpy/numpy>=1.19.3/' pyproject.toml
# Requires newer version of setuptools than available in -stable. Has not
# effect on -current
export PYTHONPATH=/opt/python3.9/site-packages
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages
python3 -m build --no-isolation
python3 -m installer -d "$PKG" dist/*.whl