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

Ryan Schmidt ryandesign at macports.org
Wed May 6 17:47:33 PDT 2015


> On May 6, 2015, at 11:55 AM, snc at macports.org wrote:
> 
> Revision
> 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
> Diff
> 
> Modified: trunk/dports/python/py-mustache/Portfile (135904 => 135905)
> 
> --- 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
> 

Checksum mismatch.


The correct checksum line may be:
checksums           rmd160  51d808ab3230e995c3483860d93133964033ac7c \
                    sha256  ca3831a34739bcb8616f2e9f6152ed63518a842423558b80909c69ddcd45ed1d
Error: Failed to checksum py27-mustache: Unable to verify file checksums


The automatically-generated file on github is not the same as the file that is on pypi.




More information about the macports-dev mailing list