Advertisement
david_david

python2/python3.macros

Sep 23rd, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. New Python2/Python3 macros for future mga6:
  2.  
  3. - %{py_ver}, %{py2_ver}, %{py2ver}, %{pyver} should be: %{python2_version}
  4.  
  5. - %{py3_ver} %{py3ver} should be: %{python3_version}
  6.  
  7. - %{py_platsitedir}, %{python_sitearch} should be: %{python2_sitearch}
  8.  
  9. - %{py3_platsitedir} should be: %{python3_sitearch}
  10.  
  11. - %{py_sitedir}, %{py_puresitedir}, %{python_sitelib} should be: %{python2_sitelib}
  12.  
  13. - %{py3_puresitedir} should be: %{python3_sitelib}
  14.  
  15. - %{__python} should be: %{__python2}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement