# Description: Python with the SmartyPants # URL: https://github.com/leohemsted/smartypants.py # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: python3 name=python3-smartypants version=2.0.1 release=1 source=("https://github.com/leohemsted/smartypants.py/archive/refs/tags/v${version}.tar.gz") build() { cd "smartypants.py-${version}" python3 setup.py install --root="${PKG}" --optimize=1 }