[128235] trunk/dports/python/py-meld3/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Nov 16 17:12:57 PST 2014


Revision: 128235
          https://trac.macports.org/changeset/128235
Author:   khindenburg at macports.org
Date:     2014-11-16 17:12:57 -0800 (Sun, 16 Nov 2014)
Log Message:
-----------
py-meld3: update to 1.0.0; remove maintainer #39385; set master_sites; turn on tests; fix livecheck; use python 27 34

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

Modified: trunk/dports/python/py-meld3/Portfile
===================================================================
--- trunk/dports/python/py-meld3/Portfile	2014-11-17 00:39:35 UTC (rev 128234)
+++ trunk/dports/python/py-meld3/Portfile	2014-11-17 01:12:57 UTC (rev 128235)
@@ -5,24 +5,32 @@
 PortGroup           python 1.0
 
 name                py-meld3
-version             0.6.3
+set real_name       meld3
+version             1.0.0
 license             ZPL-2.1
-maintainers         gmail.com:roger.hoover
+maintainers         nomaintainer
 description         SGML template system
-long_description    meld3 is an HTML/XML templating system for Python 2.3+ which keeps template markup and dynamic rendering logic separate from one another.
+long_description    meld3 is an HTML/XML templating system for Python 2.3+ \
+                    which keeps template markup and dynamic rendering logic \
+                    separate from one another.
 
 platforms           darwin
 
-homepage            http://www.plope.com/software/meld3/
-master_sites        http://www.plope.com/software/meld3/
-distname            meld3-${version}
-checksums           md5 45992df3b24f23e051ff3c647dd24bdf
+homepage            http://www.plope.com/software/meld3
+master_sites        https://pypi.python.org/packages/source/m/${real_name}
+distname            ${real_name}-${version}
 
-python.versions     24
+checksums           rmd160  079742bd8829507272c75a78c90e26dd05dc811b \
+                    sha256  57b41eebbb5a82d4a928608962616442e239ec6d611fe6f46343e765e36f0b2b
 
+python.versions     27 34
+
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
-
-    patchfiles              patch-ez_setup.py \
-                            patch-setup.py
+    test.run        yes
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   [lindex ${master_sites} 0]
+    livecheck.regex ${real_name}-(\[0-9.\]+)${extract.suffix}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141116/e08c18f8/attachment.html>


More information about the macports-changes mailing list