python3-Markdown: update to 3.4.3

This commit is contained in:
chrysos349 2023-06-13 01:33:24 +03:00 committed by Duncan Overbruck
parent c577e8f6b7
commit a5e55a9af4

View file

@ -1,19 +1,23 @@
# Template file for 'python3-Markdown'
pkgname=python3-Markdown
version=3.3.4
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
version=3.4.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3"
checkdepends="python3-yaml"
short_desc="Python3 implementation of John Gruber's Markdown"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/Python-Markdown/markdown"
distfiles="${PYPI_SITE}/M/Markdown/Markdown-${version}.tar.gz"
checksum=31b5b491868dcc87d6c24b7e3d19a0d730d59d3e46f4eea6430a321bed387a49
checksum=8bf101198e004dc93e84a12a7395e31aac6a9c9942848ae1d99b9d72cf9b3520
conflicts="python-Markdown>=0"
do_check() {
python3 -m unittest discover tests
}
post_install() {
vlicense LICENSE.md LICENSE
}