python-mistune: update to 0.7.2.

This commit is contained in:
Michael Gehring 2016-02-29 08:33:54 +01:00
parent 6533cc37af
commit 2e7957262e
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-mistune'
pkgname=python-mistune
version=0.7.1
version=0.7.2
revision=1
wrksrc="mistune-${version}"
build_style=python-module
@ -13,7 +13,11 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/lepture/mistune"
license="BSD"
distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
checksum=6076dedf768348927d991f4371e5a799c6a0158b16091df08ee85ee231d929a7
checksum=626f2516adcde4af608eaf83635ff20ff7e577c1898ad4d0f0fcd8c094399840
post_install() {
vlicense LICENSE
}
python3.4-mistune_package() {
pycompile_version="3.4"
@ -21,5 +25,6 @@ python3.4-mistune_package() {
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
vlicense LICENSE
}
}