From e3ddf9af5683b20d8f57c66b1460e6bf12d62c2b Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 13 Jul 2014 11:33:09 +0200 Subject: [PATCH] python-parsing: add noarch to python3.4 subpkg --- srcpkgs/python-parsing/template | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template index 8d1b76d840e..97001c7958b 100644 --- a/srcpkgs/python-parsing/template +++ b/srcpkgs/python-parsing/template @@ -1,7 +1,7 @@ # Template file for 'python-parsing' pkgname=python-parsing version=2.0.2 -revision=1 +revision=2 noarch=yes wrksrc="pyparsing-${version}" build_style=python-module @@ -18,11 +18,12 @@ distfiles="https://pypi.python.org/packages/source/p/pyparsing/pyparsing-${versi checksum=17e43d6b17588ed5968735575b3983a952133ec4082596d214d7090b56d48a06 python3.4-parsing_package() { - depends="python3.4" - pycompile_version="3.4" - pycompile_module="pyparsing.py" - short_desc="${short_desc/Python2/Python3.4}" - pkg_install() { - vmove usr/lib/python3.4 - } + noarch=yes + depends="python3.4" + pycompile_version="3.4" + pycompile_module="pyparsing.py" + short_desc="${short_desc/Python2/Python3.4}" + pkg_install() { + vmove usr/lib/python3.4 + } }