21 lines
698 B
Bash
21 lines
698 B
Bash
# Template file for 'python3-markdown-it'
|
|
pkgname=python3-markdown-it
|
|
version=3.0.0
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
depends="python3-mdurl"
|
|
short_desc="Python port of the JavaScript mardown-it package"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/executablebooks/markdown-it-py"
|
|
changelog="https://raw.githubusercontent.com/executablebooks/markdown-it-py/master/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/m/markdown-it-py/markdown-it-py-${version}.tar.gz"
|
|
checksum=e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb
|
|
# Tests not shipped in PYPI tarball
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|