From 1e3420c6682f44bf4897aee45cd05bfd1c7971d8 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 2 Aug 2018 23:01:01 +0200 Subject: [PATCH] python-parso: update to 0.3.1 --- srcpkgs/python-parso/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-parso/template b/srcpkgs/python-parso/template index d3aa9d76d35..8dc0e5ba449 100644 --- a/srcpkgs/python-parso/template +++ b/srcpkgs/python-parso/template @@ -1,6 +1,6 @@ # Template file for 'python-parso' pkgname=python-parso -version=0.2.1 +version=0.3.1 revision=1 noarch=yes wrksrc="parso-${version}" @@ -13,10 +13,10 @@ maintainer="Alessio Sergi " homepage="https://github.com/davidhalter/parso" license="MIT" distfiles="${PYPI_SITE}/p/parso/parso-${version}.tar.gz" -checksum=f0604a40b96e062b0fd99cf134cc2d5cdf66939d0902f8267d938b0d5b26707f +checksum=35704a43a3c113cce4de228ddb39aab374b8004f4f2407d070b6a2ca784ce8a2 post_install() { - vlicense LICENSE.txt LICENSE + vlicense LICENSE.txt } python3-parso_package() { @@ -26,6 +26,6 @@ python3-parso_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* - vlicense LICENSE.txt LICENSE + vlicense LICENSE.txt } }