[101340] trunk/dports/python

blair at macports.org blair at macports.org
Tue Jan 8 16:31:39 PST 2013


Revision: 101340
          https://trac.macports.org/changeset/101340
Author:   blair at macports.org
Date:     2013-01-08 16:31:39 -0800 (Tue, 08 Jan 2013)
Log Message:
-----------
pylint_select: new port for selecting pylint vesion; copies from pep8_select.

Modified Paths:
--------------
    trunk/dports/python/pylint_select/Portfile
    trunk/dports/python/pylint_select/files/base

Added Paths:
-----------
    trunk/dports/python/pylint_select/

Modified: trunk/dports/python/pylint_select/Portfile
===================================================================
--- trunk/dports/python/pep8_select/Portfile	2013-01-09 00:27:03 UTC (rev 101339)
+++ trunk/dports/python/pylint_select/Portfile	2013-01-09 00:31:39 UTC (rev 101340)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           select 1.0
 
-name                pep8_select
+name                pylint_select
 version             0.1
 revision            0
 categories          python
@@ -14,10 +14,10 @@
 
 maintainers         nomaintainer
 
-description         common files for selecting default pep8 version
+description         common files for selecting default pylint version
 long_description \
    This port installs files that allow 'port select' to be used to \
-   create links to the preferred default version of pep8.
+   create links to the preferred default version of pylint.
 
 homepage            http://www.macports.org/
 
@@ -28,8 +28,8 @@
 build               {}
 
 destroot {
-    select::install pep8 ${filespath}/base
-    select::install pep8 ${filespath}/none
+    select::install pylint ${filespath}/base
+    select::install pylint ${filespath}/none
 }
 
 livecheck.type      none

Modified: trunk/dports/python/pylint_select/files/base
===================================================================
--- trunk/dports/python/pep8_select/files/base	2013-01-09 00:27:03 UTC (rev 101339)
+++ trunk/dports/python/pylint_select/files/base	2013-01-09 00:31:39 UTC (rev 101340)
@@ -1 +1 @@
-bin/pep8
+bin/pylint
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130108/9d188b64/attachment.html>


More information about the macports-changes mailing list