[packages/python-charade] automatic change: use py_build/py_install macros

jajcus jajcus at pld-linux.org
Sat Nov 28 18:17:48 CET 2015


commit 1ae0c4fd764892594247b2de2c4f6f30281f0f23
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Nov 28 18:06:42 2015 +0100

    automatic change: use py_build/py_install macros

 python-charade.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-charade.spec b/python-charade.spec
index 0e33eba..125f0af 100644
--- a/python-charade.spec
+++ b/python-charade.spec
@@ -67,11 +67,11 @@ Ten pakiet zawiera moduł zbudowany dla Pythona 3.x.
 
 %build
 %if %{with python2}
-%{__python} setup.py build -b py2
+%py_build -b py2
 %endif
 
 %if %{with python3}
-%{__python3} setup.py build -b py3
+%py3_build -b py3
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-charade.git/commitdiff/1ae0c4fd764892594247b2de2c4f6f30281f0f23



More information about the pld-cvs-commit mailing list