From 2b64830c853fcb83d47c5f770996493209acf895 Mon Sep 17 00:00:00 2001 From: travankor Date: Thu, 27 Feb 2020 01:22:29 -0700 Subject: [PATCH] python-automat: update to 20.2.0. --- srcpkgs/python-automat/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template index 984f5e9642a..66dad2f84bc 100644 --- a/srcpkgs/python-automat/template +++ b/srcpkgs/python-automat/template @@ -1,20 +1,19 @@ # Template file for 'python-automat' pkgname=python-automat -version=0.7.0 -revision=2 +version=20.2.0 +revision=1 archs=noarch wrksrc="Automat-${version}" build_style=python-module -pycompile_module="automat" hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools python-attrs python-six" checkdepends="python3-attrs python3-six python3-Twisted python3-graphviz" short_desc="Finite-state machines in Python (Python2)" maintainer="Alessio Sergi " -homepage="https://github.com/glyph/Automat" license="MIT" +homepage="https://github.com/glyph/Automat" distfiles="${PYPI_SITE}/A/Automat/Automat-${version}.tar.gz" -checksum=cbd78b83fa2d81fe2a4d23d258e1661dd7493c9a50ee2f1a5b2cac61c1793b0e +checksum=7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33 alternatives="automat:automat-visualize:/usr/bin/automat-visualize2" pre_build() { @@ -34,7 +33,6 @@ post_install() { python3-automat_package() { archs=noarch - pycompile_module="automat" short_desc="${short_desc/Python2/Python3}" depends="python3-setuptools python3-attrs python3-six" alternatives="automat:automat-visualize:/usr/bin/automat-visualize3"