solus-project / ypkg

Modern, declarative, structured build format
https://solus-project.com/
GNU General Public License v3.0
56 stars 20 forks source link

Add python actionable macros #16

Closed JoshStrobl closed 8 years ago

JoshStrobl commented 8 years ago

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
ikeydoherty commented 8 years ago

Why no compile? We want to ship the pyc