[139345] trunk/dports/python/py-mistune/Portfile

stromnov at macports.org stromnov at macports.org
Thu Aug 13 13:50:47 PDT 2015


Revision: 139345
          https://trac.macports.org/changeset/139345
Author:   stromnov at macports.org
Date:     2015-08-13 13:50:47 -0700 (Thu, 13 Aug 2015)
Log Message:
-----------
py-mistune: update to version 0.7

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

Property Changed:
----------------
    trunk/dports/python/py-mistune/Portfile

Modified: trunk/dports/python/py-mistune/Portfile
===================================================================
--- trunk/dports/python/py-mistune/Portfile	2015-08-13 20:40:33 UTC (rev 139344)
+++ trunk/dports/python/py-mistune/Portfile	2015-08-13 20:50:47 UTC (rev 139345)
@@ -2,30 +2,36 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           github 1.0
 PortGroup           python 1.0
 
-github.setup        lepture mistune 0.5 v
 name                py-mistune
-categories-append   devel
+version             0.7
+revision            0
+categories-append   devel textproc
 platforms           darwin
-license             MIT
-supported_archs     noarch
+license             BSD
 
 python.versions     27 34
 
 maintainers         stromnov openmaintainer
 
-description         The fastest markdown parser in pure Python
+description         The fastest markdown parser in pure Python.
 long_description    ${description}
 
-checksums           rmd160  ac72fc70ca3b89fd76c600a86180f2f74f249ce2 \
-                    sha256  90294b9b7983f6d38c7e827321a44d704744b17a5ce4b1deef191d71301a6ae1
+homepage            https://github.com/lepture/mistune
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  bfbb3c4046dd6cc5fbfee48e28ecacb44a4d846f \
+                    sha256  1daa2e55f5de63ecde7c446c4677c0447006752f78ad2c9c1c3c3452d395f89f
+
 if {${name} ne ${subport}} {
-    depends_build-append  \
-        port:py${python.version}-setuptools \
-        port:py${python.version}-cython
+    depends_build-append \
+                        port:py${python.version}-setuptools \
+                        port:py${python.version}-cython
 
     livecheck.type      none
+} else {
+    livecheck.type      pypi
 }


Property changes on: trunk/dports/python/py-mistune/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/20150813/60f3bdcd/attachment-0001.html>


More information about the macports-changes mailing list