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 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup select 1.0 |
---|
5 | |
---|
6 | name autopep8_select |
---|
7 | version 0.1 |
---|
8 | revision 0 |
---|
9 | categories python |
---|
10 | license BSD |
---|
11 | platforms darwin |
---|
12 | supported_archs noarch |
---|
13 | |
---|
14 | maintainers gmail.com:patrik.hartlen openmaintainer |
---|
15 | |
---|
16 | description common files for selecting default autopep8 version |
---|
17 | long_description \ |
---|
18 | This port installs files that allow 'port select' to be used to \ |
---|
19 | create links to the preferred default version of autopep8. |
---|
20 | |
---|
21 | homepage http://www.macports.org/ |
---|
22 | |
---|
23 | distfiles |
---|
24 | |
---|
25 | use_configure no |
---|
26 | |
---|
27 | build {} |
---|
28 | |
---|
29 | destroot { |
---|
30 | select::install autopep8 ${filespath}/base |
---|
31 | select::install autopep8 ${filespath}/none |
---|
32 | } |
---|
33 | |
---|
34 | livecheck.type none |
---|