27 lines
898 B
Text
27 lines
898 B
Text
# Template file for 'python-parsing'
|
|
pkgname=python-parsing
|
|
version=1.5.6
|
|
revision=2
|
|
wrksrc="pyparsing-${version}"
|
|
build_style=python-module
|
|
makedepends="python-devel"
|
|
short_desc="General parsing module for Python"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="MIT"
|
|
homepage="http://pyparsing.wikispaces.com"
|
|
distfiles="${SOURCEFORGE_SITE}/pyparsing/pyparsing-${version}.tar.gz"
|
|
checksum=5c84aa4500e82d5aa2c0842d5628c5da985e68ac1fb33554e0e5547eb3c85a75
|
|
long_desc="
|
|
The pyparsing module is an alternative approach to creating and executing
|
|
simple grammars, vs. the traditional lex/yacc approach, or the use of regular
|
|
expressions. The pyparsing module provides a library of classes that client
|
|
code uses to construct the grammar directly in Python code."
|
|
|
|
python-parsing_package() {
|
|
noarch="yes"
|
|
pycompile_module="pyparsing.py"
|
|
depends="python>=2.7<3.0"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|