Date: Sat, 10 Nov 2018 08:54:11 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484593 - head/www/py-httpie/files Message-ID: <201811100854.wAA8sBUm082625@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Sat Nov 10 08:54:11 2018 New Revision: 484593 URL: https://svnweb.freebsd.org/changeset/ports/484593 Log: Fix build by using only ascii chars. Added: head/www/py-httpie/files/ head/www/py-httpie/files/patch-setup.cfg (contents, props changed) Added: head/www/py-httpie/files/patch-setup.cfg ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-httpie/files/patch-setup.cfg Sat Nov 10 08:54:11 2018 (r484593) @@ -0,0 +1,11 @@ +--- setup.cfg.orig 2018-11-10 08:48:27 UTC ++++ setup.cfg +@@ -13,7 +13,7 @@ norecursedirs = tests/fixtures + exclude = .git,.idea,__pycache__,build,dist,.tox,.pytest_cache,*.egg-info + + # <http://pycodestyle.pycqa.org/en/latest/intro.html#error-codes> +-# E241 - multiple spaces after ‘,’ ++# E241 - multiple spaces after ',' + # E501 - line too long + # W503 - line break before binary operator + ignore = E241,E501,W503
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811100854.wAA8sBUm082625>