Revision: 140666 https://trac.macports.org/changeset/140666 Author: stromnov@macports.org Date: 2015-09-29 04:36:40 -0700 (Tue, 29 Sep 2015) Log Message: ----------- py-pyflakes: update to version 1.0.0 Modified Paths: -------------- trunk/dports/python/py-pyflakes/Portfile Added Paths: ----------- trunk/dports/python/py-pyflakes/files/py35-pyflakes Modified: trunk/dports/python/py-pyflakes/Portfile =================================================================== --- trunk/dports/python/py-pyflakes/Portfile 2015-09-29 11:31:15 UTC (rev 140665) +++ trunk/dports/python/py-pyflakes/Portfile 2015-09-29 11:36:40 UTC (rev 140666) @@ -6,14 +6,14 @@ PortGroup select 1.0 name py-pyflakes -version 0.9.2 +version 1.0.0 revision 0 categories-append devel platforms darwin license MIT supported_archs noarch -python.versions 26 27 33 34 +python.versions 26 27 33 34 35 maintainers stromnov openmaintainer @@ -24,12 +24,12 @@ with side effects. It's also much faster. homepage https://launchpad.net/pyflakes -master_sites https://pypi.python.org/packages/source/p/pyflakes/ +master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname pyflakes-${version} -checksums rmd160 b5edbe7b4c681a0cfde37dbdc95afa16d83b788e \ - sha256 02691c23ce699f252874b7c27f14cf26e3d4e82b58e5d584f000b7ab5be36a5f +checksums rmd160 406abbae9f7d9d88ea62d023298c18a5ad1563fc \ + sha256 f39e33a4c03beead8774f005bd3ecf0c3f2f264fa0201de965fce0aff1d34263 if {${name} ne ${subport}} { depends_run port:pyflakes_select @@ -46,7 +46,5 @@ livecheck.type none } else { - livecheck.type regex - livecheck.url http://pypi.python.org/pypi/pyflakes/ - livecheck.regex {pyflakes-(\d+(?:\.\d+)*)\.[tz]} + livecheck.type pypi } Copied: trunk/dports/python/py-pyflakes/files/py35-pyflakes (from rev 140664, trunk/dports/python/py-pyflakes/files/py34-pyflakes) =================================================================== --- trunk/dports/python/py-pyflakes/files/py35-pyflakes (rev 0) +++ trunk/dports/python/py-pyflakes/files/py35-pyflakes 2015-09-29 11:36:40 UTC (rev 140666) @@ -0,0 +1 @@ +${frameworks_dir}/Python.framework/Versions/3.5/bin/pyflakes
participants (1)
-
stromnov@macports.org