1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | PortGroup python 1.0 |
---|
7 | |
---|
8 | github.setup numba Meta 61360571ae33e16bb725a4f69e16eeeecb981ab8 |
---|
9 | fetch.type git |
---|
10 | |
---|
11 | name py-meta |
---|
12 | categories-append devel |
---|
13 | license {Permissive BSD} |
---|
14 | maintainers maiar.org:jason-macports openmaintainer |
---|
15 | description Python framework to manipulate/analyze ast's and bytecode. |
---|
16 | long_description A Pure Python module containing a framework to \ |
---|
17 | manipulate and analyze python ast's and bytecode. |
---|
18 | |
---|
19 | platforms darwin |
---|
20 | supported_archs noarch |
---|
21 | |
---|
22 | python.versions 26 27 31 32 |
---|
23 | python.default_version 27 |
---|
24 | |
---|
25 | if {${subport} != ${name}} { |
---|
26 | depends_build-append port:py${python.version}-distribute |
---|
27 | } |
---|