python-Markdown: update to 3.1.1.

Adopt package.
This commit is contained in:
Peter Bui 2019-09-04 10:04:26 -04:00 committed by Helmut Pozimski
parent 66ffc90ae2
commit bd58a9ac34

View file

@ -1,6 +1,6 @@
# Template file for 'python-Markdown'
pkgname=python-Markdown
version=2.6.11
version=3.1.1
revision=1
archs=noarch
wrksrc="Markdown-${version}"
@ -9,11 +9,11 @@ hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools"
pycompile_module="markdown"
short_desc="Python2 implementation of John Gruber's Markdown"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Peter Bui <pbui@github.bx612.space>"
homepage="https://github.com/waylan/Python-Markdown"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/M/Markdown/Markdown-${version}.tar.gz"
checksum=a856869c7ff079ad84a3e19cd87a64998350c2b94e9e08e44270faef33400f81
checksum=2e50876bcdd74517e7b71f3e7a76102050edec255b3983403f1a63e7c8a41e7a
alternatives="markdown:markdown_py:/usr/bin/markdown_py2"
post_install() {