contrib/python3-distro/Pkgfile

16 lines
392 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.7.0
release=1
source=(https://pypi.io/packages/source/d/distro/distro-$version.tar.gz)
build() {
cd distro-$version
python3 setup.py build
python3 setup.py install --root=$PKG
}