
makedepends=(python-build python-installer python-packaging
  python-setuptools python-wheel python-six)
run=(python pam python-six)

description="Pure Python interface to the Pluggable Authentication Modules system"
url="https://github.com/FirefighterBlu3/python-pam"

packager="Great-OS Team"
maintainer="Great-OS Team"

name="python-pam"
version=2.0.2
release=2

source=(https://files.pythonhosted.org/packages/source/p/python-pam/$name-$version.tar.gz)

build() { 
  cd $name-$version
  python3 -m build --wheel --no-isolation
  python3 -m installer --destdir="$PKG" dist/*.whl
}