Initial import (from python3-3.1.1-13)

This commit is contained in:
dmalcolm 2010-01-13 21:25:18 +00:00
commit a3483f912e
14 changed files with 1166 additions and 0 deletions

3
macros.python3 Normal file
View file

@ -0,0 +1,3 @@
%__python3 /usr/bin/python3
%python3_sitelib %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
%python3_sitearch %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")