Skip to content
Permalink
Browse files

py-isort: update to 4.3.17

  • Loading branch information
reneeotten committed Apr 8, 2019
1 parent 8d946c0 commit 40606460a29c634aa440dae25b09612baec121bd
Showing with 6 additions and 5 deletions.
  1. +6 −5 python/py-isort/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name py-isort
version 4.3.16
version 4.3.17
revision 0
categories-append devel
platforms darwin
@@ -28,9 +28,9 @@ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}

distname isort-${version}

checksums rmd160 04c8c5b414c71e61a49a1edf3f3e749e8b91c2ed \
sha256 08f8e3f0f0b7249e9fad7e5c41e2113aba44969798a26452ee790c06f155d4ec \
size 68434
checksums rmd160 b409892f928152c5f41a553b1cd7140055f10957 \
sha256 268067462aed7eb2a1e237fcb287852f22077de3fb07964e87e00f829eea2d1a \
size 68797

if {${name} ne ${subport}} {
if {${python.version} in "27 34"} {
@@ -62,7 +62,8 @@ if {${name} ne ${subport}} {
port:py${python.version}-pytest
test.run yes
# three tests fail, but only when run under MacPorts; skip them for now
test.cmd py.test-${python.branch} -k \"not test_other_file_encodings and not test_new_lines_are_preserved and not test_settings_path_skip_issue_909\"
test.cmd py.test-${python.branch}
test.args -k \"not test_other_file_encodings and not test_new_lines_are_preserved and not test_settings_path_skip_issue_909\"
test.target test_isort.py
test.env PYTHONPATH=${worksrcpath}/build/lib

0 comments on commit 4060646

Please sign in to comment.
You can’t perform that action at this time.