Commits
Renee Otten authored f5d89126a3c
10 10 | license BSD |
11 11 | maintainers nomaintainer |
12 12 | |
13 13 | description Config file reading, writing and validation. |
14 14 | long_description ConfigObj is a simple but powerful config file \ |
15 15 | reader and writer: an ini file round tripper. \ |
16 16 | Its main feature is that it is very easy to use, \ |
17 17 | with a straightforward programmer's interface and \ |
18 18 | a simple syntax for config files. |
19 19 | |
20 - | python.versions 27 34 35 36 37 38 |
20 + | python.versions 27 35 36 37 38 |
21 21 | |
22 22 | homepage https://pypi.python.org/pypi/configobj/ |
23 23 | master_sites pypi:c/configobj/ |
24 24 | distname configobj-${version} |
25 25 | |
26 26 | checksums rmd160 9b7dd0b9e08477914da104585369921c549eec01 \ |
27 27 | sha256 a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902 \ |
28 28 | size 33248 |
29 29 | |
30 30 | if {${name} ne ${subport}} { |
31 31 | depends_build-append port:py${python.version}-setuptools |
32 + | |
32 33 | livecheck.type none |
33 - | } else { |
34 - | livecheck.type pypi |
35 34 | } |