Commits
Renee Otten authored a2404c0d8ae
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup python 1.0 |
6 6 | PortGroup qt5 1.0 |
7 + | PortGroup active_variants 1.1 |
7 8 | PortGroup select 1.0 |
8 9 | |
9 10 | github.setup spyder-ide spyder 3.3.6 v |
10 11 | name py-spyder |
11 12 | revision 1 |
12 13 | # Preference on mailing list is to use small numbers for epoch. |
13 14 | # This is already a date code, so sticking with dates. |
14 15 | epoch 20111202 |
15 16 | |
16 17 | python.versions 27 35 36 37 |