[120255] trunk/dports/python

mf2k at macports.org mf2k at macports.org
Tue May 20 13:27:28 PDT 2014


Revision: 120255
          https://trac.macports.org/changeset/120255
Author:   mf2k at macports.org
Date:     2014-05-20 13:27:28 -0700 (Tue, 20 May 2014)
Log Message:
-----------
py-tagcloud: New port. (#42679)

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

Added: trunk/dports/python/py-tagcloud/Portfile
===================================================================
--- trunk/dports/python/py-tagcloud/Portfile	                        (rev 0)
+++ trunk/dports/python/py-tagcloud/Portfile	2014-05-20 20:27:28 UTC (rev 120255)
@@ -0,0 +1,35 @@
+# -*- 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-tagcloud
+version             0.3.5
+platforms           darwin
+supported_archs     noarch
+maintainers         nomaintainer
+description         create simple tag clouds inspired by http://www.wordle.net/
+long_description    ${description}
+license             BSD
+
+homepage            https://pypi.python.org/pypi/pytagcloud
+distname            pytagcloud-${version}
+master_sites        https://pypi.python.org/packages/source/p/pytagcloud/
+
+checksums           rmd160  bfddcc17caed92400bb9e8f704ce86cfc384dba6 \
+                    sha256  4d56539f0c80ed96f0d320fa0667db3f2d0cc3d2925f84522b82f48f6c0973e9
+
+python.versions     24 25 26 27
+python.default_version  27
+
+if {${name} ne ${subport}} {
+    depends_run-append  port:py${python.version}-game \
+                        port:py${python.version}-simplejson
+
+    livecheck.type      none
+} else {
+    livecheck.type     regex
+    livecheck.url       ${homepage}
+    livecheck.regex     "<a href=\"/pypi/pytagcloud/.*?\">(\\d+(?:\\.\\d+)*)</a>"
+}


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


More information about the macports-changes mailing list