simpleparse: code style.

This commit is contained in:
Jerome Duval
2018-08-03 08:36:22 +02:00
parent 893a1d53e4
commit 8f6f6828f2

View File

@@ -11,10 +11,15 @@ instance, the Earley algorithm, but they do tend to be useful for the parsing of
computer file formats and the like (as distinct from natural language and
similar \"hard\" parsing problems)."
HOMEPAGE="http://simpleparse.sourceforge.net/"
COPYRIGHT="1998-2006, Mike C. Fletcher"
LICENSE="simpleparse"
REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/project/simpleparse/simpleparse/2.1.1a2/SimpleParse-2.1.1a2.tar.gz"
CHECKSUM_SHA256="9899df932c6805dbb6433c7395e696fd60723f463513933e925cc77314c6bbb8"
REVISION="1"
SOURCE_DIR="SimpleParse-$portVersion"
ARCHITECTURES="!x86_gcc2"
PROVIDES="
simpleparse = $portVersion
"
@@ -23,7 +28,6 @@ BUILD_PREREQUIRES="
cmd:python
"
SOURCE_DIR="SimpleParse-$portVersion"
BUILD()
{
python setup.py build
@@ -34,6 +38,3 @@ INSTALL()
python setup.py install --root=${DESTDIR}
}
LICENSE="simpleparse"
COPYRIGHT="1998-2006, Mike C. Fletcher"