void-packages/srcpkgs/python-markdown2/template

29 lines
805 B
Bash

# Template file for 'python-markdown2'
pkgname=python-markdown2
version=2.3.7
revision=1
archs=noarch
build_style=python-module
pycompile_module="markdown2"
hostmakedepends="python-setuptools python3-setuptools"
short_desc="Fast and complete implementation of Markdown in Python2"
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
license="MIT"
homepage="https://github.com/trentm/python-markdown2"
distfiles="https://github.com/trentm/python-markdown2/archive/${version}.tar.gz"
checksum=@4576ebde09526f20c873a73775192851b7e9ed5f521fac34303ed0a8b8eda1ed
post_install() {
vlicense LICENSE.txt
}
python3-markdown2_package() {
archs=noarch
pycompile_module="markdown2"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
vlicense LICENSE.txt
}
}