[141298] trunk/dports/python/py-flake8

petr at macports.org petr at macports.org
Wed Oct 14 16:31:23 PDT 2015


Revision: 141298
          https://trac.macports.org/changeset/141298
Author:   petr at macports.org
Date:     2015-10-14 16:31:23 -0700 (Wed, 14 Oct 2015)
Log Message:
-----------
py-flake8: relax required pyflakes version

Modified Paths:
--------------
    trunk/dports/python/py-flake8/Portfile
    trunk/dports/python/py-flake8/files/patch-setup.py.diff

Modified: trunk/dports/python/py-flake8/Portfile
===================================================================
--- trunk/dports/python/py-flake8/Portfile	2015-10-14 23:18:24 UTC (rev 141297)
+++ trunk/dports/python/py-flake8/Portfile	2015-10-14 23:31:23 UTC (rev 141298)
@@ -10,7 +10,7 @@
 
 name                py-${_name}
 version             2.4.1
-revision            1
+revision            2
 categories-append   devel
 platforms           darwin
 supported_archs     noarch

Modified: trunk/dports/python/py-flake8/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-flake8/files/patch-setup.py.diff	2015-10-14 23:18:24 UTC (rev 141297)
+++ trunk/dports/python/py-flake8/files/patch-setup.py.diff	2015-10-14 23:31:23 UTC (rev 141298)
@@ -5,7 +5,7 @@
      packages=["flake8", "flake8.tests"],
      install_requires=[
 -        "pyflakes >= 0.8.1, < 0.9",
-+        "pyflakes >= 0.8.1, < 0.10",
++        "pyflakes >= 0.8.1",
          "pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2",
          "mccabe >= 0.2.1, < 0.4",
      ],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151014/a7f87bf8/attachment.html>


More information about the macports-changes mailing list