python-Markdown: update to 2.6.11

This commit is contained in:
Alessio Sergi 2018-01-17 12:41:40 +01:00
parent c454bf9827
commit c320baebd3

View file

@ -1,19 +1,19 @@
# Template file for 'python-Markdown'
pkgname=python-Markdown
version=2.6.10
version=2.6.11
revision=1
noarch=yes
wrksrc="Markdown-${version}"
build_style=python-module
hostmakedepends="unzip python-setuptools python3-setuptools"
depends="python"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools"
pycompile_module="markdown"
short_desc="Python2 implementation of John Gruber's Markdown"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://github.com/waylan/Python-Markdown"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/M/Markdown/Markdown-${version}.zip"
checksum=cfa536d1ee8984007fcecc5a38a493ff05c174cb74cb2341dafd175e6bc30851
distfiles="${PYPI_SITE}/M/Markdown/Markdown-${version}.tar.gz"
checksum=a856869c7ff079ad84a3e19cd87a64998350c2b94e9e08e44270faef33400f81
alternatives="markdown:markdown_py:/usr/bin/markdown_py2"
post_install() {
@ -22,7 +22,7 @@ post_install() {
python3-Markdown_package() {
noarch=yes
depends="python3"
depends="python3-setuptools"
pycompile_module="markdown"
short_desc="${short_desc/Python2/Python3}"
alternatives="markdown:markdown_py:/usr/bin/markdown_py3"