21 lines
586 B
Bash
21 lines
586 B
Bash
# Template file for 'python3-mistune2'
|
|
pkgname=python3-mistune2
|
|
version=2.0.0rc1
|
|
revision=1
|
|
wrksrc="mistune-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Markdown parser for Python"
|
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/lepture/mistune"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=ad224a1117fb84f148bc7d804ebe6ad7f14930c3602691e3a85cb894b03606c5
|
|
conflicts="python3-mistune>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|