helpers/python-module: added a do_build() that runs setup.py build.
This commit is contained in:
@@ -2,6 +2,11 @@
|
|||||||
# This helper is for templates installing python modules.
|
# This helper is for templates installing python modules.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
do_build()
|
||||||
|
{
|
||||||
|
python setup.py build ${make_build_args} || return 1
|
||||||
|
}
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
if [ -z "$make_install_args" ]; then
|
if [ -z "$make_install_args" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user