[101698] trunk/dports/python

g5pw at macports.org g5pw at macports.org
Thu Jan 17 07:24:44 PST 2013


Revision: 101698
          https://trac.macports.org/changeset/101698
Author:   g5pw at macports.org
Date:     2013-01-17 07:24:44 -0800 (Thu, 17 Jan 2013)
Log Message:
-----------
python/py-baker:
  new port

Added Paths:
-----------
    trunk/dports/python/py-baker/
    trunk/dports/python/py-baker/Portfile

Added: trunk/dports/python/py-baker/Portfile
===================================================================
--- trunk/dports/python/py-baker/Portfile	                        (rev 0)
+++ trunk/dports/python/py-baker/Portfile	2013-01-17 15:24:44 UTC (rev 101698)
@@ -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=portfile:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+set my_name         Baker
+name                py-[string tolower ${my_name}]
+version             1.3
+python.versions     26 27 32 33
+maintainers         g5pw openmaintainer
+license             Apache-2
+categories          python
+description         Easy, powerful access to Python functions from the \
+                    command line.
+long_description    ${description}
+
+platforms           darwin
+supported_archs     noarch
+
+homepage            http://pypi.python.org/pypi/${my_name}
+master_sites        http://pypi.python.org/packages/source/B/${my_name}/
+
+checksums           rmd160  9fe09881a78c1234979094d082fda204aa6d21eb \
+                    sha256  2d81e99af7d7d6441297a0c13de023fe3f1510718e89d2baacea917ee09d154d
+
+if {${name} != ${subport}} {
+    distname            ${my_name}-${version}
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "${my_name}-(\\d+(\\.\\d+){1,2})${extract.suffix}"
+}


Property changes on: trunk/dports/python/py-baker/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130117/20af5fa1/attachment.html>


More information about the macports-changes mailing list