Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
htcondor: remove obsolete python variants
  • Loading branch information
kurthindenburg committed Feb 8, 2017
1 parent 42252ea commit 60c0e9d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions science/htcondor/Portfile
Expand Up @@ -38,16 +38,9 @@ variant personal \
startupitem.stop "${prefix}/sbin/condor_off -all -master"
}

# TODO: Remove after 2016-01-04.
variant python25 requires python27 description {Legacy variant} {}
variant python26 requires python27 description {Legacy variant} {}
variant python31 requires python34 description {Legacy variant} {}
variant python32 requires python34 description {Legacy variant} {}
variant python33 requires python34 description {Legacy variant} {}

set pythons_suffixes {27 34}

if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python31] && ![variant_isset python32] && ![variant_isset python33] && ![variant_isset python34]} {
if {![variant_isset python34]} {
default_variants +python27
}

Expand Down

0 comments on commit 60c0e9d

Please sign in to comment.