19 lines
562 B
Bash
19 lines
562 B
Bash
# Template file for 'python3-ReParser'
|
|
pkgname=python3-ReParser
|
|
version=1.4.3
|
|
revision=6
|
|
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
|
|
}
|