[125265] trunk/dports/python

mk at macports.org mk at macports.org
Thu Sep 11 15:19:21 PDT 2014


Revision: 125265
          https://trac.macports.org/changeset/125265
Author:   mk at macports.org
Date:     2014-09-11 15:19:21 -0700 (Thu, 11 Sep 2014)
Log Message:
-----------
py-python-jenkins, py-jenkins-job-builder: new ports (created with pip2port, Thanks to GSOC2014's gaurav and his mentor pixilla)

Added Paths:
-----------
    trunk/dports/python/py-jenkins-job-builder/
    trunk/dports/python/py-jenkins-job-builder/Portfile
    trunk/dports/python/py-python-jenkins/
    trunk/dports/python/py-python-jenkins/Portfile

Added: trunk/dports/python/py-jenkins-job-builder/Portfile
===================================================================
--- trunk/dports/python/py-jenkins-job-builder/Portfile	                        (rev 0)
+++ trunk/dports/python/py-jenkins-job-builder/Portfile	2014-09-11 22:19:21 UTC (rev 125265)
@@ -0,0 +1,36 @@
+# -*- 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           python 1.0
+
+name                py-jenkins-job-builder
+version             0.8.1
+platforms           darwin
+license             Apache-2
+maintainers         mk
+
+description         Manage Jenkins jobs with YAML
+long_description    ${description}
+
+homepage            https://git.openstack.org/cgit/openstack-infra/jenkins-job-builder
+master_sites        https://pypi.python.org/packages/source/j/jenkins-job-builder
+distname            jenkins-job-builder-0.8.1
+
+checksums           rmd160  48625ca15fb82153844c73bb68529da8f9a72b7a \
+                    sha256  5f6d1a50e2cbcbc17ed65b454394512f6c9f48d379b7c7102fbce3a9c4436ca8
+
+python.versions     25 26 27 32 33 34
+
+depends_lib-append  port:py-six
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append  port:libyaml port:py${python.version}-yaml port:py${python.version}-python-jenkins
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+}

Added: trunk/dports/python/py-python-jenkins/Portfile
===================================================================
--- trunk/dports/python/py-python-jenkins/Portfile	                        (rev 0)
+++ trunk/dports/python/py-python-jenkins/Portfile	2014-09-11 22:19:21 UTC (rev 125265)
@@ -0,0 +1,33 @@
+# -*- 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           python 1.0
+
+name                py-python-jenkins
+version             0.3.4
+platforms           darwin
+license             bsd
+maintainers         mk
+
+description         Python bindings for the remote Jenkins API
+long_description    ${description}
+
+homepage            http://launchpad.net/python-jenkins
+master_sites        https://pypi.python.org/packages/source/p/python-jenkins
+distname            python-jenkins-0.3.4
+
+checksums           rmd160  ea6783913bd173fc6c1f7ea030969ddcb02d7aac \
+                    sha256  c1bc6eca5bb211d35d9efab0a536a068581743919f998f25eab34852c6a46494
+
+python.versions     25 26 27 32 33 34
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140911/92e382ba/attachment.html>


More information about the macports-changes mailing list