summaryrefslogtreecommitdiff
path: root/python3-distro/Pkgfile
blob: c9f687234d60f87ef4d60ae2da87cf19725fd19d (plain)
    1 # Description: Distro - an OS platform information API
    2 # URL: https://pypi.org/project/distro/
    3 # Maintainer: Matt Housh, jaeger at crux dot ninja
    4 # Depends on: python3-setuptools
    5 
    6 name=python3-distro
    7 version=1.5.0
    8 release=1
    9 source=(https://files.pythonhosted.org/packages/a6/a4/75064c334d8ae433445a20816b788700db1651f21bdb0af33db2aab142fe/distro-$version.tar.gz)
   10 
   11 build() {
   12 	cd distro-$version
   13 	python3 setup.py build
   14 	python3 setup.py install --root=$PKG
   15 }

Generated by cgit