From 28d069ed71ffacb7fdcd2a294e372e739e63f0c3 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 20 May 2018 19:07:32 +0200 Subject: [PATCH] python-utils: noarch=yes, cleanup --- srcpkgs/python-utils/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-utils/template b/srcpkgs/python-utils/template index 6fbd5d5258d..aaa476df72e 100644 --- a/srcpkgs/python-utils/template +++ b/srcpkgs/python-utils/template @@ -1,14 +1,14 @@ # Template file for 'python-utils' pkgname=python-utils version=2.3.0 -revision=1 +revision=2 +noarch=yes build_style=python-module wrksrc="python-utils-${version}" -hostmakedepends="python-setuptools python3-setuptools" -makedepends="python-devel python3-devel" -depends="python-six" pycompile_module="python_utils" -short_desc="Convenient utilities not included with the standard Python install " +hostmakedepends="python-setuptools python3-setuptools" +depends="python-six" +short_desc="Convenient utilities not included with the standard Python2 install" maintainer="Karl Nilsson " license="BSD-3-Clause" homepage="https://github.com/WoLpH/python-utils" @@ -20,6 +20,7 @@ pkg_install() { } python3-utils_package() { + noarch=yes depends="python3-six" pycompile_module="python_utils" short_desc="${short_desc/Python2/Python3}"