commit b12e0da3be6b6bc9ce4d3dfd5b4d90ba8a97cd6c
Author: Lawrence Velázquez <larryv@macports.org>
Date: 5 days ago
boost: Retire old Python variants (#47691)
diff --git a/dports/devel/boost/Portfile b/dports/devel/boost/Portfile
index 6d0ef92..fd8fc82 100644
a
|
b
|
PortGroup mpi 1.0 |
7 | 7 | |
8 | 8 | name boost |
9 | 9 | version 1.58.0 |
10 | | revision 2 |
| 10 | revision 3 |
11 | 11 | license Boost-1 |
12 | 12 | categories devel |
13 | 13 | platforms darwin |
… |
… |
post-destroot { |
165 | 165 | } |
166 | 166 | } |
167 | 167 | |
168 | | set pythons_suffixes {25 26 27 31 32 33 34} |
| 168 | # TODO: Remove after 2016-05-26. |
| 169 | variant python25 description {Legacy variant} requires python27 {} |
| 170 | variant python31 description {Legacy variant} requires python34 {} |
| 171 | variant python32 description {Legacy variant} requires python34 {} |
| 172 | |
| 173 | set pythons_suffixes {26 27 33 34} |
169 | 174 | |
170 | 175 | set pythons_ports {} |
171 | 176 | foreach s ${pythons_suffixes} { |