summaryrefslogtreecommitdiffstats
path: root/macros.python3.4
blob: 0b5f70d4b69b28a083a7bd5d8635e8672d135b4c (plain)
1
2
3
4
5
6
%__python3 /usr/bin/python3.4
%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))")
%python3_version %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")
%python3_version_nodots %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3].replace('.',''))")
%py3dir %{_builddir}/python3-%{name}-%{version}-%{release}