diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template index bc7ddf872b..5c95a8e363 100644 --- a/srcpkgs/python-configobj/template +++ b/srcpkgs/python-configobj/template @@ -1,6 +1,6 @@ pkgname="python-configobj" version=5.0.5 -revision=2 +revision=3 wrksrc="configobj-${version}" build_style=python-module python_versions="2.7 3.4" @@ -11,12 +11,13 @@ depends="python python-six" maintainer="Dominik Honnef " license="New BSD" homepage="https://github.com/DiffSK/configobj" -short_desc="ConfigObj is a simple but powerful config file reader and writer" +short_desc="Simple but powerful config file reader and writer (Python2)" distfiles="https://github.com/DiffSK/configobj/archive/v5.0.5.tar.gz" checksum=2fdca2ddca5b01ecee61e2dc73ef13870327854abd5cb9f28784bbae25bc5cde python3.4-configobj_package() { noarch=yes + short_desc="${short_desc/Python2/Python3.4/}" depends="python3.4 python3.4-six" pycompile_version="3.4" pkg_install() {