From 8f6f6828f2ced2723b584390ef5966173fc39e76 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 3 Aug 2018 08:36:22 +0200 Subject: [PATCH] simpleparse: code style. --- dev-python/simpleparse/simpleparse-2.1.1a2.recipe | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-python/simpleparse/simpleparse-2.1.1a2.recipe b/dev-python/simpleparse/simpleparse-2.1.1a2.recipe index f5a7167fd..ae75934d6 100644 --- a/dev-python/simpleparse/simpleparse-2.1.1a2.recipe +++ b/dev-python/simpleparse/simpleparse-2.1.1a2.recipe @@ -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"