python3-Markdown: update to 3.3.1

Closes: #25549 [via git-merge-pr]
This commit is contained in:
Paper 2020-10-12 21:40:06 +02:00 committed by Andrew J. Hesford
parent 2622957318
commit 51c15bd9f3
1 changed files with 5 additions and 4 deletions

View File

@ -1,17 +1,18 @@
# Template file for 'python3-Markdown'
pkgname=python3-Markdown
version=3.2.2
revision=2
version=3.3.1
revision=1
wrksrc="Markdown-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
checkdepends="python3-yaml"
short_desc="Python3 implementation of John Gruber's Markdown"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="BSD-3-Clause"
homepage="https://github.com/waylan/Python-Markdown"
homepage="https://github.com/Python-Markdown/markdown"
distfiles="${PYPI_SITE}/M/Markdown/Markdown-${version}.tar.gz"
checksum=1fafe3f1ecabfb514a5285fca634a53c1b32a81cb0feb154264d55bf2ff22c17
checksum=c3ce9ebb035c078cac0f2036068d054e7dc34354eeecc49c173c33c96b124af6
alternatives="markdown:markdown_py:/usr/bin/markdown_py3"
post_install() {