[128238] trunk/dports/python/py-supervisor/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Nov 16 17:51:01 PST 2014


Revision: 128238
          https://trac.macports.org/changeset/128238
Author:   khindenburg at macports.org
Date:     2014-11-16 17:51:01 -0800 (Sun, 16 Nov 2014)
Log Message:
-----------
py-supervisor: update to 3.1.3; remove maintainer #39385; fix livecheck; python 27 34; fix homepage/master_sites

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

Modified: trunk/dports/python/py-supervisor/Portfile
===================================================================
--- trunk/dports/python/py-supervisor/Portfile	2014-11-17 01:34:01 UTC (rev 128237)
+++ trunk/dports/python/py-supervisor/Portfile	2014-11-17 01:51:01 UTC (rev 128238)
@@ -5,22 +5,25 @@
 PortGroup           python 1.0
 
 name                py-supervisor
-version             3.0a3
+set real_name       supervisor
+version             3.1.3
 license             BSD ZPL-2.1
-maintainers         gmail.com:roger.hoover
+maintainers         nomaintainer
 description         Process manager for UNIX-like OSs
 long_description    The supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems
 
 platforms           darwin
 supported_archs     noarch
 
-homepage            http://www.plope.com/software/supervisor2/
-master_sites        ${homepage}
+homepage            http://supervisord.org
+master_sites        https://pypi.python.org/packages/source/s/${real_name}
 distname            supervisor-${version}
-checksums           md5 e6533646e83aede64d2855c0f11f964c
 
-python.versions     24
+checksums           rmd160  9598b25640e72b0322cbb79a8f8f26712135efba \
+                    sha256  e32c546fe8d2a6e079ec4819c49fd24534d4075a58af39118d04367918b3c282
 
+python.versions     27 34
+
 if {${name} ne ${subport}} {
     depends_lib-append	port:py${python.version}-setuptools \
                 port:py${python.version}-elementtree \
@@ -29,6 +32,12 @@
 
     post-destroot   {
             file delete -force ${destroot}${prefix}/doc
-            xinstall -m 644 -W ${worksrcpath} README.txt CHANGES.txt COPYRIGHT.txt LICENSES.txt TODO.txt UPGRADING.txt sample.conf ${destroot}${prefix}/share/doc/${subport}
+            xinstall -m 644 -W ${worksrcpath} README.rst docs/plugins.rst CHANGES.txt COPYRIGHT.txt LICENSES.txt TODO.txt supervisor/skel/sample.conf ${destroot}${prefix}/share/doc/${subport}
     }
+    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/0d52057d/attachment-0001.html>


More information about the macports-changes mailing list