[149438] trunk/dports/python

petr at macports.org petr at macports.org
Mon Jun 20 10:25:40 PDT 2016


Revision: 149438
          https://trac.macports.org/changeset/149438
Author:   petr at macports.org
Date:     2016-06-20 10:25:40 -0700 (Mon, 20 Jun 2016)
Log Message:
-----------
py-flake8*: update to py-fleke8 @2.6.0 and and py-flake8-mccabe @0.5.0 respectively, fixes #51659.

Modified Paths:
--------------
    trunk/dports/python/py-flake8/Portfile
    trunk/dports/python/py-flake8-mccabe/Portfile

Modified: trunk/dports/python/py-flake8/Portfile
===================================================================
--- trunk/dports/python/py-flake8/Portfile	2016-06-20 17:10:37 UTC (rev 149437)
+++ trunk/dports/python/py-flake8/Portfile	2016-06-20 17:25:40 UTC (rev 149438)
@@ -9,7 +9,7 @@
 set _n              [string index ${_name} 0]
 
 name                py-${_name}
-version             2.5.4
+version             2.6.0
 categories-append   devel
 platforms           darwin
 supported_archs     noarch
@@ -31,9 +31,9 @@
 distname            ${_name}-${version}
 master_sites        pypi:${_n}/${_name}/
 
-checksums           md5     a4585b3569b95c3f66acb8294a7f06ef \
-                    rmd160  6c839569a0a232b0be6dd0f207dace8914f5fb68 \
-                    sha256  cc1e58179f6cf10524c7bfdd378f5536d0a61497688517791639a5ecc867492f
+checksums           md5     f00378a3e9b7ab398b05f70befa112cd \
+                    rmd160  e5cb5371acca5053da48299330f96ed7305a70f2 \
+                    sha256  5ae018121a495edeb83097ba1bdd1a8481db24e1f0d54e8a78edb26ba0df82cf
 
 python.versions     27 34 35
 
@@ -41,13 +41,9 @@
     depends_build-append    port:py${python.version}-setuptools
 
     depends_lib-append      port:py${python.version}-pyflakes \
-                            path:${python.pkgd}/pep8:py${python.version}-pep8 \
+                            port:py${python.version}-codestyle \
                             port:py${python.version}-flake8-mccabe
 
-    # Apply patch from upstream Merge Request #55, sceduled for 2.6.0
-    # https://gitlab.com/pycqa/flake8/merge_requests/55/diffs
-    patchfiles              patch-setup.py.diff
-
     depends_run-append      port:${_name}_select
 
     select.group    ${_name}

Modified: trunk/dports/python/py-flake8-mccabe/Portfile
===================================================================
--- trunk/dports/python/py-flake8-mccabe/Portfile	2016-06-20 17:10:37 UTC (rev 149437)
+++ trunk/dports/python/py-flake8-mccabe/Portfile	2016-06-20 17:25:40 UTC (rev 149438)
@@ -8,7 +8,7 @@
 set _n              [string index ${_name} 0]
 
 name                py-flake8-${_name}
-version             0.4.0
+version             0.5.0
 categories-append   devel
 platforms           darwin
 supported_archs     noarch
@@ -20,14 +20,14 @@
 
 long_description    ${description}
 
-homepage            https://pypi.python.org/pypi/${_name}/${version}
+homepage            https://pypi.python.org/pypi/${_name}
 
 distname            ${_name}-${version}
 master_sites        pypi:${_n}/${_name}/
 
-checksums           md5     8c425db05f310adcd4bb174b991f26f5 \
-                    rmd160  b2a68c81e7dccb65ea67648c548d067198656eac \
-                    sha256  9a2b12ebd876e77c72e41ebf401cc2e7c5b566649d50105ca49822688642207b
+checksums           md5     8304dc8dc2c7e0b15912e2638ee21c0a \
+                    rmd160  baff2484b25b7293e3482b97bff38f084a761989 \
+                    sha256  379358498f58f69157b53f59f46aefda0e9a3eb81365238f69fbedf7014e21ab
 
 python.versions     27 34 35
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160620/c47cbccc/attachment.html>


More information about the macports-changes mailing list