[143092] trunk/dports/python/py-pylint

stromnov at macports.org stromnov at macports.org
Sat Dec 12 08:31:26 PST 2015


Revision: 143092
          https://trac.macports.org/changeset/143092
Author:   stromnov at macports.org
Date:     2015-12-03 03:14:42 -0800 (Thu, 03 Dec 2015)
Log Message:
-----------
py-pylint: update to version 1.5.1

Modified Paths:
--------------
    trunk/dports/python/py-pylint/Portfile

Added Paths:
-----------
    trunk/dports/python/py-pylint/files/pylint35

Modified: trunk/dports/python/py-pylint/Portfile
===================================================================
--- trunk/dports/python/py-pylint/Portfile	2015-12-03 11:14:12 UTC (rev 143091)
+++ trunk/dports/python/py-pylint/Portfile	2015-12-03 11:14:42 UTC (rev 143092)
@@ -6,14 +6,14 @@
 PortGroup           select 1.0
 
 name                py-pylint
-version             1.4.4
+version             1.5.1
 revision            0
 categories-append   devel
 platforms           darwin
 license             GPL-2+
 supported_archs     noarch
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         blair dh stromnov openmaintainer
 
@@ -28,12 +28,12 @@
                     by pylint is close to `Guido's style guide`_.
 
 homepage            http://www.logilab.org/project/pylint
-master_sites        https://pypi.python.org/packages/source/p/pylint/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            pylint-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  93a5744c9e7f23fce01b4a182f53da8af92ddd1b \
-                    sha256  0561af4d6bd4fa9e8e02f3997fe93684f7187c57bcef9db8c2ea9fb0d7d2f022
+checksums           rmd160  d08e89042db75888026cd3377ea3b85c1b88e246 \
+                    sha256  044e9f03eee51ac1cb05f094af6ccc2a2195c558d233819c22527062dff46225
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -72,7 +72,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/pylint/json
-    livecheck.regex     {pylint-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }

Copied: trunk/dports/python/py-pylint/files/pylint35 (from rev 143083, trunk/dports/python/py-pylint/files/pylint34)
===================================================================
--- trunk/dports/python/py-pylint/files/pylint35	                        (rev 0)
+++ trunk/dports/python/py-pylint/files/pylint35	2015-12-03 11:14:42 UTC (rev 143092)
@@ -0,0 +1,5 @@
+${frameworks_dir}/Python.framework/Versions/3.5/bin/epylint
+${frameworks_dir}/Python.framework/Versions/3.5/bin/pylint
+${frameworks_dir}/Python.framework/Versions/3.5/bin/pylint-gui
+${frameworks_dir}/Python.framework/Versions/3.5/bin/pyreverse
+${frameworks_dir}/Python.framework/Versions/3.5/bin/symilar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/7626619f/attachment.html>


More information about the macports-changes mailing list