New package: python3-ReParser-1.4.3

This commit is contained in:
Alex Childs 2018-11-26 22:56:10 -06:00 committed by maxice8
parent ece2524f35
commit 368a4d7956
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -0,0 +1,20 @@
# 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
}