Commits

Marius Schamschula authored 29f78d0777f
xonsh: remove py34 and py35 variants
No tags

shells/xonsh/Portfile

Modified
24 24 checksums rmd160 f2bc6f32f4c02a030cfce935178dd87bb7ae96b1 \
25 25 sha256 ad469eccc0b53638af772babffc44450b0d5a89ea9f40fff13d2666377eeb699 \
26 26 size 2432219
27 27
28 28 python.versions 34 35 36 37 38
29 29
30 30 depends_lib-append port:py${python.version}-prompt_toolkit \
31 31 port:py${python.version}-pygments \
32 32 port:py${python.version}-gnureadline
33 33
34 -variant python34 conflicts python35 python36 python37 python38 description {Use Python 3.4} {
35 - # remove after November 1, 2019
36 - ui_error "Please do not install this variant since it has been replaced by the python37 variant."
37 - return -code error
38 -}
39 -
40 -variant python35 conflicts python34 python36 python37 python38 description {Use Python 3.5} {
41 - # remove after November 1, 2019
42 - ui_error "Please do not install this variant since it has been replaced by the python37 variant."
43 - return -code error
44 -}
45 -
46 -variant python36 conflicts python34 python35 python37 python38 description {Use Python 3.6} {
34 +variant python36 conflicts python37 python38 description {Use Python 3.6} {
47 35 python.default_version 36
48 36 }
49 37
50 -variant python37 conflicts python34 python35 python36 python38 description {Use Python 3.7} {
38 +variant python37 conflicts python36 python38 description {Use Python 3.7} {
51 39 python.default_version 37
52 40 }
53 41
54 -variant python38 conflicts python34 python35 python36 python37 description {Use Python 3.8} {
42 +variant python38 conflicts python36 python37 description {Use Python 3.8} {
55 43 python.default_version 38
56 44 }
57 45
58 46 if {![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36] && ![variant_isset python38]} {
59 47 default_variants +python37
60 48 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut