summaryrefslogtreecommitdiffstats
path: root/macros.python3.4
diff options
context:
space:
mode:
authorOrion Poplawski <orion@cora.nwra.com>2016-01-25 17:00:49 -0700
committerOrion Poplawski <orion@cora.nwra.com>2016-01-25 17:00:49 -0700
commit9bbd8328314e6eff23aa5998cd0af3947b2db39d (patch)
treef7463ff3ed4f136533b724a770eedf93b2ce3e1b /macros.python3.4
parent2c1c983d5a4b8bc79e771cb8fd3f571b37d38d71 (diff)
downloadpython34-9bbd8328314e6eff23aa5998cd0af3947b2db39d.tar.gz
python34-9bbd8328314e6eff23aa5998cd0af3947b2db39d.tar.xz
python34-9bbd8328314e6eff23aa5998cd0af3947b2db39d.zip
Require python/python3-rpm-macros for python/python3 macros
Diffstat (limited to 'macros.python3.4')
-rw-r--r--macros.python3.46
1 files changed, 0 insertions, 6 deletions
diff --git a/macros.python3.4 b/macros.python3.4
deleted file mode 100644
index 0b5f70d..0000000
--- a/macros.python3.4
+++ /dev/null
@@ -1,6 +0,0 @@
-%__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}