From f5645029ea1d393c2c2258a84977d9f0c92fa626 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 28 Aug 2017 05:41:17 +0200 Subject: [PATCH] python-ConfigArgParse: rebuild for Python 3.6 --- srcpkgs/python-ConfigArgParse/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-ConfigArgParse/template b/srcpkgs/python-ConfigArgParse/template index cb58fb6ee8..558b9ee247 100644 --- a/srcpkgs/python-ConfigArgParse/template +++ b/srcpkgs/python-ConfigArgParse/template @@ -1,13 +1,14 @@ # Template file for 'python-ConfigArgParse' pkgname=python-ConfigArgParse version=0.12.0 -revision=1 +revision=2 +noarch=yes wrksrc="ConfigArgParse-${version}" build_style=python-module -noarch=yes pycompile_module="configargparse.py" hostmakedepends="python-setuptools python3-setuptools" -short_desc="A drop-in replacement for argparse" +depends="python" +short_desc="Drop-in replacement for argparse" maintainer="Helmut Pozimski " license="MIT" homepage="https://github.com/bw2/ConfigArgParse" @@ -20,6 +21,7 @@ post_install() { python3-ConfigArgParse_package() { noarch=yes + depends="python3" pycompile_module="configargparse.py" short_desc="${short_desc/Python2/Python3}" pkg_install() {