mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-18 09:40:05 +02:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user