python: fix headers search for modules.

* remove 3.2 recipe
* pip and easy_install are downloaded during the build, this should
be disabled.
This commit is contained in:
Jerome Duval
2015-06-06 17:53:44 +00:00
parent 8aeb2cfbf9
commit cd2b661c1a
3 changed files with 30 additions and 65 deletions

View File

@@ -35,6 +35,9 @@ PROVIDES="
cmd:python3.4m_config = $portVersion compat >= 3.4
cmd:pyvenv = $portVersion compat >= 3.4
cmd:pyvenv_3.4 = $portVersion compat >= 3.4
cmd:easy_install_3.4 = $portVersion compat >= 3.4
cmd:pip3 = $portVersion compat >= 3.4
cmd:pip3.4 = $portVersion compat >= 3.4
devel:libpython3.4m = 1.0
lib:libpython3.4m = 1.0
lib:libpython3 = 3.4
@@ -92,6 +95,8 @@ BUILD()
# prevent make from rebuilding stuff that requires python
touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
rm -f python
make $jobArgs
}