From 57b1fb4d1956f0a12abfd6da5b75e30cb24a733b Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 15:56:09 +0200 Subject: [PATCH] asciinema: rebuild for Python 3.5 Switch to python3-module. Switch to python3-* pkgs. --- srcpkgs/asciinema/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template index b77e97b2551..b3473adce95 100644 --- a/srcpkgs/asciinema/template +++ b/srcpkgs/asciinema/template @@ -1,13 +1,11 @@ # Template file for 'asciinema' pkgname=asciinema version=1.3.0 -revision=1 +revision=2 noarch=yes -build_style=python-module -python_versions="3.4" # Python >= 3 required time of writing -pycompile_version="3.4" +build_style=python3-module pycompile_module="asciinema" -hostmakedepends="python3.4-setuptools" +hostmakedepends="python3-setuptools" depends="${hostmakedepends}" short_desc="Record and share your terminal sessions, the right way" maintainer="Toyam Cox "