Commits
Ryan Schmidt authored and Perry E. Metzger committed b84f930cdbc
5 5 | |
6 6 | name py-curtsies |
7 7 | version 0.2.10 |
8 8 | platforms darwin |
9 9 | supported_archs noarch |
10 10 | maintainers {aronnax @lpsinger} openmaintainer |
11 11 | license MIT |
12 12 | description Curses-like terminal wrapper, with colored strings |
13 13 | long_description ${description} |
14 14 | |
15 - | homepage http://curtsies.readthedocs.org/ |
15 + | homepage http://curtsies.readthedocs.io |
16 16 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
17 17 | distname ${python.rootname}-${version} |
18 18 | checksums md5 05609f5c0dc758fe776bfcc5625f9562 \ |
19 19 | rmd160 f173e1def7d3ab94faf1a844eb20022a75f3c4ec \ |
20 20 | sha256 26d5c3356bf318443f57866903dda3c66a10da3b86a79bc3e9b2719bb5272715 |
21 21 | |
22 22 | python.versions 27 34 |
23 23 | |
24 24 | if {${name} ne ${subport}} { |
25 25 | livecheck.type none |