Files
ports/main/python3-distro/spkgbuild
2022-10-16 17:44:03 +02:00

14 lines
369 B
Plaintext

# description : Linux OS platform information API
# depends : python3-build python3-installer python3-wheel
name=python3-distro
version=1.8.0
release=1
source="https://github.com/nir0s/distro/archive/v${version}/python-distro-${version}.tar.gz"
build() {
cd distro-$version
python3 -m build --wheel --no-isolation
python3 -m installer --destdir=$PKG dist/*.whl
}