svn commit: r484593 - head/www/py-httpie/files

Alex Dupre ale at FreeBSD.org
Sat Nov 10 08:54:12 UTC 2018


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


More information about the svn-ports-all mailing list