From d803cfe8397378afca807ea231ec58a1864711d4 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 11 Apr 2018 18:14:58 +0200 Subject: [PATCH] python-pycodestyle: update to 2.4.0 --- srcpkgs/python-pycodestyle/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template index a20e2f12b0f..48743b19f9b 100644 --- a/srcpkgs/python-pycodestyle/template +++ b/srcpkgs/python-pycodestyle/template @@ -1,9 +1,8 @@ # Template file for 'python-pycodestyle' pkgname=python-pycodestyle -version=2.3.1 -revision=2 +version=2.4.0 +revision=1 noarch=yes -replaces="pycodestyle>=0" wrksrc="pycodestyle-${version}" build_style=python-module pycompile_module="pycodestyle.py" @@ -14,11 +13,10 @@ maintainer="Alessio Sergi " homepage="https://github.com/PyCQA/pycodestyle" license="MIT" distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz" -checksum=682256a5b318149ca0d2a9185d365d8864a768a28db66a84a2ea946bcc426766 +checksum=cbfca99bd594a10f674d0cd97a3d802a1fdef635d4361e1a2658de47ed261e3a alternatives="pycodestyle:pycodestyle:/usr/bin/pycodestyle2" post_install() { - sed -n '/Copyright/,/SOFTWARE\./p' pycodestyle.py >LICENSE vlicense LICENSE }