From 5f0a21544bc7b47d45b95e4054869c4e11d2a5a5 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 29 Jul 2017 12:39:56 +0200 Subject: [PATCH] python-proselint: small tweaks --- srcpkgs/python-proselint/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-proselint/template b/srcpkgs/python-proselint/template index a2eb6256e51..78907d0c10e 100644 --- a/srcpkgs/python-proselint/template +++ b/srcpkgs/python-proselint/template @@ -7,11 +7,11 @@ wrksrc="proselint-${version}" build_style=python-module pycompile_module="proselint" hostmakedepends="python-setuptools python3-setuptools" -depends="python-click python-future python-six" +depends="python-setuptools python-click python-future python-six" short_desc="Linter for prose (Python2)" maintainer="Joseph LaFreniere " homepage="https://github.com/amperser/proselint" -license="BSD" +license="3-clause-BSD" distfiles="${PYPI_SITE}/p/proselint/proselint-${version}.tar.gz" checksum=08d48494533f178eb7a978cbdf10ddf85ed7fc2eb486ff5e7d0aecfa08e81bbd alternatives="proselint:proselint:/usr/bin/proselint2" @@ -24,7 +24,7 @@ post_install() { python3-proselint_package() { noarch=yes - depends="python3-click python3-future python3-six" + depends="python3-setuptools python3-click python3-future python3-six" pycompile_module="proselint" short_desc="${short_desc/Python2/Python3}" alternatives="proselint:proselint:/usr/bin/proselint3"