remove obsolete python remnants
This commit is contained in:
parent
641d7b647f
commit
a53c90172c
1 changed files with 0 additions and 14 deletions
14
Makefile
14
Makefile
|
@ -1,7 +1,5 @@
|
|||
OS := $(shell uname -s)
|
||||
|
||||
PYTHON = python
|
||||
|
||||
ifeq ($(JOBS),)
|
||||
JOBS:=1
|
||||
endif
|
||||
|
@ -21,11 +19,6 @@ release:
|
|||
test-release:
|
||||
./scripts/test_release.sh
|
||||
|
||||
python:
|
||||
if [ ! -d ./bindings/python ]; then git clone git@github.com:mapnik/python-mapnik.git --recursive ./bindings/python; else (cd bindings/python && git pull && git submodule update --init); fi;
|
||||
make
|
||||
python bindings/python/test/visual.py -q
|
||||
|
||||
src/json/libmapnik-json.a:
|
||||
# we first build memory intensive files with -j$(HEAVY_JOBS)
|
||||
$(PYTHON) scons/scons.py -j$(HEAVY_JOBS) \
|
||||
|
@ -96,13 +89,6 @@ bench:
|
|||
demo:
|
||||
cd demo/c++; ./rundemo `mapnik-config --prefix`
|
||||
|
||||
pep8:
|
||||
# https://gist.github.com/1903033
|
||||
# gsed on osx
|
||||
@pep8 -r --select=W293 -q --filename=*.py `pwd`/tests/ | xargs gsed -i 's/^[ \r\t]*$$//'
|
||||
@pep8 -r --select=W391 -q --filename=*.py `pwd`/tests/ | xargs gsed -i -e :a -e '/^\n*$$/{$$d;N;ba' -e '}'
|
||||
@pep8 -r --select=W391 -q --filename=*.py `pwd`/tests/ | xargs ged -i '/./,/^$$/!d'
|
||||
|
||||
# note: pass --gen-suppressions=yes to create new suppression entries
|
||||
grind:
|
||||
@source localize.sh && \
|
||||
|
|
Loading…
Reference in a new issue