void-packages/srcpkgs/python3-parsing/template

19 lines
583 B
Bash

# Template file for 'python3-parsing'
pkgname=python3-parsing
version=2.4.7
revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python parsing module"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="MIT"
homepage="https://github.com/pyparsing/pyparsing"
changelog="https://github.com/pyparsing/pyparsing/raw/master/CHANGES"
distfiles="https://github.com/pyparsing/pyparsing/archive/pyparsing_${version}.tar.gz"
checksum=6deecf4b95a49a5a9c89b4a4b1fcb73c1cba0e3265ec7b858adffcced229ba05
post_install() {
vlicense LICENSE
}