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