[135905] trunk/dports/python/py-mustache/Portfile

snc at macports.org snc at macports.org
Wed May 6 09:55:12 PDT 2015


Revision: 135905
          https://trac.macports.org/changeset/135905
Author:   snc at macports.org
Date:     2015-05-06 09:55:12 -0700 (Wed, 06 May 2015)
Log Message:
-----------
py-mustache: use github portgroup

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

Modified: trunk/dports/python/py-mustache/Portfile
===================================================================
--- trunk/dports/python/py-mustache/Portfile	2015-05-06 16:39:28 UTC (rev 135904)
+++ trunk/dports/python/py-mustache/Portfile	2015-05-06 16:55:12 UTC (rev 135905)
@@ -3,25 +3,21 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           github 1.0
 
+github.setup        defunkt pystache 0.5.4 v
 name                py-mustache
-set real_name       pystache
-version             0.5.4
 categories-append   www
 license             MIT
 platforms           darwin
 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 \
     to render logic-free views.
 
-master_sites        https://pypi.python.org/packages/source/p/${real_name}/
-distname            ${real_name}-${version}
-checksums           md5     485885e67a0f6411d5252e69b20a35ca \
-                    rmd160  07b303af8cb3841fb1afb1bf73c625cf54b6fe94 \
+checksums           rmd160  07b303af8cb3841fb1afb1bf73c625cf54b6fe94 \
                     sha256  f7bbc265fb957b4d6c7c042b336563179444ab313fb93a719759111eabd3b85a
 
 python.versions     26 27 33 34
@@ -29,8 +25,4 @@
 if {${name} ne ${subport}} {
     depends_build-append   port:py${python.version}-setuptools
     livecheck.type          none
-} else {
-    livecheck.type          regex
-    livecheck.regex         ${real_name}-(\\d+(\\.\\d+)+)
-    livecheck.url           ${master_sites}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150506/b39b0037/attachment.html>


More information about the macports-changes mailing list