[77040] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Fri Mar 18 04:25:04 PDT 2011


Revision: 77040
          http://trac.macports.org/changeset/77040
Author:   stromnov at macports.org
Date:     2011-03-18 04:25:04 -0700 (Fri, 18 Mar 2011)
Log Message:
-----------
py-logilab-common, py27-logilab-common: sync with py26-logilab-common

Modified Paths:
--------------
    trunk/dports/python/py-logilab-common/Portfile
    trunk/dports/python/py27-logilab-common/Portfile

Modified: trunk/dports/python/py-logilab-common/Portfile
===================================================================
--- trunk/dports/python/py-logilab-common/Portfile	2011-03-18 10:56:55 UTC (rev 77039)
+++ trunk/dports/python/py-logilab-common/Portfile	2011-03-18 11:25:04 UTC (rev 77040)
@@ -5,32 +5,31 @@
 PortGroup           python24 1.0
 
 name                py-logilab-common
-version             0.50.3
+version             0.55.0
 maintainers         dh openmaintainer
 description         A number of modules used by various projects from Logilab
 long_description    ${description}
 
 platforms           darwin
 
-homepage            http://www.logilab.org/projects/common
+homepage            http://www.logilab.org/project/logilab-common
 master_sites        http://ftp.logilab.org/pub/common \
                     ftp://ftp.logilab.fr/pub/common
 distname            logilab-common-${version}
 
-livecheck.url       ${homepage}
-livecheck.type      regex
-livecheck.regex     "latest published version:.*<a.*?>(\\d+(?:\\.\\d+)*)</a>"
+checksums           md5     b5e12834f512166d3cb64785f835d87b \
+                    sha1    75babf74b28dab84a8434f7f05919584788df848 \
+                    rmd160  30d52f3047e49292af504fc80536ca9b9de3297c
 
-checksums           md5     b3ac2d2d3cc690c9446749048c177560 \
-                    sha1    abf35852ce0030b2724b1beeacc42f3ca03934c5 \
-                    rmd160  33ff2aa0216fcf717bf2e1b1063a6345bd98b51d
-
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} ChangeLog README \
         ${destroot}${prefix}/share/doc/${name}
 
     # alter the install name of pytest to include version name
-    move ${destroot}${prefix}/bin/pytest ${destroot}${prefix}/bin/pytest2.4
+    move ${destroot}${prefix}/bin/pytest ${destroot}${prefix}/bin/pytest-2.4
 }
 
+livecheck.type      regex
+livecheck.url       http://ftp.logilab.org/pub/common/
+livecheck.regex     {logilab-common-(\d+(?:\.\d+)*)\.tar\.gz}

Modified: trunk/dports/python/py27-logilab-common/Portfile
===================================================================
--- trunk/dports/python/py27-logilab-common/Portfile	2011-03-18 10:56:55 UTC (rev 77039)
+++ trunk/dports/python/py27-logilab-common/Portfile	2011-03-18 11:25:04 UTC (rev 77040)
@@ -5,8 +5,8 @@
 PortGroup           python27 1.0
 
 name                py27-logilab-common
-version             0.53.0
-maintainers         nomaintainer
+version             0.55.0
+maintainers         stromnov openmaintainer
 description         A number of modules used by various projects from Logilab
 long_description    ${description}
 
@@ -17,17 +17,16 @@
                     ftp://ftp.logilab.fr/pub/common
 distname            logilab-common-${version}
 
-checksums           md5     ce8056730b3ee8eeda03a6e21c2bf3a9 \
-                    sha1    5994b48c36a1c55abfd484a98cc340634fce9e4c \
-                    rmd160  bbdfcd4e9046435b84403f746040d325a2722db0
+checksums           md5     b5e12834f512166d3cb64785f835d87b \
+                    sha1    75babf74b28dab84a8434f7f05919584788df848 \
+                    rmd160  30d52f3047e49292af504fc80536ca9b9de3297c
 
 post-destroot {
-   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-   xinstall -m 644 -W ${worksrcpath} ChangeLog README \
-      ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} ChangeLog README \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
 livecheck.type      regex
 livecheck.url       http://ftp.logilab.org/pub/common/
 livecheck.regex     {logilab-common-(\d+(?:\.\d+)*)\.tar\.gz}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110318/b931809e/attachment.html>


More information about the macports-changes mailing list