void-packages/srcpkgs/python3-markdown-it/template
Andrew J. Hesford 618becd2d0 python3-*: remove unnecessary make_install_target for pep517
Now that the wheel glob in do_check and do_install is more generic,
there is no longer a need to override the default behavior.
2023-05-25 13:43:29 -04:00

20 lines
720 B
Bash

# Template file for 'python3-markdown-it'
pkgname=python3-markdown-it
version=2.2.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3-mdurl"
short_desc="Python port of the JavaScript mardown-it package"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
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=7c9a5e412688bc771c67432cbfebcdd686c93ce6484913dccf06cb5a0bea35a1
# Tests not shipped in PYPI tarball
make_check=no
post_install() {
vlicense LICENSE
}