void-packages/srcpkgs/python-mistune/template
2015-06-18 20:30:00 +02:00

25 lines
799 B
Bash

# Template file for 'python-mistune'
pkgname=python-mistune
version=0.6
revision=1
wrksrc="mistune-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools python-Cython python3.4-Cython"
makedepends="python-devel python3.4-devel"
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"
distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
checksum=d54a69365d01bc97412a39c11674a8aae3f333586e91f38895cc1ad818e13dc5
python3.4-mistune_package() {
pycompile_version="3.4"
pycompile_module="mistune.py"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}