[90979] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Tue Mar 20 09:15:50 PDT 2012


Revision: 90979
          https://trac.macports.org/changeset/90979
Author:   singingwolfboy at macports.org
Date:     2012-03-20 09:15:47 -0700 (Tue, 20 Mar 2012)
Log Message:
-----------
New port: py-blessings

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

Added: trunk/dports/python/py-blessings/Portfile
===================================================================
--- trunk/dports/python/py-blessings/Portfile	                        (rev 0)
+++ trunk/dports/python/py-blessings/Portfile	2012-03-20 16:15:47 UTC (rev 90979)
@@ -0,0 +1,27 @@
+# -*- 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-blessings
+set real_name       blessings
+version             1.3
+maintainers         singingwolfboy openmaintainer
+python.versions     25 26 27 31 32
+python.default_version  27
+
+description         A thin, practical wrapper around terminal formatting, positioning, and more
+long_description    ${description}
+platforms           darwin
+license             MIT
+
+master_sites        http://pypi.python.org/packages/source/b/${real_name}/
+distname            ${real_name}-${version}
+checksums           rmd160  44deda73fa391ec87bf4452ee4c7ad3bc04b9b9f \
+                    sha256  1bc5679fdf1807c74eb8da3774dd61ba928134cfb729df664fb60602161af193
+
+if {$name != $subport} {
+    depends_lib     port:py${python.version}-distribute
+}
+


Property changes on: trunk/dports/python/py-blessings/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120320/15716a8e/attachment.html>


More information about the macports-changes mailing list