[123060] trunk/dports/python

petr at macports.org petr at macports.org
Mon Aug 4 11:22:16 PDT 2014


Revision: 123060
          https://trac.macports.org/changeset/123060
Author:   petr at macports.org
Date:     2014-08-04 11:22:16 -0700 (Mon, 04 Aug 2014)
Log Message:
-----------
flake8_select: new port to support port select for py-flake8

Added Paths:
-----------
    trunk/dports/python/flake8_select/
    trunk/dports/python/flake8_select/Portfile
    trunk/dports/python/flake8_select/files/
    trunk/dports/python/flake8_select/files/base
    trunk/dports/python/flake8_select/files/none

Added: trunk/dports/python/flake8_select/Portfile
===================================================================
--- trunk/dports/python/flake8_select/Portfile	                        (rev 0)
+++ trunk/dports/python/flake8_select/Portfile	2014-08-04 18:22:16 UTC (rev 123060)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           select 1.0
+
+name                flake8_select
+version             0.1
+categories          python
+license             BSD
+platforms           darwin
+supported_archs     noarch
+
+maintainers         nomaintainer
+
+description         Common files for selecting default flake8 version
+long_description \
+   This port installs files that allow 'port select' to be used to \
+   create links to the preferred default version of 'flake8'.
+
+homepage            http://www.macports.org/
+
+distfiles
+
+use_configure       no
+
+build               {}
+
+destroot {
+    select::install flake8 ${filespath}/base
+    select::install flake8 ${filespath}/none
+}
+
+livecheck.type      none


Property changes on: trunk/dports/python/flake8_select/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/flake8_select/files/base
===================================================================
--- trunk/dports/python/flake8_select/files/base	                        (rev 0)
+++ trunk/dports/python/flake8_select/files/base	2014-08-04 18:22:16 UTC (rev 123060)
@@ -0,0 +1 @@
+bin/flake8

Added: trunk/dports/python/flake8_select/files/none
===================================================================
--- trunk/dports/python/flake8_select/files/none	                        (rev 0)
+++ trunk/dports/python/flake8_select/files/none	2014-08-04 18:22:16 UTC (rev 123060)
@@ -0,0 +1 @@
+-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140804/57651830/attachment.html>


More information about the macports-changes mailing list