Commits

Renee Otten authored and Chih-Hsuan Yen committed a0df12e9458
py-prompt_toolkit: remove py34 subport
No tags

python/py-prompt_toolkit/Portfile

Modified
6 6 name py-prompt_toolkit
7 7 version 2.0.10
8 8 revision 0
9 9 license BSD
10 10 platforms darwin
11 11 supported_archs noarch
12 12 maintainers {@xeron gmail.com:xeron.oskom} openmaintainer
13 13 description Library for building powerful interactive command lines in Python
14 14 long_description ${description}
15 15
16 -python.versions 27 34 35 36 37 38
16 +python.versions 27 35 36 37 38
17 17
18 18 homepage https://github.com/prompt-toolkit/python-prompt-toolkit
19 19 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
20 20
21 21 checksums rmd160 7fef3cdd4d9c419124244191777ff0767bb6cb8f \
22 22 sha256 f15af68f66e664eaa559d4ac8a928111eebd5feda0c11738b5998045224829db \
23 23 size 347981
24 24
25 25 if {${name} ne ${subport}} {
26 - if {${python.version} in "27 34"} {
26 + if {${python.version} eq 27} {
27 27 version 1.0.18
28 28 revision 0
29 29 checksums rmd160 c0907914130f16c24cd543ef3bbcea655bca8968 \
30 30 sha256 dd4fca02c8069497ad931a2d09914c6b0d1b50151ce876bc15bde4c747090126 \
31 31 size 242335
32 32 }
33 33 distname ${python.rootname}-${version}
34 34
35 35 depends_build-append \
36 36 port:py${python.version}-setuptools

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

Add shortcut