python-mistune: update to 0.7.3
This commit is contained in:
parent
da861e3c56
commit
848dfcdaa4
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-mistune'
|
||||
pkgname=python-mistune
|
||||
version=0.7.2
|
||||
version=0.7.3
|
||||
revision=1
|
||||
wrksrc="mistune-${version}"
|
||||
build_style=python-module
|
||||
|
@ -11,9 +11,9 @@ pycompile_module="mistune.py"
|
|||
short_desc="The fastest markdown parser for Python2"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/lepture/mistune"
|
||||
license="BSD"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
|
||||
checksum=626f2516adcde4af608eaf83635ff20ff7e577c1898ad4d0f0fcd8c094399840
|
||||
checksum=21d0e869df3b9189f248e022f1c9763cf9069e1a2f00676f1f1852bd7f98b713
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue