26 lines
703 B
Bash
26 lines
703 B
Bash
# Template file for 'python3-markdown2'
|
|
pkgname=python3-markdown2
|
|
version=2.3.8
|
|
revision=4
|
|
wrksrc=python-markdown2-$version
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
short_desc="Fast and complete implementation of Markdown in Python3"
|
|
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
|
license="MIT"
|
|
homepage="https://github.com/trentm/python-markdown2"
|
|
distfiles="https://github.com/trentm/python-markdown2/archive/${version}.tar.gz"
|
|
checksum=@f2439906b925fb3991b8e4c01909bd2e6cb3aa75ce64a053b5495f9c72726f77
|
|
|
|
do_check() {
|
|
PY3PATH="${PWD}/build/lib"
|
|
|
|
cd test
|
|
PYTHONPATH="${PY3PATH}" python3 test.py -- -knownfailure
|
|
}
|
|
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|