[150899] trunk/dports/python

sean at macports.org sean at macports.org
Mon Aug 1 11:58:11 PDT 2016


Revision: 150899
          https://trac.macports.org/changeset/150899
Author:   sean at macports.org
Date:     2016-08-01 11:58:10 -0700 (Mon, 01 Aug 2016)
Log Message:
-----------
py-local-pipelines: add new port for command line bitbucket pipelines

Added Paths:
-----------
    trunk/dports/python/py-local-pipelines/
    trunk/dports/python/py-local-pipelines/Portfile
    trunk/dports/python/py-local-pipelines/files/
    trunk/dports/python/py-local-pipelines/files/local-pipelines27
    trunk/dports/python/py-local-pipelines/files/local-pipelines34
    trunk/dports/python/py-local-pipelines/files/local-pipelines35

Added: trunk/dports/python/py-local-pipelines/Portfile
===================================================================
--- trunk/dports/python/py-local-pipelines/Portfile	                        (rev 0)
+++ trunk/dports/python/py-local-pipelines/Portfile	2016-08-01 18:58:10 UTC (rev 150899)
@@ -0,0 +1,41 @@
+# -*- 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           bitbucket 1.0
+PortGroup           python 1.0
+PortGroup           select 1.0
+
+bitbucket.setup     rw_grim local-pipelines 0.3.1 v
+name                py-local-pipelines
+categories-append   devel
+license             GPL-3+
+maintainers         sean openmaintainer
+description         Local Pipelines parses your bitbucket-pipelines.yml and \
+                    runs it locally using your local Docker instance
+long_description    ${description}
+
+platforms           darwin
+supported_archs     noarch
+
+checksums           rmd160  de750e96af0b2441c34ced4eb834e9db291099d7 \
+                    sha256  16376f8c83e53f8bf03cd46340f9dae81d8ce607223105b5ce8fac302b2548bf
+
+python.versions     27 34 35
+
+depends_run-append  port:local-pipelines_select
+if {${name} ne ${subport}} {
+    select.group    local-pipelines
+    select.file     ${filespath}/local-pipelines${python.version}
+
+    depends_build-append port:py${python.version}-setuptools
+    depends_lib-append   port:py${python.version}-yaml
+
+    notes "
+To make this the default local-pipelines run:
+
+    sudo port select --set local-pipelines local-pipelines${python.version}
+"
+
+    livecheck.type  none
+}

Added: trunk/dports/python/py-local-pipelines/files/local-pipelines27
===================================================================
--- trunk/dports/python/py-local-pipelines/files/local-pipelines27	                        (rev 0)
+++ trunk/dports/python/py-local-pipelines/files/local-pipelines27	2016-08-01 18:58:10 UTC (rev 150899)
@@ -0,0 +1 @@
+bin/pipelines-2.7

Added: trunk/dports/python/py-local-pipelines/files/local-pipelines34
===================================================================
--- trunk/dports/python/py-local-pipelines/files/local-pipelines34	                        (rev 0)
+++ trunk/dports/python/py-local-pipelines/files/local-pipelines34	2016-08-01 18:58:10 UTC (rev 150899)
@@ -0,0 +1 @@
+bin/pipelines-3.4

Added: trunk/dports/python/py-local-pipelines/files/local-pipelines35
===================================================================
--- trunk/dports/python/py-local-pipelines/files/local-pipelines35	                        (rev 0)
+++ trunk/dports/python/py-local-pipelines/files/local-pipelines35	2016-08-01 18:58:10 UTC (rev 150899)
@@ -0,0 +1 @@
+bin/pipelines-3.5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160801/e338e270/attachment.html>


More information about the macports-changes mailing list