forked from ports/contrib
16 lines
458 B
Plaintext
16 lines
458 B
Plaintext
# Description: Distro - an OS platform information API
|
|
# URL: https://pypi.org/project/distro/
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
|
# Depends on: python3-setuptools
|
|
|
|
name=python3-distro
|
|
version=1.6.0
|
|
release=1
|
|
source=(https://files.pythonhosted.org/packages/a5/26/256fa167fe1bf8b97130b4609464be20331af8a3af190fb636a8a7efd7a2/distro-$version.tar.gz)
|
|
|
|
build() {
|
|
cd distro-$version
|
|
python3 setup.py build
|
|
python3 setup.py install --root=$PKG
|
|
}
|