pygobject3/ignore-more-pep8-errors.patch
Kalev Lember 3014733a5e Update to 3.7.3
Drop upstreamed patches; rebase the ignore-more-pep8-errors patch.
2012-12-20 22:13:25 +01:00

23 lines
1.7 KiB
Diff

--- pygobject-3.7.3/tests/Makefile.in.ignore-more-pep8-errors 2012-12-20 22:06:52.968605463 +0100
+++ pygobject-3.7.3/tests/Makefile.in 2012-12-20 22:07:01.671440981 +0100
@@ -755,7 +755,7 @@
@if type pyflakes >/dev/null 2>&1; then pyflakes $(top_srcdir); else echo "skipped, pyflakes not installed"; fi
@if test -z "$$SKIP_PEP8"; then \
echo " CHECK PEP8"; \
- if type pep8 >/dev/null 2>&1; then pep8 --ignore=E501,E123,E124 --repeat --show-source $(top_srcdir); else echo "skipped, pep8 not installed"; fi; \
+ if type pep8 >/dev/null 2>&1; then pep8 --ignore=E501,E123,E124,E127 --repeat --show-source $(top_srcdir); else echo "skipped, pep8 not installed"; fi; \
fi
export `$(DBUS_LAUNCH)` && \
$(RUN_TESTS_ENV_VARS) $(EXEC_NAME) $(PYTHON) -Wd -Werror::PendingDeprecationWarning -Werror::DeprecationWarning -Werror::RuntimeWarning $(srcdir)/runtests.py; rc=$$?; \
--- pygobject-3.7.3/tests/Makefile.am.ignore-more-pep8-errors 2012-12-20 22:06:21.625197530 +0100
+++ pygobject-3.7.3/tests/Makefile.am 2012-12-20 22:06:39.366862555 +0100
@@ -133,7 +133,7 @@
@if type pyflakes >/dev/null 2>&1; then pyflakes $(top_srcdir); else echo "skipped, pyflakes not installed"; fi
@if test -z "$$SKIP_PEP8"; then \
echo " CHECK PEP8"; \
- if type pep8 >/dev/null 2>&1; then pep8 --ignore=E501,E123,E124 --repeat --show-source $(top_srcdir); else echo "skipped, pep8 not installed"; fi; \
+ if type pep8 >/dev/null 2>&1; then pep8 --ignore=E501,E123,E124,E127 --repeat --show-source $(top_srcdir); else echo "skipped, pep8 not installed"; fi; \
fi
export `$(DBUS_LAUNCH)` && \
$(RUN_TESTS_ENV_VARS) $(EXEC_NAME) $(PYTHON) -Wd -Werror::PendingDeprecationWarning -Werror::DeprecationWarning -Werror::RuntimeWarning $(srcdir)/runtests.py; rc=$$?; \