[142287] trunk/dports/python/py-markdown/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 05:07:16 PST 2015


Revision: 142287
          https://trac.macports.org/changeset/142287
Author:   stromnov at macports.org
Date:     2015-11-09 02:52:47 -0800 (Mon, 09 Nov 2015)
Log Message:
-----------
py-markdown: update to version 2.6.4

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

Modified: trunk/dports/python/py-markdown/Portfile
===================================================================
--- trunk/dports/python/py-markdown/Portfile	2015-11-09 10:50:11 UTC (rev 142286)
+++ trunk/dports/python/py-markdown/Portfile	2015-11-09 10:52:47 UTC (rev 142287)
@@ -5,14 +5,14 @@
 PortGroup           python 1.0
 
 name                py-markdown
-version             2.6.2
+version             2.6.4
 revision            0
 categories-append   textproc
 platforms           darwin
 license             BSD
 supported_archs     noarch
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -24,17 +24,16 @@
                     few very minor differences.
 
 homepage            http://packages.python.org/Markdown/
-master_sites        https://pypi.python.org/packages/source/M/Markdown/
+master_sites        pypi:M/Markdown
 
 distname            Markdown-${version}
 
-checksums           rmd160  5466f322ac0694d942d49588d12cc980f83e5dcf \
-                    sha256  ee17d0d7dc091e645dd48302a2e21301cc68f188505c2069d8635f94554170bf
+checksums           rmd160  453c8c8c5e12bdf2e2ab20f39f983b4aaad16479 \
+                    sha256  e436eee7aaf2a230ca3315034dd39e8a0fc27036708acaa3dd70625ec62a94ce
 
 if {${name} ne ${subport}} {
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/Markdown/json
-    livecheck.regex     {Markdown-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.name      Markdown
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/3e6161df/attachment.html>


More information about the macports-changes mailing list