void-packages/srcpkgs/python3-ReParser/template
2018-11-30 15:12:02 -02:00

21 lines
600 B
Bash

# Template file for 'python3-ReParser'
pkgname=python3-ReParser
version=1.4.3
revision=1
noarch=yes
wrksrc=ReParser-${version}
build_style=python3-module
pycompile_module="reparser.py"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python3 simple regex-based lexer/parser for inline markup"
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
license="MIT"
homepage="https://github.com/xmikos/reparser"
distfiles="${PYPI_SITE}/R/ReParser/ReParser-${version}.tar.gz"
checksum=e69caf58a29d6e04723f6a7a456d304b7acfcf413957dafcd90ee49eccc2d15a
post_install() {
vlicense LICENSE
}