added build dep git and fixed Makefile.in
This commit is contained in:
parent
fa63844f14
commit
97ede55a6d
@ -25,6 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
|
|||||||
|
|
||||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>1.3.0:devel/py-cffi@${PY_FLAVOR} \
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>1.3.0:devel/py-cffi@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \
|
||||||
|
git>2:devel/git \
|
||||||
npm>0:www/npm
|
npm>0:www/npm
|
||||||
|
|
||||||
USES= gmake python
|
USES= gmake python
|
||||||
|
|||||||
@ -37,7 +37,7 @@ all: init js
|
|||||||
|
|
||||||
init:
|
init:
|
||||||
npm install bower requirejs uglify-js jade && cp package-lock.json package.json
|
npm install bower requirejs uglify-js jade && cp package-lock.json package.json
|
||||||
cd isso/js && ../../node_modules/bower/bin/bower install --allow-root almond requirejs requirejs-text jade
|
cd isso/js && ../../node_modules/bower/bin/bower --allow-root install almond requirejs requirejs-text jade
|
||||||
|
|
||||||
flakes:
|
flakes:
|
||||||
flake8 . --count --ignore=${FLAKE_IGNORE} --max-line-length=127 --show-source --statistics
|
flake8 . --count --ignore=${FLAKE_IGNORE} --max-line-length=127 --show-source --statistics
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user