# Description: Python implementation of John Gruber's Markdown # URL: https://python-markdown.github.io/ # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: python3-build python3-installer python3-setuptools python3-wheel name=python3-markdown version=3.7 release=1 source=("https://github.com/Python-Markdown/markdown/archive/refs/tags/${version}.tar.gz") build() { cd "markdown-${version}" python3 -m build -wn python3 -m installer --d "${PKG}" dist/*.whl }