[106272] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon May 20 17:39:16 PDT 2013


Revision: 106272
          https://trac.macports.org/changeset/106272
Author:   jmr at macports.org
Date:     2013-05-20 17:39:16 -0700 (Mon, 20 May 2013)
Log Message:
-----------
py*-mustache: unify, license, noarch

Modified Paths:
--------------
    trunk/dports/python/py-mustache/Portfile

Added Paths:
-----------
    trunk/dports/python/py-mustache/

Removed Paths:
-------------
    trunk/dports/python/py26-mustache/
    trunk/dports/python/py27-mustache/

Modified: trunk/dports/python/py-mustache/Portfile
===================================================================
--- trunk/dports/python/py26-mustache/Portfile	2013-05-20 17:40:39 UTC (rev 106255)
+++ trunk/dports/python/py-mustache/Portfile	2013-05-21 00:39:16 UTC (rev 106272)
@@ -1,15 +1,18 @@
+# -*- 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           python26 1.0
+PortGroup           python 1.0
 
-name                py26-mustache
+name                py-mustache
 set real_name       pystache
-version             0.3.1
+version             0.5.3
 categories-append   www
+license             MIT
 platforms           darwin
-maintainers         nomaintainer
-homepage            http://defunkt.github.com/mustache/
+supported_archs     noarch
+maintainers         snc gmail.com:jweede+macports openmaintainer
+homepage            http://github.com/defunkt/pystache
 description         Logic-less templates, implemented in Python.
 long_description    \
     Inspired by ctemplate and et, Mustache is a framework-agnostic way \
@@ -17,7 +20,12 @@
 
 master_sites        http://pypi.python.org/packages/source/p/${real_name}/
 distname            ${real_name}-${version}
-checksums           md5     f37d4420f00039843f29a4900ff52131 \
-                    sha1    829b5fc7c9819999ddd58fd9d681f776494c2e04 \
-                    rmd160  e26573c9ffc9a9543e9508344e9d36702288085c
-                    
+checksums           md5    32beedc4ee01cca737ae8f05e65fb53f \
+                    rmd160 0154c38eb7b7db9c7ad69fb3b28aa9c36530e597 \
+                    sha256 445c8663291abf11305693ecac7b9f3ff976555f5506ccc05a0353260a5a16dc
+
+python.versions     26 27
+
+if {$subport != $name} {
+    depends_build-append   port:py${python.version}-distribute
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130520/2aa5b12c/attachment.html>


More information about the macports-changes mailing list