1 | version:1 |
---|
2 | :debug:main Executing org.macports.main (py27-astroid) |
---|
3 | :debug:lint lint phase started at Wed May 7 09:01:02 CST 2014 |
---|
4 | :notice:lint ---> Verifying Portfile for py27-astroid |
---|
5 | :debug:lint Executing org.macports.lint (py27-astroid) |
---|
6 | :debug:lint /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py-astroid/Portfile |
---|
7 | :debug:lint 1: # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
8 | :info:lint OK: Line 1 has emacs/vim Mode |
---|
9 | :debug:lint 2: # $Id: Portfile 119192 2014-04-19 20:29:32Z stromnov@macports.org $ |
---|
10 | :info:lint OK: Line 2 has RCS tag ($Id$) |
---|
11 | :debug:lint 3: |
---|
12 | :debug:lint 4: PortSystem 1.0 |
---|
13 | :debug:lint 5: PortGroup python 1.0 |
---|
14 | :debug:lint 6: |
---|
15 | :debug:lint 7: name py-astroid |
---|
16 | :debug:lint 8: version 1.1.0 |
---|
17 | :debug:lint 9: revision 0 |
---|
18 | :debug:lint 10: categories-append devel |
---|
19 | :debug:lint 11: platforms darwin |
---|
20 | :debug:lint 12: license LGPL-2.1+ |
---|
21 | :debug:lint 13: supported_archs noarch |
---|
22 | :debug:lint 14: |
---|
23 | :debug:lint 15: python.versions 26 27 32 33 34 |
---|
24 | :debug:lint 16: |
---|
25 | :debug:lint 17: maintainers stromnov openmaintainer |
---|
26 | :debug:lint 18: |
---|
27 | :debug:lint 19: description Rebuild a new abstract syntax tree from Python's ast. |
---|
28 | :debug:lint 20: |
---|
29 | :debug:lint 21: long_description The aim of this module is to provide a common \ |
---|
30 | :debug:lint 22: base representation of python source code for \ |
---|
31 | :debug:lint 23: projects such as pychecker, pyreverse, pylint... \ |
---|
32 | :debug:lint 24: Well, actually the development of this library is \ |
---|
33 | :debug:lint 25: essentially governed by pylint's needs. |
---|
34 | :debug:lint 26: |
---|
35 | :debug:lint 27: homepage http://bitbucket.org/logilab/astroid/ |
---|
36 | :debug:lint 28: master_sites https://pypi.python.org/packages/source/a/astroid/ |
---|
37 | :debug:lint 29: |
---|
38 | :debug:lint 30: distname astroid-${version} |
---|
39 | :debug:lint 31: |
---|
40 | :debug:lint 32: checksums rmd160 40a0257af96df25cbddce76120a4f2f91cc25605 \ |
---|
41 | :debug:lint 33: sha256 ff6e6376e5132e5a30f7d8fcc9b3a34fa9ba140a5b5da620231cfecb791bf0d6 |
---|
42 | :debug:lint 34: |
---|
43 | :debug:lint 35: if {${name} ne ${subport}} { |
---|
44 | :debug:lint 36: depends_build-append \ |
---|
45 | :debug:lint 37: port:py${python.version}-setuptools |
---|
46 | :debug:lint 38: |
---|
47 | :debug:lint 39: depends_lib-append port:py${python.version}-logilab-common |
---|
48 | :debug:lint 40: |
---|
49 | :debug:lint 41: post-destroot { |
---|
50 | :debug:lint 42: xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} |
---|
51 | :debug:lint 43: xinstall -m 644 -W ${worksrcpath} ChangeLog README \ |
---|
52 | :debug:lint 44: ${destroot}${prefix}/share/doc/${subport} |
---|
53 | :debug:lint 45: } |
---|
54 | :debug:lint 46: |
---|
55 | :debug:lint 47: livecheck.type none |
---|
56 | :debug:lint 48: } else { |
---|
57 | :debug:lint 49: livecheck.type regex |
---|
58 | :debug:lint 50: livecheck.url ${master_sites} |
---|
59 | :debug:lint 51: livecheck.regex {astroid-(\d+(?:\.\d+)*)\.[tz]} |
---|
60 | :debug:lint 52: } |
---|
61 | :info:lint OK: Found PortSystem 1.0 |
---|
62 | :info:lint OK: Found PortGroup python-1.0 |
---|
63 | :info:lint OK: Found required variable: name |
---|
64 | :info:lint OK: Found required variable: version |
---|
65 | :info:lint OK: Found required variable: description |
---|
66 | :info:lint OK: Found required variable: long_description |
---|
67 | :info:lint OK: Found required variable: categories |
---|
68 | :info:lint OK: Found required variable: maintainers |
---|
69 | :info:lint OK: Found required variable: platforms |
---|
70 | :info:lint OK: Found required variable: homepage |
---|
71 | :info:lint OK: Found required variable: master_sites |
---|
72 | :info:lint OK: Found required variable: checksums |
---|
73 | :info:lint OK: Found required variable: license |
---|
74 | :info:lint OK: Found optional variable: epoch |
---|
75 | :info:lint OK: Found optional variable: revision |
---|
76 | :info:lint OK: Found platform: darwin |
---|
77 | :info:lint OK: Found primary category: python |
---|
78 | :info:lint OK: Found dependency: python27 |
---|
79 | :info:lint OK: Found dependency: py27-logilab-common |
---|
80 | :info:lint OK: Found dependency: py27-setuptools |
---|
81 | :debug:lint Checking format of license 'LGPL-2.1+' |
---|
82 | :debug:lint testing LGPL |
---|
83 | :debug:lint testing 2.1+ |
---|
84 | :info:lint OK: Portfile parent directory matches primary category |
---|
85 | :info:lint OK: Portfile directory matches port name |
---|
86 | :debug:lint Name: py-astroid |
---|
87 | :debug:lint Epoch: 0 |
---|
88 | :debug:lint Version: 1.1.0 |
---|
89 | :debug:lint Revision: 0 |
---|
90 | :debug:lint Archs: noarch |
---|
91 | :notice:lint ---> 0 errors and 0 warnings found. |
---|