solus-project / ypkg

Modern, declarative, structured build format

Home Page:https://solus-project.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add python actionable macros

JoshStrobl opened this issue · comments

Proposal / feature request to add the following Python macros:

Macro Action
python_setup python setup.py build
python_install python setup.py install --root=%installroot% --no-compile -O0
python3_setup python3 setup.py build
python3_install python3 setup.py install --root=%installroot% --no-compile -O0

Why no compile? We want to ship the pyc