# Template file for 'python3-markdown2'
pkgname=python3-markdown2
version=2.5.5
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Fast and complete implementation of Markdown in Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/trentm/python-markdown2"
distfiles="https://github.com/trentm/python-markdown2/archive/${version}.tar.gz"
checksum=4dc908966f556568dbb553bbd6efb48d301db57a44fb5d47cf2ea12f398daef8

do_check() {
	PY3PATH="${PWD}/build/lib"

	cd test
	PYTHONPATH="${PY3PATH}" python3 test.py -- -knownfailure
}


post_install() {
	vlicense LICENSE.txt
}
