From 14e07c5e58d28e9759fb24305ee9023d4b94a6d9 Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Mon, 9 Mar 2020 17:46:52 -0500 Subject: [PATCH] python-parsing: update to 2.4.6. --- srcpkgs/python-parsing/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template index bd6cf2c2238..56d64c7cbaa 100644 --- a/srcpkgs/python-parsing/template +++ b/srcpkgs/python-parsing/template @@ -1,11 +1,10 @@ # Template file for 'python-parsing' pkgname=python-parsing -version=2.4.2 -revision=2 +version=2.4.6 +revision=1 archs=noarch wrksrc="pyparsing-pyparsing_${version}" build_style=python-module -pycompile_module="pyparsing.py" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Python parsing module (Python2)" @@ -14,7 +13,7 @@ license="MIT" homepage="https://github.com/pyparsing/pyparsing" changelog="https://github.com/pyparsing/pyparsing/raw/master/CHANGES" distfiles="https://github.com/pyparsing/pyparsing/archive/pyparsing_${version}.tar.gz" -checksum=fc079f975968ae21f82223ae2340a39e7182ea993631812ddb5978619ed5c456 +checksum=1cfe911bf73d6a03d38c1c7808096ef848d03f4c5df6e4aee69fc7348c89e4f0 post_install() { vlicense LICENSE @@ -23,7 +22,6 @@ post_install() { python3-parsing_package() { archs=noarch depends="python3" - pycompile_module="pyparsing.py" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3*