[132633] trunk/dports/python/py-logilab-astng/Portfile

stromnov at macports.org stromnov at macports.org
Fri Feb 6 02:14:34 PST 2015


Revision: 132633
          https://trac.macports.org/changeset/132633
Author:   stromnov at macports.org
Date:     2015-02-06 02:14:34 -0800 (Fri, 06 Feb 2015)
Log Message:
-----------
py-logilab-astng: mark as obsolete

Modified Paths:
--------------
    trunk/dports/python/py-logilab-astng/Portfile

Modified: trunk/dports/python/py-logilab-astng/Portfile
===================================================================
--- trunk/dports/python/py-logilab-astng/Portfile	2015-02-06 08:54:41 UTC (rev 132632)
+++ trunk/dports/python/py-logilab-astng/Portfile	2015-02-06 10:14:34 UTC (rev 132633)
@@ -4,58 +4,19 @@
 PortSystem          1.0
 PortGroup           python 1.0
 
+replaced_by         py-astroid
+PortGroup           obsolete 1.0
+
 name                py-logilab-astng
 version             0.24.3
-revision            0
+revision            1
+homepage            http://www.logilab.org/project/logilab-astng
 categories-append   devel
-platforms           darwin
 license             LGPL-2.1+
 supported_archs     noarch
 
 python.versions     27 33
 
-maintainers         dh stromnov openmaintainer
-
-description         Python Abstract Syntax Tree New Generation
-
-long_description    The aim of this module is to provide a common \
-                    base representation of python source code for \
-                    projects such as pychecker, pyreverse, pylint... \
-                    Well, actually the development of this library is \
-                    essentially governed by pylint's needs.
-
-homepage            http://www.logilab.org/project/logilab-astng
-master_sites        http://ftp.logilab.org/pub/astng \
-                    ftp://ftp.logilab.fr/pub/astng
-
-distname            logilab-astng-${version}
-
-checksums           rmd160  a4b4d71222ce44ca7f3273d8c4da0adf645e9ac6 \
-                    sha256  961f030b055751f48179341c14ff3b8646bb1b29bee539f708e028e8fbe5e45a
-
 if {${name} ne ${subport}} {
-    depends_build-append \
-                        port:py${python.version}-setuptools
-
-    depends_lib-append  port:py${python.version}-logilab-common
-
-    # Fix files not being world-readable.
-    post-extract {
-        foreach f [exec find ${workpath}] {
-        file attributes $f -permissions a+r
-        }
-    }
-
-    post-destroot {
-        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
-        xinstall -m 644 -W ${worksrcpath} ChangeLog README \
-            ${destroot}${prefix}/share/doc/${subport}
-        file delete ${destroot}${python.pkgd}/logilab/__init__.py
-    }
-
-    livecheck.type      none
-} else {
-    livecheck.type      regex
-    livecheck.url       http://ftp.logilab.org/pub/astng/
-    livecheck.regex     {logilab-astng-(\d+(?:\.\d+)*)\.[tz]}
+    replaced_by         py${python.version}-astroid
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150206/d702e062/attachment.html>


More information about the macports-changes mailing list