From 68bfccf5a274d9ee3c594e29ca23a62a6bde32d0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 20 Aug 2018 12:33:32 -0300 Subject: [PATCH] python-flaky: fix pycompile_module= naming --- srcpkgs/python-flaky/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-flaky/template b/srcpkgs/python-flaky/template index b5e1191d5a8..e6c91c0ccdb 100644 --- a/srcpkgs/python-flaky/template +++ b/srcpkgs/python-flaky/template @@ -1,11 +1,11 @@ # Template file for 'python-flaky' pkgname=python-flaky version=3.4.0 -revision=2 +revision=3 noarch=yes wrksrc="${pkgname/python-//}-${version}" build_style=python-module -pycompile_modules="flaky" +pycompile_module="flaky" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Plugin for nose/py.test that automatically reruns flaky tests (Python2)" @@ -18,7 +18,7 @@ checksum=4ad7880aef8c35a34ddb394d4fa33047765bca1e3d67d182bf6eba9c8eabf3a2 python3-flaky_package() { noarch=yes depends="python3" - pycompile_modules="flaky" + pycompile_module="flaky" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3*