19 lines
530 B
Bash
19 lines
530 B
Bash
# Template file for 'python3-mistune'
|
|
pkgname=python3-mistune
|
|
version=0.8.4
|
|
revision=4
|
|
wrksrc="mistune-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Fast markdown parser for Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/lepture/mistune"
|
|
distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
|
|
checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|