[146693] trunk/dports/python/py-flake8-mccabe/Portfile

petr at macports.org petr at macports.org
Tue Mar 15 08:19:46 PDT 2016


Revision: 146693
          https://trac.macports.org/changeset/146693
Author:   petr at macports.org
Date:     2016-03-15 08:19:45 -0700 (Tue, 15 Mar 2016)
Log Message:
-----------
py-flake8-mccabe: bump version

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

Modified: trunk/dports/python/py-flake8-mccabe/Portfile
===================================================================
--- trunk/dports/python/py-flake8-mccabe/Portfile	2016-03-15 15:19:11 UTC (rev 146692)
+++ trunk/dports/python/py-flake8-mccabe/Portfile	2016-03-15 15:19:45 UTC (rev 146693)
@@ -8,7 +8,7 @@
 set _n              [string index ${_name} 0]
 
 name                py-flake8-${_name}
-version             0.3.1
+version             0.4.0
 categories-append   devel
 platforms           darwin
 supported_archs     noarch
@@ -25,9 +25,9 @@
 distname            ${_name}-${version}
 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
 
-checksums           md5     9a1570c470ff5db678cc0c03d5c0c237 \
-                    rmd160  d3052dc38e690dbcda3ec2372bb72e568be82479 \
-                    sha256  5f7ea6fb3aa9afe146d07fd6d5cedf788747d8b0c29e44732453c2b2db1e3d16
+checksums           md5     8c425db05f310adcd4bb174b991f26f5 \
+                    rmd160  b2a68c81e7dccb65ea67648c548d067198656eac \
+                    sha256  9a2b12ebd876e77c72e41ebf401cc2e7c5b566649d50105ca49822688642207b
 
 python.versions     27 34 35
 
@@ -38,6 +38,10 @@
     test.cmd        ${python.bin}
     test.target     test_mccabe.py
 
+    if {${test.run}} {
+        depends_build-append    port:py${python.version}-pytest
+    }
+
     livecheck.type  none
 } else {
     livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160315/af182854/attachment.html>


More information about the macports-changes mailing list