[138125] trunk/dports/python
petr at macports.org
petr at macports.org
Mon Jun 29 15:18:25 PDT 2015
Revision: 138125
https://trac.macports.org/changeset/138125
Author: petr at macports.org
Date: 2015-06-29 15:18:25 -0700 (Mon, 29 Jun 2015)
Log Message:
-----------
py-flake8-mccabe: version bump, replace py{26,33} subports by py{27,34}, add test
Modified Paths:
--------------
trunk/dports/python/py-flake8-mccabe/Portfile
trunk/dports/python/py-graveyard/Portfile
Modified: trunk/dports/python/py-flake8-mccabe/Portfile
===================================================================
--- trunk/dports/python/py-flake8-mccabe/Portfile 2015-06-29 22:02:47 UTC (rev 138124)
+++ trunk/dports/python/py-flake8-mccabe/Portfile 2015-06-29 22:18:25 UTC (rev 138125)
@@ -8,7 +8,7 @@
set _n [string index ${_name} 0]
name py-flake8-${_name}
-version 0.3
+version 0.3.1
categories-append devel
platforms darwin
supported_archs noarch
@@ -25,15 +25,19 @@
distname ${_name}-${version}
master_sites https://pypi.python.org/packages/source/${_n}/${_name}/
-checksums md5 81640948ff226f8c12b3277059489157 \
- rmd160 3abcb8d881ddceb4310d0de90713cb8b24624faf \
- sha256 3d8ca9bf65c5014f469180544d1dd5bb5b9df709aad6304f9c2e4370ae0a7b7c
+checksums md5 9a1570c470ff5db678cc0c03d5c0c237 \
+ rmd160 d3052dc38e690dbcda3ec2372bb72e568be82479 \
+ sha256 5f7ea6fb3aa9afe146d07fd6d5cedf788747d8b0c29e44732453c2b2db1e3d16
-python.versions 26 27 33 34
+python.versions 27 34
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
+ test.run yes
+ test.cmd ${python.bin}
+ test.target test_mccabe.py
+
livecheck.type none
} else {
livecheck.type regex
Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile 2015-06-29 22:02:47 UTC (rev 138124)
+++ trunk/dports/python/py-graveyard/Portfile 2015-06-29 22:18:25 UTC (rev 138125)
@@ -173,6 +173,7 @@
py-figleaf 0.6.1_1 24 25 26 31 32
py-fiona 1.4.6_1 33
py-fixture 1.4_1 25 26
+py-flake8-mccabe 0.3_1 26 33
py-flask-mail 0.9.1_1 26 33
py-flask-mongoalchemy 0.5.3_1 26
py-flask-wtf 0.8.3_1 26
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150629/990e7d63/attachment-0001.html>
More information about the macports-changes
mailing list