From 9825a724fc4a63a11a746bb1b5f0cf59c29d5f90 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 9 Jan 2016 20:09:14 +0100 Subject: [PATCH] python-docopt: fix pycompile_module and short_desc --- srcpkgs/python-docopt/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-docopt/template b/srcpkgs/python-docopt/template index db7ae162fd..a91388284a 100644 --- a/srcpkgs/python-docopt/template +++ b/srcpkgs/python-docopt/template @@ -1,15 +1,15 @@ # Template file for 'python-docopt' pkgname=python-docopt version=0.6.2 -revision=1 +revision=2 noarch=yes wrksrc="docopt-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" depends="python" -pycompile_module="docopt" -short_desc="Pythonic argument parser, that will make you smile" +pycompile_module="docopt.py" +short_desc="Pythonic argument parser, that will make you smile (Python2)" maintainer="Sergi Alvarez " homepage="http://docopt.org/" license="MIT" @@ -24,7 +24,8 @@ python3.4-docopt_package() { noarch=yes depends="python3.4" pycompile_version="3.4" - pycompile_module="docopt" + pycompile_module="docopt.py" + short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4 vlicense LICENSE-MIT