# Template file for 'python3-Markdown' pkgname=python3-Markdown version=3.3.4 revision=1 wrksrc="Markdown-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools" checkdepends="python3-yaml" short_desc="Python3 implementation of John Gruber's Markdown" maintainer="Peter Bui " license="BSD-3-Clause" homepage="https://github.com/Python-Markdown/markdown" distfiles="${PYPI_SITE}/M/Markdown/Markdown-${version}.tar.gz" checksum=31b5b491868dcc87d6c24b7e3d19a0d730d59d3e46f4eea6430a321bed387a49 conflicts="python-Markdown>=0" post_install() { vlicense LICENSE.md LICENSE }